-
- Downloads
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
Pull HID fixes from Jiri Kosina: - fixes for a couple potential memory corruption problems (the HW would have to be manufactured to be deliberately evil to trigger those) found by Ben Hawkes - fix for potential infinite loop when using sysfs interface of logitech driver, from Simon Wood - a couple more simple driver fixes * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid: HID: fix a couple of off-by-ones HID: logitech: perform bounds checking on device_id early enough HID: logitech: fix bounds checking on LED report size HID: logitech: Prevent possibility of infinite loop when using /sys interface HID: rmi: print an error if F11 is not found instead of stopping the device HID: hid-sensor-hub: use devm_ functions consistently HID: huion: Use allocated buffer for DMA HID: huion: Fail on parameter retrieval errors
Showing
- drivers/hid/hid-cherry.c 1 addition, 1 deletiondrivers/hid/hid-cherry.c
- drivers/hid/hid-huion.c 78 additions, 50 deletionsdrivers/hid/hid-huion.c
- drivers/hid/hid-kye.c 1 addition, 1 deletiondrivers/hid/hid-kye.c
- drivers/hid/hid-lg.c 2 additions, 2 deletionsdrivers/hid/hid-lg.c
- drivers/hid/hid-lg4ff.c 2 additions, 2 deletionsdrivers/hid/hid-lg4ff.c
- drivers/hid/hid-logitech-dj.c 7 additions, 8 deletionsdrivers/hid/hid-logitech-dj.c
- drivers/hid/hid-monterey.c 1 addition, 1 deletiondrivers/hid/hid-monterey.c
- drivers/hid/hid-petalynx.c 1 addition, 1 deletiondrivers/hid/hid-petalynx.c
- drivers/hid/hid-rmi.c 9 additions, 4 deletionsdrivers/hid/hid-rmi.c
- drivers/hid/hid-sensor-hub.c 11 additions, 22 deletionsdrivers/hid/hid-sensor-hub.c
- drivers/hid/hid-sunplus.c 1 addition, 1 deletiondrivers/hid/hid-sunplus.c
Loading
Please register or sign in to comment