Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
Pull HID update from Jiri Kosina: - Wacom driver fixes/updates (device name generation improvements, touch ring status support) from Jason Gerecke - T100 touchpad support from Hans de Goede - support for batteries driven by HID input reports, from Dmitry Torokhov - Arnd pointed out that driver_lock semaphore is superfluous, as driver core already provides all the necessary concurency protection. Removal patch from Binoy Jayan - logical minimum numbering improvements in sensor-hub driver, from Srinivas Pandruvada - support for Microsoft Win8 Wireless Radio Controls extensions from João Paulo Rechi Vita - assorted small fixes and device ID additions * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid: (28 commits) HID: prodikeys: constify snd_rawmidi_ops structures HID: sensor: constify platform_device_id HID: input: throttle battery uevents HID: usbmouse: constify usb_device_id and fix space before '[' error HID: usbkbd: constify usb_device_id and fix space before '[' error. HID: hid-sensor-hub: Force logical minimum to 1 for power and report state HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usage HID: asus: Add T100CHI bluetooth keyboard dock touchpad support HID: ntrig: constify attribute_group structures. HID: logitech-hidpp: constify attribute_group structures. HID: sensor: constify attribute_group structures. HID: multitouch: constify attribute_group structures. HID: multitouch: use proper symbolic constant for 0xff310076 application HID: multitouch: Support Asus T304UA media keys HID: multitouch: Support HID_GD_WIRELESS_RADIO_CTLS HID: input: optionally use device id in battery name HID: input: map digitizer battery usage HID: Remove the semaphore driver_lock HID: wacom: add USB_HID dependency HID: add ALWAYS_POLL quirk for Logitech 0xc077 ...
No related branches found
No related tags found
Showing
- drivers/hid/Kconfig 1 addition, 1 deletiondrivers/hid/Kconfig
- drivers/hid/hid-asus.c 173 additions, 45 deletionsdrivers/hid/hid-asus.c
- drivers/hid/hid-core.c 5 additions, 11 deletionsdrivers/hid/hid-core.c
- drivers/hid/hid-ids.h 4 additions, 1 deletiondrivers/hid/hid-ids.h
- drivers/hid/hid-input.c 135 additions, 61 deletionsdrivers/hid/hid-input.c
- drivers/hid/hid-logitech-hidpp.c 1 addition, 1 deletiondrivers/hid/hid-logitech-hidpp.c
- drivers/hid/hid-multitouch.c 48 additions, 2 deletionsdrivers/hid/hid-multitouch.c
- drivers/hid/hid-ntrig.c 1 addition, 1 deletiondrivers/hid/hid-ntrig.c
- drivers/hid/hid-prodikeys.c 1 addition, 1 deletiondrivers/hid/hid-prodikeys.c
- drivers/hid/hid-sensor-custom.c 2 additions, 2 deletionsdrivers/hid/hid-sensor-custom.c
- drivers/hid/hid-sensor-hub.c 0 additions, 94 deletionsdrivers/hid/hid-sensor-hub.c
- drivers/hid/i2c-hid/i2c-hid.c 2 additions, 1 deletiondrivers/hid/i2c-hid/i2c-hid.c
- drivers/hid/uhid.c 2 additions, 1 deletiondrivers/hid/uhid.c
- drivers/hid/usbhid/hid-core.c 2 additions, 1 deletiondrivers/hid/usbhid/hid-core.c
- drivers/hid/usbhid/hid-quirks.c 1 addition, 0 deletionsdrivers/hid/usbhid/hid-quirks.c
- drivers/hid/usbhid/usbkbd.c 1 addition, 1 deletiondrivers/hid/usbhid/usbkbd.c
- drivers/hid/usbhid/usbmouse.c 1 addition, 1 deletiondrivers/hid/usbhid/usbmouse.c
- drivers/hid/wacom_sys.c 28 additions, 35 deletionsdrivers/hid/wacom_sys.c
- drivers/hid/wacom_wac.c 7 additions, 1 deletiondrivers/hid/wacom_wac.c
- drivers/iio/common/hid-sensors/hid-sensor-attributes.c 3 additions, 0 deletionsdrivers/iio/common/hid-sensors/hid-sensor-attributes.c
Loading
Please register or sign in to comment