summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2024-10-17hid: intel-ish-hid: Fix uninitialized variable 'rv' in ish_fw_xfer_direct_dmaSurajSonawane24151-1/+1
2024-10-17HID: plantronics: Workaround for an unexcepted opposite volume keyWade Wang2-0/+25
2024-10-17HID: multitouch: Add support for lenovo Y9000P TouchpadHe Lugang2-2/+7
2024-10-17HID: amd_sfh: Switch to device-managed dmam_alloc_coherent()Basavaraj Natikar1-11/+3
2024-10-17hid-asus: add ROG Ally X prod ID to quirk listLuke D. Jones2-0/+4
2024-10-17HID: asus: add ROG Z13 lightbarLuke D. Jones2-0/+4
2024-10-17HID: asus: add ROG Ally N-Key ID and keycodesLuke D. Jones2-1/+8
2024-10-17HID: i2c-hid: Skip SET_POWER SLEEP for Cirque touchpad on system suspendKai-Heng Feng2-1/+8
2024-10-17HID: i2c-hid: Renumber I2C_HID_QUIRK_ definesHans de Goede1-5/+5
2024-10-17HID: i2c-hid: Remove I2C_HID_QUIRK_SET_PWR_WAKEUP_DEV quirkHans de Goede1-5/+1
2024-10-17HID: mcp2200: added driver for GPIOs of MCP2200Johannes Roith4-0/+403
2024-10-10HID: multitouch: Add support for Thinkpad X12 Gen 2 Kbd PortfolioVishnu Sankar2-0/+7
2024-10-10HID: Ignore battery for all ELAN I2C-HID devicesHans de Goede2-48/+5
2024-10-04HID: wacom: Do not warn about dropped packets for first packetJason Gerecke2-2/+6
2024-10-04HID: wacom: Support sequence numbers smaller than 16-bitJason Gerecke1-2/+7
2024-09-18HID: multitouch: Add support for GT7868QDmitry Savin2-0/+35
2024-09-12HID: amd_sfh: free driver_data after destroying hid deviceOlivier Sobrie1-1/+3
2024-09-12HID: cougar: fix slab-out-of-bounds Read in cougar_report_fixupCamila Alvarez1-1/+1
2024-08-29HID: wacom: Defer calculation of resolution until resolution_code is knownJason Gerecke1-1/+3
2024-08-11HID: wacom: Modify pen IDsTatsunosuke Tobita1-2/+1
2024-08-11HID: amd_sfh: Move sensor discovery before HID device initializationBasavaraj Natikar1-7/+11
2024-07-25HID: Ignore battery for ELAN touchscreens 2F2C and 4116Louis Dalibard2-0/+6
2024-07-25input: Add support for "Do Not Disturb"Aseda Aboagye2-0/+9
2024-07-25input: Add event code for accessibility keyAseda Aboagye2-0/+2
2024-06-27hid: asus: asus_report_fixup: fix potential read out of boundsAndrew Ballance1-2/+2
2024-06-27HID: asus: fix more n-key report descriptors if n-key quirkedLuke D. Jones1-27/+24
2024-06-27HID: Add quirk for Logitech Casa touchpadSean O'Brien2-0/+7
2024-06-21HID: logitech-dj: Fix memory leak in logi_dj_recv_switch_to_dj_mode()José Expósito1-1/+3
2024-06-21HID: core: remove unnecessary WARN_ON() in implement()Nikita Zhandarovich1-1/+0
2024-06-21HID: nvidia-shield: Add missing check for input_ff_create_memlessChen Ni1-1/+3
2024-06-16HID: i2c-hid: elan: fix reset suspend current leakageJohan Hovold1-12/+47
2024-06-12HID: amd_sfh: Handle "no sensors" in PM operationsBasavaraj Natikar1-0/+10
2024-06-12HID: intel-ish-hid: ipc: Add check for pci_alloc_irq_vectorsChen Ni1-0/+5
2024-06-12HID: mcp-2221: cancel delayed_work only when CONFIG_IIO is enabledAbdelrahman Morsy1-0/+2
2024-05-02HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-upNam Cao1-9/+0
2024-05-02HID: logitech-dj: allow mice to use all types of reportsYaraslau Furman1-3/+1
2024-05-02HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized dev->devcZhang Lixu1-1/+1
2024-04-13HID: input: avoid polling stylus battery on Chromebook PompomDmitry Torokhov2-0/+3
2024-03-26HID: amd_sfh: Avoid disabling the interruptBasavaraj Natikar1-3/+27
2024-03-26HID: amd_sfh: Update HPD sensor structure elementsBasavaraj Natikar1-3/+3
2024-03-26HID: lenovo: Add middleclick_workaround sysfs knob for cptkbdMikhail Khvainitski1-18/+39
2024-03-26HID: multitouch: Add required quirk for Synaptics 0xcddc deviceManuel Fombuena1-0/+4
2024-03-01HID: nvidia-shield: Add missing null pointer checks to LED initializationKunwu Chan1-0/+4
2024-03-01HID: logitech-hidpp: add support for Logitech G Pro X Superlight 2Jiri Kosina1-0/+2
2024-02-23HID: wacom: Do not register input devices until after hid_hw_startJason Gerecke1-20/+43
2024-02-23HID: wacom: generic: Avoid reporting a serial of '0' to userspaceTatsunosuke Tobita1-1/+8
2024-02-23HID: i2c-hid-of: fix NULL-deref on failed power upJohan Hovold1-0/+1
2024-02-23HID: bpf: actually free hdev memory after attaching a HID-BPF programBenjamin Tissoires2-9/+40
2024-02-23HID: bpf: remove double fdget()Benjamin Tissoires3-41/+49
2024-02-05HID: hidraw: fix a problem of memory leak in hidraw_release()Su Hui1-2/+5