Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
Pull HID updates from Jiri Kosina: "The list of changes worth pointing out explicitly: - We are getting 'UHID', which is a new framework for implementing HID transport drivers in userspace (this is different from HIDRAW, which is transport-independent and provides report parsing facilities; uhid is for the other (transport) part of the pipeline). It's needed for (and currently being used by) Bluetooth-LowEnergy, as its specification mandates things we don't want in the kernel. Written by David Herrmann. - there have been quite a few bugs in runtime suspend/resume paths (probably never reported to actually happen in the wild, but still). Alan Stern fixed those. - a few other driver updates and fixes and random new device support." * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid: (45 commits) HID: add ASUS AIO keyboard model AK1D HID: add support for Cypress barcode scanner 04B4:ED81 HID: Allow drivers to be their own listener HID: usbhid: fix error paths in suspend HID: usbhid: check for suspend or reset before restarting HID: usbhid: replace HID_REPORTED_IDLE with HID_SUSPENDED HID: usbhid: inline some simple routines HID: usbhid: fix autosuspend calls HID: usbhid: fix use-after-free bug HID: hid-core: optimize in case of hidraw HID: hidraw: fix list->buffer memleak HID: uhid: Fix sending events with invalid data HID: roccat: added sensor sysfs attribute for Savu HID: Add driver for Holtek based keyboards with broken HID HID: Add suport for the brightness control keys on HP keyboards HID: magicmouse: Implement Multi-touch Protocol B (MT-B) HID: magicmouse: Removing report_touches switch HID: roccat: rename roccat_common functions to roccat_common2 HID: roccat: fix wrong hid_err usage on struct usb_device HID: roccat: move functionality to roccat-common ...
Showing
- Documentation/ABI/testing/sysfs-driver-hid-lenovo-tpkbd 38 additions, 0 deletionsDocumentation/ABI/testing/sysfs-driver-hid-lenovo-tpkbd
- Documentation/ABI/testing/sysfs-driver-hid-roccat-savu 77 additions, 0 deletionsDocumentation/ABI/testing/sysfs-driver-hid-roccat-savu
- Documentation/hid/uhid.txt 169 additions, 0 deletionsDocumentation/hid/uhid.txt
- MAINTAINERS 7 additions, 0 deletionsMAINTAINERS
- drivers/hid/Kconfig 38 additions, 2 deletionsdrivers/hid/Kconfig
- drivers/hid/Makefile 5 additions, 1 deletiondrivers/hid/Makefile
- drivers/hid/hid-chicony.c 1 addition, 0 deletionsdrivers/hid/hid-chicony.c
- drivers/hid/hid-core.c 17 additions, 4 deletionsdrivers/hid/hid-core.c
- drivers/hid/hid-cypress.c 2 additions, 0 deletionsdrivers/hid/hid-cypress.c
- drivers/hid/hid-holtek-kbd.c 183 additions, 0 deletionsdrivers/hid/hid-holtek-kbd.c
- drivers/hid/hid-ids.h 12 additions, 0 deletionsdrivers/hid/hid-ids.h
- drivers/hid/hid-input.c 9 additions, 0 deletionsdrivers/hid/hid-input.c
- drivers/hid/hid-lenovo-tpkbd.c 564 additions, 0 deletionsdrivers/hid/hid-lenovo-tpkbd.c
- drivers/hid/hid-magicmouse.c 65 additions, 92 deletionsdrivers/hid/hid-magicmouse.c
- drivers/hid/hid-multitouch.c 17 additions, 1 deletiondrivers/hid/hid-multitouch.c
- drivers/hid/hid-picolcd.c 1 addition, 5 deletionsdrivers/hid/hid-picolcd.c
- drivers/hid/hid-roccat-arvo.c 8 additions, 8 deletionsdrivers/hid/hid-roccat-arvo.c
- drivers/hid/hid-roccat-common.c 65 additions, 7 deletionsdrivers/hid/hid-roccat-common.c
- drivers/hid/hid-roccat-common.h 14 additions, 2 deletionsdrivers/hid/hid-roccat-common.h
- drivers/hid/hid-roccat-isku.c 5 additions, 47 deletionsdrivers/hid/hid-roccat-isku.c
Loading
Please register or sign in to comment