aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hid (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-10HID: logitech-dj: add support for the static device in the Powerplay mat/receiverFilipe Laíns1-2/+7
2020-03-10HID: mcp2221: add usb to i2c-smbus host bridgeRishi Gupta4-0/+754
2020-03-05HID: hyperv: NULL check before some freeing functions is not needed.Lucas Tanure1-4/+2
2020-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds8-35/+63
2020-02-18HID: hid-bigbenff: fix race condition for scheduled work during removalHanno Zulla1-0/+6
2020-02-18HID: hid-bigbenff: call hid_hw_stop() in case of errorHanno Zulla1-5/+10
2020-02-18HID: hid-bigbenff: fix general protection fault caused by double kfreeHanno Zulla1-2/+8
2020-02-14HID: i2c-hid: add Trekstor Surfbook E11B to descriptor overrideKai-Heng Feng1-0/+8
2020-02-12HID: alps: Fix an error handling path in 'alps_input_configured()'Christophe JAILLET1-1/+1
2020-02-12HID: hiddev: Fix race in in hiddev_disconnect()dan.carpenter@oracle.com1-1/+1
2020-02-12HID: logitech-dj: add debug msg when exporting a HID++ report descriptorsFilipe Laíns1-0/+2
2020-02-12HID: quirks: Remove ITE 8595 entry from hid_have_special_driverHans de Goede1-3/+0
2020-02-12HID: core: fix off-by-one memset in hid_report_raw_event()Johan Korsnes1-1/+3
2020-02-12HID: apple: Add support for recent firmware on Magic KeyboardsMansour Behabadi1-1/+2
2020-02-03HID: ite: Only bind to keyboard USB interface on Acer SW5-012 keyboard dockHans de Goede1-2/+3
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+1
2020-01-28HID: logitech-hidpp: BatteryVoltage: only read chargeStatus if extPower is activeFilipe Laíns1-22/+21
2020-01-27Merge branch 'for-5.6/logitech' into for-linusJiri Kosina1-15/+232
2020-01-27Merge branch 'for-5.6/hidraw' into for-linusJiri Kosina1-0/+9
2020-01-20Backmerge v5.5-rc7 into drm-nextDave Airlie15-71/+105
2020-01-13HID: logitech-hidpp: avoid duplicate error handling code in 'hidpp_probe()'Christophe JAILLET1-1/+0
2020-01-10HID: hidraw, uhid: Always report EPOLLOUTJiri Kosina2-5/+7
2020-01-09HID: steam: Fix input device disappearingRodrigo Rivas Costa1-0/+4
2019-12-29HID: intel-ish-hid: ipc: Add Tiger Lake PCI device IDSrinivas Pandruvada2-0/+2
2019-12-19drivers/hid/hid-multitouch.c: fix a possible null pointer access.Pan Zhang1-1/+1
2019-12-18hid-logitech-hidpp: read battery voltage from newer devicesPedro Vanzella1-4/+168
2019-12-18HID: logitech: Add MX Master 3 MouseAdrian Freund1-0/+5
2019-12-18HID: logitech-hidpp: Support WirelessDeviceStatus connect eventsMazin Rezk1-4/+35
2019-12-18HID: logitech-hidpp: Support translations from short to long reportsMazin Rezk1-6/+24