index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hid
Commit message (
Expand
)
Author
Age
Files
Lines
*
HID: ishtp-hid-clientHID: ishtp-hid-client: Fix comment typo
Jason Wang
2022-09-20
1
-1
/
+1
*
HID: hidraw: fix memory leak in hidraw_release()
Karthik Alapati
2022-09-05
1
-0
/
+3
*
HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_report
Lee Jones
2022-09-05
1
-0
/
+10
*
HID: alps: Declare U1_UNICORN_LEGACY support
Artem Borisov
2022-08-25
1
-0
/
+2
*
HID: cp2112: prevent a buffer overflow in cp2112_xfer()
Harshit Mogalapalli
2022-08-25
1
-0
/
+5
*
HID: wacom: Don't register pad_input for touch switch
Ping Cheng
2022-08-25
2
-19
/
+26
*
HID: add ALWAYS_POLL quirk to lenovo pixart mouse
Tony Fischetti
2022-07-29
2
-0
/
+2
*
HID: multitouch: add support for the Smart Tech panel
Benjamin Tissoires
2022-07-29
1
-6
/
+28
*
HID: multitouch: Lenovo X1 Tablet Gen3 trackpoint and buttons
Mikael Wikström
2022-07-29
2
-0
/
+7
*
HID: multitouch: simplify the application retrieval
Benjamin Tissoires
2022-07-29
1
-40
/
+32
*
HID: elan: Fix potential double free in elan_input_configured
Miaoqian Lin
2022-06-14
1
-2
/
+0
*
HID: hid-led: fix maximum brightness for Dream Cheeky
Jonathan Teh
2022-06-14
1
-1
/
+1
*
HID: multitouch: Add support for Google Whiskers Touchpad
Marek Maślanka
2022-06-06
1
-0
/
+3
*
HID: i2c-hid: fix GET/SET_REPORT for unnumbered reports
Dmitry Torokhov
2022-04-15
1
-8
/
+24
*
HID: add mapping for KEY_ALL_APPLICATIONS
William Mahon
2022-03-08
2
-1
/
+5
*
HID: quirks: Allow inverting the absolute X/Y values
Alistair Francis
2022-01-27
1
-0
/
+6
*
HID: apple: Do not reset quirks when the Fn key is not found
José Expósito
2022-01-27
1
-1
/
+1
*
HID: wacom: Avoid using stale array indicies to read contact count
Jason Gerecke
2022-01-27
1
-0
/
+4
*
HID: wacom: Ignore the confidence flag when a touch is removed
Jason Gerecke
2022-01-27
1
-3
/
+26
*
HID: wacom: Reset expected and received contact counts at the same time
Jason Gerecke
2022-01-27
1
-1
/
+5
*
HID: uhid: Fix worker destroying device without any protection
Jann Horn
2022-01-27
1
-4
/
+25
*
HID: asus: Add depends on USB_HID to HID_ASUS Kconfig option
Hans de Goede
2022-01-05
1
-0
/
+1
*
HID: holtek: fix mouse probing
Benjamin Tissoires
2021-12-29
1
-0
/
+15
*
HID: check for valid USB device for many HID drivers
Greg Kroah-Hartman
2021-12-14
20
-10
/
+84
*
HID: wacom: fix problems when device is not a valid USB device
Greg Kroah-Hartman
2021-12-14
1
-5
/
+12
*
HID: add USB_HID dependancy on some USB HID drivers
Greg Kroah-Hartman
2021-12-14
1
-3
/
+3
*
HID: add USB_HID dependancy to hid-chicony
Greg Kroah-Hartman
2021-12-14
1
-1
/
+1
*
HID: add USB_HID dependancy to hid-prodikeys
Greg Kroah-Hartman
2021-12-14
1
-1
/
+1
*
HID: add hid_is_usb() function to make it simpler for USB detection
Greg Kroah-Hartman
2021-12-14
2
-2
/
+2
*
HID: google: add eel USB id
xiazhengqiao
2021-12-14
2
-0
/
+3
*
HID: wacom: Use "Confidence" flag to prevent reporting invalid contacts
Jason Gerecke
2021-12-01
2
-1
/
+8
*
HID: apple: Fix logical maximum and usage maximum of Magic Keyboard JIS
Mizuho Mori
2021-10-17
1
-0
/
+7
*
HID: usbhid: free raw_report buffers in usbhid_stop
Anirudh Rayabharam
2021-10-06
1
-1
/
+12
*
HID: betop: fix slab-out-of-bounds Write in betop_probe
F.A.Sulaiman
2021-10-06
1
-3
/
+10
*
HID: input: do not report stylus battery state as "full"
Dmitry Torokhov
2021-09-22
1
-2
/
+0
*
HID: wacom: Correct base usage for capacitive ExpressKey status bits
Jason Gerecke
2021-07-20
1
-1
/
+1
*
HID: do not use down_interruptible() when unbinding devices
Dmitry Torokhov
2021-07-20
1
-7
/
+3
*
HID: gt683r: add missing MODULE_DEVICE_TABLE
Bixuan Cui
2021-06-30
1
-0
/
+1
*
HID: usbhid: fix info leak in hid_submit_ctrl
Anirudh Rayabharam
2021-06-30
1
-1
/
+1
*
HID: Add BUS_VIRTUAL to hid_connect logging
Mark Bolhuis
2021-06-30
1
-0
/
+3
*
HID: hid-sensor-hub: Return error for hid_set_field() failure
Srinivas Pandruvada
2021-06-30
1
-4
/
+9
*
HID: quirks: Set INCREMENT_USAGE_ON_DUPLICATE for Saitek X65
Nirenjan Krishnan
2021-06-30
2
-0
/
+2
*
HID: multitouch: require Finger field to mark Win8 reports as MT
Ahelenia Ziemiańska
2021-06-10
1
-3
/
+7
*
HID: i2c-hid: fix format string mismatch
Arnd Bergmann
2021-06-10
1
-2
/
+2
*
HID: pidff: fix error return code in hid_pidff_init()
Zhen Lei
2021-06-10
1
-0
/
+1
*
HID: plantronics: Workaround for double volume key presses
Maxim Mikityanskiy
2021-05-22
2
-2
/
+59
*
HID: wacom: Assign boolean values to a bool variable
Jiapeng Zhong
2021-04-28
1
-1
/
+1
*
HID: alps: fix error return code in alps_input_configured()
Jia-Ju Bai
2021-04-28
1
-0
/
+1
*
HID: google: add don USB id
Shou-Chieh Hsu
2021-04-28
2
-0
/
+3
*
HID: wacom: set EV_KEY and EV_ABS only for non-HID_GENERIC type of devices
Ping Cheng
2021-04-28
1
-4
/
+2
[next]