summaryrefslogtreecommitdiffstats
path: root/drivers/hid
AgeCommit message (Expand)AuthorLines
2024-09-05HID: uclogic: constify fixed up report descriptorThomas Weißschuh-28/+28
2024-09-05HID: waltop: constify fixed up report descriptorThomas Weißschuh-14/+14
2024-09-05HID: sony: constify fixed up report descriptorThomas Weißschuh-6/+6
2024-09-05HID: pxrc: constify fixed up report descriptorThomas Weißschuh-1/+1
2024-09-05HID: steelseries: constify fixed up report descriptorThomas Weißschuh-2/+2
2024-09-05HID: viewsonic: constify fixed up report descriptorThomas Weißschuh-2/+2
2024-09-05HID: vrc2: constify fixed up report descriptorThomas Weißschuh-1/+1
2024-09-05HID: xiaomi: constify fixed up report descriptorThomas Weißschuh-2/+2
2024-09-05HID: maltron: constify fixed up report descriptorThomas Weißschuh-2/+2
2024-09-05HID: keytouch: constify fixed up report descriptorThomas Weißschuh-4/+2
2024-09-05HID: holtek-kbd: constify fixed up report descriptorThomas Weißschuh-2/+2
2024-09-05HID: dr: constify fixed up report descriptorThomas Weißschuh-2/+2
2024-09-05HID: bigbenff: constify fixed up report descriptorThomas Weißschuh-2/+2
2024-09-05HID: picoLCD: Use backlight power constantsThomas Zimmermann-2/+3
2024-09-03HID: hid-sensor-custom: Convert comma to semicolonChen Ni-1/+1
2024-09-03HID: add patch for sis multitouch formattammy tseng-0/+14
2024-09-03HID: multitouch: Add support for lenovo Y9000P TouchpadHe Lugang-2/+7
2024-09-03HID: amd_sfh: Convert comma to semicolonChen Ni-2/+2
2024-09-03HID: i2c-hid: elan: Add elan-ekth6a12nay timingZhaoxiong Lv-0/+8
2024-08-29HID: hid-goodix: Fix type promotion bug in goodix_hid_get_raw_report()Dan Carpenter-7/+15
2024-08-29HID: hidraw: add HIDIOCREVOKE ioctlPeter Hutterer-4/+35
2024-08-27HID: winwing: constify read-only structsThomas Weißschuh-3/+3
2024-08-27HID: cmedia: constify fixed up report descriptorThomas Weißschuh-2/+2
2024-08-27HID: change return type of report_fixup() to constThomas Weißschuh-67/+67
2024-08-27HID: constify params and return value of fetch_item()Thomas Weißschuh-6/+6
2024-08-27HID: constify parameter rdesc of hid_parse_report()Thomas Weißschuh-1/+1
2024-08-27HID: bpf: constify parameter rdesc of call_hid_bpf_rdesc_fixup()Thomas Weißschuh-4/+2
2024-08-22HID: hid-playstation: DS4: Update rumble and lightbar togetherMax Staudt-0/+20
2024-08-19HID: hid-goodix: Add Goodix HID-over-SPI driverCharles Wang-0/+817
2024-08-19hid: intel-ish-hid: Add support for vendor customized firmware loadingZhang Lixu-3/+103
2024-08-19HID: intel-ish-hid: Use CPU generation string in driver_dataZhang Lixu-9/+30
2024-08-19HID: amd_sfh: Remove unused declarationsYue Haibing-2/+0
2024-08-19HID: intel-ish-hid: Remove unused declarationsYue Haibing-2/+0
2024-08-19Merge tag 'hid-for-linus-2024081901' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+46
2024-08-06HID: Ignore battery for all ELAN I2C-HID devicesHans de Goede-48/+5
2024-08-05hid-asus: use hid for brightness control on keyboardLuke D. Jones-0/+7
2024-08-02HID: wacom: Support devices with two touchringsJason Gerecke-12/+49
2024-08-02HID: wacom: Add preliminary support for high-resolution wheel scrollingJason Gerecke-4/+21
2024-08-02HID: wacom: Support touchrings with relative motionJason Gerecke-2/+18
2024-08-02HID: wacom: Improve warning for tablets falling back to default resolutionJason Gerecke-2/+2
2024-08-02HID: wacom: Defer calculation of resolution until resolution_code is knownJason Gerecke-1/+3
2024-08-02HID: multitouch: Add support for GT7868QDmitry Savin-0/+35
2024-08-02HID: amd_sfh: free driver_data after destroying hid deviceOlivier Sobrie-1/+3
2024-08-02hid-asus: add ROG Ally X prod ID to quirk listLuke D. Jones-0/+4
2024-08-02HID: core: add helper for finding a field with a certain usageKerem Karabay-25/+27
2024-08-01HID: cougar: fix slab-out-of-bounds Read in cougar_report_fixupCamila Alvarez-1/+1
2024-07-29Merge tag 'for-linus-2024072901' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-65/+27
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2024-07-24HID: bpf: prevent the same struct_ops to be attached more than onceBenjamin Tissoires-0/+5
2024-07-23HID: amd_sfh: Move sensor discovery before HID device initializationBasavaraj Natikar-7/+11