summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2024-10-17Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley10-26/+469
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-10Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley3-48/+12
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-04Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley4-3/+47
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-13Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley2-2/+4
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-09-10Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley1-1/+3
2024-08-29HID: wacom: Defer calculation of resolution until resolution_code is knownJason Gerecke1-1/+3
2024-08-13Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley2-9/+12
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-25Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley3-0/+17
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-07-01Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley3-27/+31
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-24Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley3-3/+6
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-17Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley1-12/+47
2024-06-16HID: i2c-hid: elan: fix reset suspend current leakageJohan Hovold1-12/+47
2024-06-12Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley3-0/+17
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-02Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley3-13/+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-18Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley2-0/+3