summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)Author
2022-12-14HID: core: fix shift-out-of-bounds in hid_report_raw_eventZhangPeng
2022-12-14HID: hid-lg4ff: Add check for empty lbufAnastasia Belova
2022-12-14HID: usbhid: Add ALWAYS_POLL quirk for some miceAnkit Patel
2022-11-25HID: hyperv: fix possible memory leak in mousevsc_probe()Yang Yingliang
2022-11-10HID: saitek: add madcatz variant of MMO7 mouse device IDSamuel Bailey
2022-10-29HID: magicmouse: Do not set BTN_MOUSE on double reportJosé Expósito
2022-10-26HID: roccat: Fix use-after-free in roccat_read()Hyunwoo Kim
2022-10-26HID: multitouch: Add memory barriersAndri Yngvason
2022-09-20hid: intel-ish-hid: ishtp: Fix ishtp client sending disordered messageEven Xu
2022-09-20HID: ishtp-hid-clientHID: ishtp-hid-client: Fix comment typoJason Wang
2022-09-05HID: hidraw: fix memory leak in hidraw_release()Karthik Alapati
2022-09-05HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_reportLee Jones
2022-08-25HID: alps: Declare U1_UNICORN_LEGACY supportArtem Borisov
2022-08-25HID: cp2112: prevent a buffer overflow in cp2112_xfer()Harshit Mogalapalli
2022-08-25HID: wacom: Don't register pad_input for touch switchPing Cheng
2022-08-25HID: wacom: Only report rotation for art penPing Cheng
2022-06-14HID: elan: Fix potential double free in elan_input_configuredMiaoqian Lin
2022-06-14HID: hid-led: fix maximum brightness for Dream CheekyJonathan Teh
2022-06-14HID: bigben: fix slab-out-of-bounds Write in bigben_probeDongliang Mu
2022-06-06HID: multitouch: Add support for Google Whiskers TouchpadMarek Maślanka
2022-04-15HID: i2c-hid: fix GET/SET_REPORT for unnumbered reportsDmitry Torokhov
2022-04-15HID: intel-ish-hid: Use dma_alloc_coherent for firmware updateGwendal Grignou
2022-04-15HID: logitech-dj: add new lightspeed receiver idLucas Zampieri
2022-03-08HID: add mapping for KEY_ALL_APPLICATIONSWilliam Mahon
2022-03-08HID: add mapping for KEY_DICTATEWilliam Mahon
2022-02-23HID:Add support for UGTABLET WP5540Sergio Costas
2022-01-27HID: quirks: Allow inverting the absolute X/Y valuesAlistair Francis
2022-01-27HID: apple: Do not reset quirks when the Fn key is not foundJosé Expósito
2022-01-27HID: hid-uclogic-params: Invalid parameter check in uclogic_params_frame_init...José Expósito
2022-01-27HID: hid-uclogic-params: Invalid parameter check in uclogic_params_huion_initJosé Expósito
2022-01-27HID: hid-uclogic-params: Invalid parameter check in uclogic_params_get_str_descJosé Expósito
2022-01-27HID: hid-uclogic-params: Invalid parameter check in uclogic_params_initJosé Expósito
2022-01-27HID: wacom: Avoid using stale array indicies to read contact countJason Gerecke
2022-01-27HID: wacom: Ignore the confidence flag when a touch is removedJason Gerecke
2022-01-27HID: wacom: Reset expected and received contact counts at the same timeJason Gerecke
2022-01-27HID: uhid: Fix worker destroying device without any protectionJann Horn
2022-01-05HID: asus: Add depends on USB_HID to HID_ASUS Kconfig optionHans de Goede
2021-12-29HID: holtek: fix mouse probingBenjamin Tissoires
2021-12-14HID: check for valid USB device for many HID driversGreg Kroah-Hartman
2021-12-14HID: wacom: fix problems when device is not a valid USB deviceGreg Kroah-Hartman
2021-12-14HID: bigbenff: prevent null pointer dereferenceBenjamin Tissoires
2021-12-14HID: add USB_HID dependancy on some USB HID driversGreg Kroah-Hartman
2021-12-14HID: add USB_HID dependancy to hid-chiconyGreg Kroah-Hartman
2021-12-14HID: add USB_HID dependancy to hid-prodikeysGreg Kroah-Hartman
2021-12-14HID: add hid_is_usb() function to make it simpler for USB detectionGreg Kroah-Hartman
2021-12-14HID: google: add eel USB idxiazhengqiao
2021-12-14HID: quirks: Add quirk for the Microsoft Surface 3 type-coverHans de Goede
2021-12-01HID: wacom: Use "Confidence" flag to prevent reporting invalid contactsJason Gerecke
2021-11-17HID: u2fzero: properly handle timeouts in usb_submit_urbAndrej Shadura
2021-11-17HID: u2fzero: clarify error check and length calculationsAndrej Shadura