aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hid (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-03Merge branches 'for-5.7/upstream-fixes', 'for-5.8/apple', 'for-5.8/asus', 'for-5.8/core', 'for-5.8/intel-ish', 'for-5.8/logitech', 'for-5.8/mcp2221' and 'for-5.8/multitouch' into for-linusJiri Kosina9-74/+335
2020-05-27HID: multitouch: Remove MT_CLS_WIN_8_DUALKai-Heng Feng2-50/+2
2020-05-27HID: multitouch: enable multi-input as a quirk for some devicesBenjamin Tissoires1-0/+26
2020-05-26HID: sony: Fix for broken buttons on DS3 USB donglesScott Shumate1-0/+17
2020-05-15HID: Add quirks for Trust Panora Graphic TabletCristian Klein2-0/+4
2020-05-15HID: apple: Swap the Fn and Left Control keys on Apple keyboardsfree5lot1-2/+28
2020-05-07HID: asus: Add depends on USB_HID to HID_ASUS Kconfig optionHans de Goede1-0/+1
2020-05-06HID: asus: Fix mute and touchpad-toggle keys on Medion Akoya E1239THans de Goede1-0/+60
2020-05-06HID: asus: Add support for multi-touch touchpad on Medion Akoya E1239THans de Goede2-1/+26
2020-05-06HID: asus: Add report_size to struct asus_touchpad_infoHans de Goede1-1/+7
2020-05-06HID: asus: Add hid_is_using_ll_driver(usb_hid_driver) checkHans de Goede1-1/+2
2020-05-06HID: asus: Simplify skipping of mappings for Asus T100CHI keyboard-dockHans de Goede1-14/+7
2020-05-06HID: asus: Only set EV_REP if we are adding a mappingHans de Goede1-2/+2
2020-05-05HID: i2c-hid: add Schneider SCL142ALM to descriptor overrideJulian Sax1-0/+8
2020-05-05HID: intel-ish-hid: avoid bogus uninitialized-variable warningArnd Bergmann1-0/+2
2020-05-04HID: quirks: Add HID_QUIRK_NO_INIT_REPORTS quirk for Dell K12A keyboard-dockHans de Goede2-0/+2
2020-04-29HID: mcp2221: add gpiolib dependencyArnd Bergmann1-0/+1
2020-04-29HID: i2c-hid: reset Synaptics SYNA2393 on resumeDaniel Playfair Cal2-0/+5
2020-04-29HID: wacom: Report 2nd-gen Intuos Pro S center button status over BTJason Gerecke1-3/+6
2020-04-29HID: usbhid: Fix race between usbhid_close() and usbhid_stop()Alan Stern2-8/+30
2020-04-16HID: mcp2221: add GPIO functionality supportRishi Gupta1-0/+169
2020-04-16Revert "HID: wacom: generic: read the number of expected touches on a per collection basis"Jason Gerecke1-63/+16
2020-04-15HID: alps: ALPS_1657 is too specific; use U1_UNICORN_LEGACY insteadJiri Kosina2-2/+2
2020-04-14HID: alps: Add AUI1657 device IDArtem Borisov2-1/+2
2020-04-14HID: fix typo in KconfigChristophe JAILLET1-2/+2
2020-04-14HID: logitech: Add support for Logitech G11 extra keysFabian Schindlatz2-0/+5
2020-04-14HID: multitouch: add eGalaxTouch P80H84 supportSebastian Reichel2-0/+4
2020-04-06HID: logitech: drop outdated references to unifying receiversFilipe Laíns3-6/+6
2020-04-03HID: wacom: Read HID_DG_CONTACTMAX directly for non-generic devicesJason Gerecke1-1/+3
2020-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds12-18/+871
2020-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2020-04-01Merge branch 'for-5.7/mcp2221' into for-linusJiri Kosina4-0/+754
2020-04-01Merge branch 'for-5.7/logitech' into for-linusJiri Kosina1-2/+9
2020-04-01Merge branch 'for-5.7/ish' into for-linusJiri Kosina2-2/+2
2020-04-01Merge branch 'for-5.7/glorious' into for-linusJiri Kosina5-4/+100
2020-04-01Merge branch 'for-5.7/core' into for-linusJiri Kosina1-3/+0
2020-04-01Merge branch 'for-5.7/appleir' into for-linusJiri Kosina2-10/+5
2020-03-23HID: rmi: Simplify an error handling path in 'rmi_hid_read_block()'Christophe JAILLET1-1/+0
2020-03-21HID: intel-ish-hid: hbm.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-21HID: intel-ish-hid: ishtp-dev.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-18HID: Add driver fixing Glorious PC Gaming Race mouse report descriptorSamuel Čavoj4-0/+98
2020-03-17HID: lg-g15: Do not fail the probe when we fail to disable F# emulationHans de Goede1-2/+4
2020-03-17HID: fix Kconfig word orderingGeert Uytterhoeven1-1/+1
2020-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds5-5/+10
2020-03-16HID: add ALWAYS_POLL quirk to lenovo pixart mouseTony Fischetti2-0/+2
2020-03-16HID: google: add moonball USB idChen-Tsung Hsieh2-0/+3
2020-03-13HID: appleir: Use devm_kzalloc() instead of kzalloc()Lucas Tanure1-3/+2
2020-03-13HID: appleir: Remove unnecessary goto labelLucas Tanure1-5/+2
2020-03-11HID: hid-sensor-custom: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-3/+3
2020-03-11HID: hid-picolcd_fb: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-2/+2