-
- Downloads
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Pull HID updates from Jiri Kosina: - AMD SFH (Sensor Fusion Hub) support (Sandeep Singh) - increase of maximum HID report size to 16KB in order to support some of the modern devices (Dean Camera) - control interface support for hidraw (Dean Camera) - Sony DS4 power and firmware reporting fixes (Roderick Colenbrander) - support for ghlive PS3/WII U dongles (Pascal Giard) * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid: (27 commits) HID: i2c-hid: add Vero K147 to descriptor override HID: ite: Add support for Acer S1002 keyboard-dock HID: sony: support for ghlive ps3/wii u dongles HID: hidraw: Add additional hidraw input/output report ioctls. HID: Increase HID maximum report size to 16KB HID: elecom: drop stray comment HID: mf: add support for 0079:1846 Mayflash/Dragonrise USB Gamecube Adapter HID: elecom: add support for EX-G M-XGL20DLBK wireless mouse HID: elecom: rewrite report based on model specific parameters HID: wacom: Constify attribute_groups HID: input: Fix fall-through warnings for Clang HID: usbhid: Fix fall-through warnings for Clang HID: logitech-hidpp: Add hid_device_id for V470 bluetooth mouse HID: intel-ish-hid: Remove unnecessary assignment to variable rv HID: sony: Workaround for DS4 dongle hotplug kernel crash. HID: sony: Don't use fw_version/hw_version for sysfs cleanup. HID: sony: Report more accurate DS4 power status. SFH: fix error return check for -ERESTARTSYS HID: SFH: Add documentation HID: hid-input: occasionally report stylus battery even if not changed ...
No related branches found
No related tags found
Showing
- Documentation/hid/amd-sfh-hid.rst 145 additions, 0 deletionsDocumentation/hid/amd-sfh-hid.rst
- Documentation/hid/hidraw.rst 43 additions, 2 deletionsDocumentation/hid/hidraw.rst
- Documentation/hid/index.rst 1 addition, 0 deletionsDocumentation/hid/index.rst
- MAINTAINERS 8 additions, 0 deletionsMAINTAINERS
- drivers/hid/Kconfig 3 additions, 0 deletionsdrivers/hid/Kconfig
- drivers/hid/Makefile 2 additions, 0 deletionsdrivers/hid/Makefile
- drivers/hid/amd-sfh-hid/Kconfig 18 additions, 0 deletionsdrivers/hid/amd-sfh-hid/Kconfig
- drivers/hid/amd-sfh-hid/Makefile 13 additions, 0 deletionsdrivers/hid/amd-sfh-hid/Makefile
- drivers/hid/amd-sfh-hid/amd_sfh_client.c 246 additions, 0 deletionsdrivers/hid/amd-sfh-hid/amd_sfh_client.c
- drivers/hid/amd-sfh-hid/amd_sfh_hid.c 174 additions, 0 deletionsdrivers/hid/amd-sfh-hid/amd_sfh_hid.c
- drivers/hid/amd-sfh-hid/amd_sfh_hid.h 67 additions, 0 deletionsdrivers/hid/amd-sfh-hid/amd_sfh_hid.h
- drivers/hid/amd-sfh-hid/amd_sfh_pcie.c 152 additions, 0 deletionsdrivers/hid/amd-sfh-hid/amd_sfh_pcie.c
- drivers/hid/amd-sfh-hid/amd_sfh_pcie.h 79 additions, 0 deletionsdrivers/hid/amd-sfh-hid/amd_sfh_pcie.h
- drivers/hid/amd-sfh-hid/hid_descriptor/amd_sfh_hid_desc.c 224 additions, 0 deletionsdrivers/hid/amd-sfh-hid/hid_descriptor/amd_sfh_hid_desc.c
- drivers/hid/amd-sfh-hid/hid_descriptor/amd_sfh_hid_desc.h 107 additions, 0 deletionsdrivers/hid/amd-sfh-hid/hid_descriptor/amd_sfh_hid_desc.h
- drivers/hid/amd-sfh-hid/hid_descriptor/amd_sfh_hid_report_desc.h 645 additions, 0 deletions.../hid/amd-sfh-hid/hid_descriptor/amd_sfh_hid_report_desc.h
- drivers/hid/hid-asus.c 109 additions, 14 deletionsdrivers/hid/hid-asus.c
- drivers/hid/hid-elecom.c 39 additions, 12 deletionsdrivers/hid/hid-elecom.c
- drivers/hid/hid-ids.h 7 additions, 0 deletionsdrivers/hid/hid-ids.h
- drivers/hid/hid-input.c 5 additions, 1 deletiondrivers/hid/hid-input.c
Loading
Please register or sign in to comment