aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-14HID: amd_sfh: Add interrupt handler to process interruptsBasavaraj Natikar2-0/+41
2022-02-14HID: amd_sfh: Add functionality to clear interruptsBasavaraj Natikar2-1/+25
2022-02-14HID: amd_sfh: Disable the interrupt for all commandBasavaraj Natikar1-0/+3
2022-02-14HID: amd_sfh: Correct the structure field nameBasavaraj Natikar1-1/+1
2022-02-14HID: amd_sfh: Handle amd_sfh work buffer in PM opsBasavaraj Natikar1-0/+4
2022-02-05HID:Add support for UGTABLET WP5540Sergio Costas2-0/+2
2022-02-02HID: amd_sfh: Add illuminance mask to limit ALS max valueBasavaraj Natikar1-1/+3
2022-02-02HID: amd_sfh: Increase sensor command timeoutBasavaraj Natikar1-2/+2
2022-02-02HID: i2c-hid: goodix: Fix a lockdep splatDaniel Thompson1-16/+12
2022-01-24HID: elo: fix memory leak in elo_probeDongliang Mu1-0/+1
2022-01-21HID: apple: Set the tilde quirk flag on the Wellspring 5 and laterAlex Henrie1-8/+8
2022-01-21HID: wacom: Avoid using stale array indicies to read contact countJason Gerecke1-0/+4
2022-01-21HID: wacom: Ignore the confidence flag when a touch is removedJason Gerecke1-3/+26
2022-01-21HID: wacom: Reset expected and received contact counts at the same timeJason Gerecke1-1/+5
2022-01-19HID: uhid: Use READ_ONCE()/WRITE_ONCE() for ->runningJann Horn1-10/+10
2022-01-19HID: uhid: Fix worker destroying device without any protectionJann Horn1-4/+25
2022-01-14HID: vivaldi: Minor cleanupsStephen Boyd1-3/+4
2022-01-14HID: vivaldi: fix handling devices not using numbered reportsDmitry Torokhov1-6/+28
2022-01-12HID: Ignore battery for Elan touchscreen on HP Envy X360 15t-dr100Karl Kurbjun2-0/+3
2022-01-10Merge branch 'for-5.17/thrustmaster' into for-linusJiri Kosina1-6/+2
2022-01-10Merge branch 'for-5.17/magicmouse' into for-linusJiri Kosina1-6/+89
2022-01-10Merge branch 'for-5.17/letsketch' into for-linusJiri Kosina4-0/+340
2022-01-10Merge branch 'for-5.17/i2c-hid' into for-linusJiri Kosina1-1/+4
2022-01-10Merge branch 'for-5.17/hidraw' into for-linusJiri Kosina1-17/+17
2022-01-10Merge branch 'for-5.17/apple' into for-linusJiri Kosina4-16/+153
2022-01-10Merge branch 'for-5.17/core' into for-linusJiri Kosina11-56/+180
2022-01-06HID: magicmouse: Fix an error handling path in magicmouse_probe()Christophe JAILLET1-0/+1
2022-01-06HID: intel-ish-hid: ishtp-fw-loader: Fix a kernel-doc formatting issueYang Li1-1/+2
2022-01-06HID: intel-ish-hid: ipc: Specify no cache snooping on TGL and ADLYe Xiang1-1/+5
2022-01-06HID: hid-uclogic-params: Invalid parameter check in uclogic_params_frame_init_v1_buttonpadJosé Expósito1-1/+3
2022-01-06HID: hid-uclogic-params: Invalid parameter check in uclogic_params_huion_initJosé Expósito1-3/+7
2022-01-06HID: hid-uclogic-params: Invalid parameter check in uclogic_params_get_str_descJosé Expósito1-1/+3
2022-01-06HID: hid-uclogic-params: Invalid parameter check in uclogic_params_initJosé Expósito1-4/+9
2022-01-06HID: Add new Letsketch tablet driverHans de Goede4-0/+340
2022-01-06HID: apple: Add Magic Keyboard 2021 with fingerprint reader FN key mappingJosé Expósito1-1/+3
2022-01-06HID: apple: Add 2021 magic keyboard FN key mappingBenjamin Berg1-1/+28
2022-01-06HID: magicmouse: set Magic Trackpad 2021 nameJosé Expósito1-3/+9
2022-01-06HID: magicmouse: set device name when it has been personalizedJosé Expósito1-3/+11
2022-01-06HID: apple: Add 2021 Magic Keyboard with number padAlex Henrie2-0/+5
2022-01-06HID: apple: Add 2021 Magic Keyboard with fingerprint readerAlex Henrie3-0/+6
2021-12-20HID: potential dereference of null pointerJiasheng Jiang1-0/+3
2021-12-20HID: holtek: fix mouse probingBenjamin Tissoires1-0/+15
2021-12-14HID: i2c-hid-of: Expose the touchscreen-inverted propertiesAlistair Francis5-5/+15
2021-12-14HID: quirks: Allow inverting the absolute X/Y valuesAlistair Francis1-0/+6
2021-12-14HID: hidraw: Replace hidraw device table mutex with a rwsemAndré Almeida1-17/+17
2021-12-14HID: thrustmaster use swap() to make code cleanerchiminghao1-6/+2
2021-12-14HID: debug: Add USI usagesMika Westerberg1-0/+35
2021-12-14HID: input: Make hidinput_find_field() staticMika Westerberg1-2/+2
2021-12-14HID: hid-input: Add suffix also for HID_DG_PENMika Westerberg2-3/+10
2021-12-14HID: Add map_msc() to avoid boilerplate codeMika Westerberg1-4/+2