Merge tag 'for-linus-2023011801' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Pull HID fixes from Jiri Kosina: - fixes for potential empty list handling in HID core (Pietro Borrello) - fix for NULL pointer dereference in betop driver that could be triggered by malicious device (Pietro Borrello) - fixes for handling calibration data preventing division by zero in Playstation driver (Roderick Colenbrander) - fix for memory leak on error path in amd-sfh driver (Basavaraj Natikar) - other few assorted small fixes and device ID-specific handling * tag 'for-linus-2023011801' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid: HID: betop: check shape of output reports HID: playstation: sanity check DualSense calibration data. HID: playstation: sanity check DualShock4 calibration data. HID: uclogic: Add support for XP-PEN Deco 01 V2 HID: revert CHERRY_MOUSE_000C quirk HID: check empty report_list in bigben_probe() HID: check empty report_list in hid_validate_values() HID: amd_sfh: Fix warning unwind goto HID: intel_ish-hid: Add check for ishtp_dma_tx_map
Showing
- drivers/hid/amd-sfh-hid/amd_sfh_client.c 1 addition, 1 deletiondrivers/hid/amd-sfh-hid/amd_sfh_client.c
- drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c 1 addition, 1 deletiondrivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c
- drivers/hid/hid-betopff.c 9 additions, 8 deletionsdrivers/hid/hid-betopff.c
- drivers/hid/hid-bigbenff.c 5 additions, 0 deletionsdrivers/hid/hid-bigbenff.c
- drivers/hid/hid-core.c 2 additions, 2 deletionsdrivers/hid/hid-core.c
- drivers/hid/hid-ids.h 1 addition, 1 deletiondrivers/hid/hid-ids.h
- drivers/hid/hid-playstation.c 63 additions, 0 deletionsdrivers/hid/hid-playstation.c
- drivers/hid/hid-quirks.c 0 additions, 1 deletiondrivers/hid/hid-quirks.c
- drivers/hid/hid-uclogic-core.c 2 additions, 0 deletionsdrivers/hid/hid-uclogic-core.c
- drivers/hid/hid-uclogic-params.c 2 additions, 0 deletionsdrivers/hid/hid-uclogic-params.c
- drivers/hid/intel-ish-hid/ishtp/dma-if.c 10 additions, 0 deletionsdrivers/hid/intel-ish-hid/ishtp/dma-if.c
Loading
Please register or sign in to comment