summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2022-01-27HID: apple: Do not reset quirks when the Fn key is not foundJosé Expósito1-1/+1
2022-01-27HID: magicmouse: Report battery level over USBJosé Expósito1-6/+88
2022-01-27HID: hid-uclogic-params: Invalid parameter check in uclogic_params_frame_init...José Expósito1-1/+3
2022-01-27HID: hid-uclogic-params: Invalid parameter check in uclogic_params_huion_initJosé Expósito1-3/+7
2022-01-27HID: hid-uclogic-params: Invalid parameter check in uclogic_params_get_str_descJosé Expósito1-1/+3
2022-01-27HID: hid-uclogic-params: Invalid parameter check in uclogic_params_initJosé Expósito1-4/+9
2022-01-27HID: wacom: Avoid using stale array indicies to read contact countJason Gerecke1-0/+4
2022-01-27HID: wacom: Ignore the confidence flag when a touch is removedJason Gerecke1-3/+26
2022-01-27HID: wacom: Reset expected and received contact counts at the same timeJason Gerecke1-1/+5
2022-01-27HID: uhid: Fix worker destroying device without any protectionJann Horn1-4/+25
2022-01-27HID: Ignore battery for Elan touchscreen on HP Envy X360 15t-dr100Karl Kurbjun2-0/+3
2021-12-29HID: potential dereference of null pointerJiasheng Jiang1-0/+3
2021-12-29HID: holtek: fix mouse probingBenjamin Tissoires1-0/+15
2021-12-14HID: Ignore battery for Elan touchscreen on Asus UX550VEHans de Goede2-0/+3
2021-12-14HID: sony: fix error path in probeBenjamin Tissoires1-7/+15
2021-12-14HID: check for valid USB device for many HID driversGreg Kroah-Hartman23-9/+92
2021-12-14HID: wacom: fix problems when device is not a valid USB deviceGreg Kroah-Hartman1-5/+12
2021-12-14HID: bigbenff: prevent null pointer dereferenceBenjamin Tissoires1-1/+1
2021-12-14HID: add USB_HID dependancy on some USB HID driversGreg Kroah-Hartman1-3/+3
2021-12-14HID: add USB_HID dependancy to hid-chiconyGreg Kroah-Hartman1-1/+1
2021-12-14HID: add USB_HID dependancy to hid-prodikeysGreg Kroah-Hartman1-1/+1
2021-12-14HID: add hid_is_usb() function to make it simpler for USB detectionGreg Kroah-Hartman5-9/+6
2021-12-14HID: intel-ish-hid: ipc: only enable IRQ wakeup when requestedThomas Weißschuh1-2/+4
2021-12-14HID: google: add eel USB idxiazhengqiao2-0/+3
2021-12-14HID: quirks: Add quirk for the Microsoft Surface 3 type-coverHans de Goede2-0/+2
2021-12-01HID: magicmouse: prevent division by 0 on scrollClaudia Pellegrino1-2/+5
2021-12-01HID: input: set usage type to key on keycode remapThomas Weißschuh1-0/+1
2021-12-01HID: input: Fix parsing of HID_CP_CONSUMER_CONTROL fieldsHans de Goede1-3/+2
2021-12-01HID: wacom: Use "Confidence" flag to prevent reporting invalid contactsJason Gerecke2-1/+8
2021-11-25HID: multitouch: disable sticky fingers for UPERFECT YJosé Expósito2-0/+16
2021-11-18HID: u2fzero: properly handle timeouts in usb_submit_urbAndrej Shadura1-1/+1
2021-11-18HID: u2fzero: clarify error check and length calculationsAndrej Shadura1-3/+5
2021-11-18HID: surface-hid: Allow driver matching for target ID 1 devicesMaximilian Luz1-1/+1
2021-11-18HID: surface-hid: Use correct event registry for managing HID eventsMaximilian Luz1-1/+1
2021-09-27HID: amd_sfh: Fix potential NULL pointer dereferenceBasavaraj Natikar1-8/+4
2021-09-22HID: u2fzero: ignore incomplete packets without dataAndrej Shadura1-1/+3
2021-09-16HID: amd_sfh: Fix potential NULL pointer dereferenceEvgeny Novikov1-1/+5
2021-09-15HID: wacom: Add new Intuos BT (CTL-4100WL/CTL-6100WL) device IDsJoshua-Dickens1-0/+8
2021-09-15HID: apple: Fix logical maximum and usage maximum of Magic Keyboard JISMizuho Mori1-0/+7
2021-09-15HID: betop: fix slab-out-of-bounds Write in betop_probeF.A.Sulaiman1-3/+10
2021-09-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds22-96/+564
2021-09-01Merge branch 'for-5.15/apple' into for-linusJiri Kosina1-9/+23
2021-09-01Merge branch 'for-5.15/wacom' into for-linusJiri Kosina3-13/+48
2021-09-01Merge branch 'for-5.15/thrustmaster' into for-linusJiri Kosina1-1/+6
2021-09-01Merge branch 'for-5.15/sony' into for-linusJiri Kosina3-17/+38
2021-09-01Merge branch 'for-5.15/magicmouse' into for-linusJiri Kosina1-0/+52
2021-09-01Merge branch 'for-5.15/logitech' into for-linusJiri Kosina1-3/+44
2021-09-01Merge branch 'for-5.15/goodix' into for-linusJiri Kosina1-13/+79
2021-09-01Merge branch 'for-5.15/core' into for-linusJiri Kosina2-13/+18
2021-09-01Merge branch 'for-5.15/cmedia' into for-linusJiri Kosina3-4/+92