summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-bigbenff.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* HID: bigbenff: constify fixed up report descriptorThomas Weißschuh2024-09-051-2/+2
* HID: change return type of report_fixup() to constThomas Weißschuh2024-08-271-1/+1
* HID: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-061-0/+1
* hid: bigben_probe(): validate report countPietro Borrello2023-02-161-5/+2
* HID: bigben: use spinlock to safely schedule workersPietro Borrello2023-02-151-6/+12
* HID: bigben_worker() remove unneeded check on report_fieldPietro Borrello2023-02-151-1/+1
* HID: bigben: use spinlock to protect concurrent accessesPietro Borrello2023-02-151-2/+50
* HID: check empty report_list in bigben_probe()Pietro Borrello2023-01-171-0/+5
* HID: bigben: fix slab-out-of-bounds Write in bigben_probeDongliang Mu2022-05-061-0/+6
* HID: bigbenff: prevent null pointer dereferenceBenjamin Tissoires2021-12-021-1/+1
* HID: hid-bigbenff: fix race condition for scheduled work during removalHanno Zulla2020-02-181-0/+6
* HID: hid-bigbenff: call hid_hw_stop() in case of errorHanno Zulla2020-02-181-5/+10
* HID: hid-bigbenff: fix general protection fault caused by double kfreeHanno Zulla2020-02-181-2/+8
* HID: hid-bigbenff: driver for BigBen Interactive PS3OFMINIPAD gamepadHanno Zulla2018-09-241-0/+414