Merge tag 'for-linus-2022121301' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Pull HID updates from Jiri Kosina: - iio support for the MCP2221 HID driver (Matt Ranostay) - support for more than one hinge sensor in hid-sensor-custom (Yauhen Kharuzhy) - PS DualShock 4 controller support (Roderick Colenbrander) - XP-PEN Deco LW support (José Expósito) - other assorted code cleanups and device ID/quirk addtions * tag 'for-linus-2022121301' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid: (51 commits) HID: logitech HID++: Send SwID in GetProtocolVersion HID: hid-elan: use default remove for hid device HID: hid-alps: use default remove for hid device HID: hid-sensor-custom: set fixed size for custom attributes HID: i2c: let RMI devices decide what constitutes wakeup event HID: playstation: fix DualShock4 bluetooth CRC endian issue. HID: playstation: fix DualShock4 bluetooth memory corruption bug. HID: apple: Swap Control and Command keys on Apple keyboards HID: intel-ish-hid: ishtp: remove variable rb_count HID: uclogic: Standardize test name prefix HID: hid-sensor-custom: Allow more than one hinge angle sensor HID: ft260: fix 'cast to restricted' kernel CI bot warnings HID: ft260: missed NACK from busy device HID: ft260: fix a NULL pointer dereference in ft260_i2c_write HID: ft260: wake up device from power saving mode HID: ft260: missed NACK from big i2c read HID: ft260: remove SMBus Quick command support HID: ft260: skip unexpected HID input reports HID: ft260: do not populate /dev/hidraw device HID: ft260: improve i2c large reads performance ...
No related branches found
No related tags found
Showing
- drivers/hid/Kconfig 2 additions, 1 deletiondrivers/hid/Kconfig
- drivers/hid/hid-alps.c 0 additions, 6 deletionsdrivers/hid/hid-alps.c
- drivers/hid/hid-apple.c 74 additions, 67 deletionsdrivers/hid/hid-apple.c
- drivers/hid/hid-elan.c 0 additions, 6 deletionsdrivers/hid/hid-elan.c
- drivers/hid/hid-ft260.c 191 additions, 134 deletionsdrivers/hid/hid-ft260.c
- drivers/hid/hid-hyperv.c 10 additions, 21 deletionsdrivers/hid/hid-hyperv.c
- drivers/hid/hid-input.c 6 additions, 0 deletionsdrivers/hid/hid-input.c
- drivers/hid/hid-logitech-hidpp.c 1 addition, 1 deletiondrivers/hid/hid-logitech-hidpp.c
- drivers/hid/hid-mcp2221.c 288 additions, 25 deletionsdrivers/hid/hid-mcp2221.c
- drivers/hid/hid-playstation.c 1121 additions, 15 deletionsdrivers/hid/hid-playstation.c
- drivers/hid/hid-rmi.c 2 additions, 0 deletionsdrivers/hid/hid-rmi.c
- drivers/hid/hid-sensor-custom.c 2 additions, 2 deletionsdrivers/hid/hid-sensor-custom.c
- drivers/hid/hid-uclogic-params-test.c 2 additions, 2 deletionsdrivers/hid/hid-uclogic-params-test.c
- drivers/hid/hid-uclogic-params.c 73 additions, 0 deletionsdrivers/hid/hid-uclogic-params.c
- drivers/hid/hid-uclogic-rdesc-test.c 2 additions, 2 deletionsdrivers/hid/hid-uclogic-rdesc-test.c
- drivers/hid/hid-uclogic-rdesc.c 34 additions, 0 deletionsdrivers/hid/hid-uclogic-rdesc.c
- drivers/hid/hid-uclogic-rdesc.h 7 additions, 0 deletionsdrivers/hid/hid-uclogic-rdesc.h
- drivers/hid/hid-wiimote-core.c 7 additions, 0 deletionsdrivers/hid/hid-wiimote-core.c
- drivers/hid/hid-wiimote-modules.c 225 additions, 0 deletionsdrivers/hid/hid-wiimote-modules.c
- drivers/hid/hid-wiimote.h 1 addition, 0 deletionsdrivers/hid/hid-wiimote.h
Loading
Please register or sign in to comment