Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
Pull HID updates from Jiri Kosina: - i2c-hid is not querying init reports any more, as it's not mandated by the spec, and annoys quite a few devices during enumeration, by Bibek Basu - a lot of fixes for Logitech devices, by Simon Wood - hid-apple now has an option to switch between Option and Command mode, by Nanno Langstraat - Some more workarounds for severely broken ELO devices, by Oliver Neukum - more devm conversions, by Benjamin Tissoires - wiimote correctness fixes, by David Herrmann - a lot of added support for various new device IDs and random small fixes here and there" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid: (34 commits) HID: enable Mayflash USB Gamecube Adapter HID: sony: Add force feedback support for Dualshock3 USB Input: usbtouchscreen: ignore eGalax/D-Wav/EETI HIDs HID: don't ignore eGalax/D-Wav/EETI HIDs HID: roccat: add missing special driver declarations HID:hid-lg4ff: Correct Auto-center strength for wheels other than MOMO and MOMO2 HID:hid-lg4ff: Initialize device properties before we touch autocentering. HID:hid-lg4ff: ensure ConstantForce is disabled when set to 0 HID:hid-lg4ff: Switch autocentering off when strength is set to zero. HID:hid-lg4ff: Scale autocentering force properly on Logitech wheel HID: roccat: fix Coverity CID 141438 HID: multitouch: add manufacturer to Kconfig help text HID: logitech-dj: small cleanup in rdcat() HID: remove self-assignment from hid_input_report HID: hid-sensor-hub: fix report size HID: i2c-hid: Stop querying for init reports HID: roccat: add support for Ryos MK keyboards HID: roccat: generalize some common code HID: roccat: add new device return value HID: wiimote: add pro-controller analog stick calibration ...
Showing
- Documentation/ABI/testing/sysfs-driver-hid-roccat-ryos 178 additions, 0 deletionsDocumentation/ABI/testing/sysfs-driver-hid-roccat-ryos
- Documentation/ABI/testing/sysfs-driver-hid-wiimote 18 additions, 0 deletionsDocumentation/ABI/testing/sysfs-driver-hid-wiimote
- drivers/hid/Kconfig 17 additions, 5 deletionsdrivers/hid/Kconfig
- drivers/hid/Makefile 1 addition, 1 deletiondrivers/hid/Makefile
- drivers/hid/hid-apple.c 22 additions, 0 deletionsdrivers/hid/hid-apple.c
- drivers/hid/hid-axff.c 2 additions, 1 deletiondrivers/hid/hid-axff.c
- drivers/hid/hid-core.c 12 additions, 13 deletionsdrivers/hid/hid-core.c
- drivers/hid/hid-elo.c 34 additions, 1 deletiondrivers/hid/hid-elo.c
- drivers/hid/hid-holtek-mouse.c 4 additions, 0 deletionsdrivers/hid/hid-holtek-mouse.c
- drivers/hid/hid-ids.h 15 additions, 1 deletiondrivers/hid/hid-ids.h
- drivers/hid/hid-lenovo-tpkbd.c 14 additions, 36 deletionsdrivers/hid/hid-lenovo-tpkbd.c
- drivers/hid/hid-lg.c 138 additions, 0 deletionsdrivers/hid/hid-lg.c
- drivers/hid/hid-lg2ff.c 1 addition, 1 deletiondrivers/hid/hid-lg2ff.c
- drivers/hid/hid-lg4ff.c 87 additions, 14 deletionsdrivers/hid/hid-lg4ff.c
- drivers/hid/hid-logitech-dj.c 7 additions, 7 deletionsdrivers/hid/hid-logitech-dj.c
- drivers/hid/hid-multitouch.c 25 additions, 2 deletionsdrivers/hid/hid-multitouch.c
- drivers/hid/hid-roccat-common.c 59 additions, 6 deletionsdrivers/hid/hid-roccat-common.c
- drivers/hid/hid-roccat-common.h 62 additions, 0 deletionsdrivers/hid/hid-roccat-common.h
- drivers/hid/hid-roccat-konepure.c 36 additions, 122 deletionsdrivers/hid/hid-roccat-konepure.c
- drivers/hid/hid-roccat-konepure.h 0 additions, 72 deletionsdrivers/hid/hid-roccat-konepure.h
Loading
Please register or sign in to comment