opnsense-src/sys/dev/usb/input
Dimitry Andric 9a9aea956b Fix unused variable warning in usb's atp.c
With clang 15, the following -Werror warning is produced:

    sys/dev/usb/input/atp.c:2018:11: error: variable 'n_vertical_scrolls' set but not used [-Werror,-Wunused-but-set-variable]
            u_int8_t n_vertical_scrolls = 0;
                     ^

The 'n_vertical_scrolls' variable is no longer used after 197b9a2ef0,
so remove it.

MFC after:	3 days

(cherry picked from commit b621f3cf2d)
2022-07-29 20:31:06 +02:00
..
atp.c Fix unused variable warning in usb's atp.c 2022-07-29 20:31:06 +02:00
uep.c evdev: Remove useless "initial value" parameter from evdev_support_abs() 2021-01-08 02:18:41 +03:00
uhid.c uhid(4): Don't read-ahead from the USB IN endpoint. 2022-06-30 11:39:43 +02:00
uhid_snes.c Fix a common typo in man pages and src comments 2021-09-02 08:13:48 +02:00
ukbd.c ukbd: Fix handling of keyboard ErrorRollOver reports 2021-02-24 02:41:49 +03:00
ums.c ums(4): Do not stop USB xfers on FIFO close when evdev is still active 2021-06-14 00:59:18 +03:00
usb_rdesc.h Factor-out hardware-independent part of USB HID support to new module 2021-01-08 02:18:42 +03:00
usbhid.c usbhid(4): Add second set of USB transfers to work in polled mode. 2021-06-14 00:57:37 +03:00
wmt.c wmt(4): Adapt to recent KPI changes 2021-09-22 02:36:18 +03:00
wsp.c wsp(4): Add evdev support. 2021-09-08 03:01:07 +03:00