aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds14-150/+404
2020-08-10Merge branch 'for-5.9/wiimote' into for-linusJiri Kosina3-24/+50
2020-08-10Merge branch 'for-5.9/lenovo' into for-linusJiri Kosina2-79/+282
2020-08-10Merge branch 'for-5.9/intel-ish' into for-linusJiri Kosina1-5/+11
2020-08-10Merge branch 'for-5.9/core-v2' into for-linusJiri Kosina3-38/+55
2020-07-21HID: quirks: add NOGET quirk for Logitech GROUPIkjoon Jang2-0/+2
2020-07-20HID: Replace HTTP links with HTTPS onesAlexander A. Klimov2-2/+2
2020-07-20HID: udraw-ps3: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-20HID: mcp2221: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid into masterLinus Torvalds9-6/+47
2020-07-14HID: input: Fix devices that return multiple bytes in battery reportGrant Likely1-3/+3
2020-07-07HID: lenovo: Fix spurious F23 key press report during resume from suspendHans de Goede1-0/+7
2020-07-07HID: lenovo: Add ThinkPad 10 Ultrabook Keyboard fn_lock supportHans de Goede1-1/+71
2020-07-07HID: lenovo: Add ThinkPad 10 Ultrabook Keyboard supportHans de Goede2-0/+106
2020-07-07HID: lenovo: Rename fn_lock sysfs attr handlers to make them genericHans de Goede1-11/+17
2020-07-07HID: lenovo: Factor out generic parts of the LED codeHans de Goede1-40/+58
2020-07-07HID: lenovo: Merge tpkbd and cptkbd data structuresHans de Goede1-30/+26
2020-07-07HID: logitech-hidpp: avoid repeated "multiplier = " log messagesMaciej S. Szmigiero1-1/+1
2020-07-07HID: logitech: Use HIDPP_RECEIVER_INDEX instead of 0xffMazin Rezk1-3/+3
2020-07-07HID: intel-ish-hid: Replace PCI_DEV_FLAGS_NO_D3 with pci_save_stateKai-Heng Feng1-5/+11
2020-06-24HID: quirks: Ignore Simply Automated UPB PIMJames Hilliard2-0/+3
2020-06-24HID: apple: Disable Fn-key key-re-mapping on clone keyboardsHans de Goede1-0/+18
2020-06-19HID: Wiimote: Treat the d-pad as an analogue stickDaniel G. Morse3-24/+50
2020-06-19HID: steam: fixes race in handling device list.Rodrigo Rivas Costa1-2/+4
2020-06-16HID: magicmouse: do not set up autorepeatDmitry Torokhov1-0/+6
2020-06-16HID: alps: support devices with report id 2Caiyuan Xie1-0/+2
2020-06-16HID: quirks: Always poll Obins Anne Pro 2 keyboardSebastian Parschauer2-0/+2
2020-06-16HID: input: do not run GET_REPORT unless there's a Resolution MultiplierPeter Hutterer1-10/+20
2020-06-16HID: i2c-hid: add Mediacom FlexBook edge13 to descriptor overrideFederico Ricchiuto1-0/+8
2020-06-16HID: usbhid: remove redundant assignment to variable retvalColin Ian King1-1/+1
2020-06-16HID: usbhid: do not sleep when opening deviceDmitry Torokhov2-24/+31
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada3-108/+108
2020-06-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-6/+3
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-12Input: introduce input_mt_report_slot_inactive()Jiada Wang2-6/+3
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