summaryrefslogtreecommitdiff
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2020-09-027-2/+28
|\
| * HID: core: Sanitize event code and type when mapping inputMarc Zyngier2020-09-012-0/+6
| * HID: core: Correctly handle ReportSize being zeroMarc Zyngier2020-09-011-2/+13
| * HID: elan: Fix memleak in elan_input_configuredDinghao Liu2020-09-011-0/+2
| * HID: microsoft: Add rumble support for the 8bitdo SN30 Pro+ controllerNicholas Miell2020-08-312-0/+3
| * HID: quirks: Set INCREMENT_USAGE_ON_DUPLICATE for all Saitek X52 devicesNirenjan Krishnan2020-08-312-0/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2020-08-258-42/+49
|\ \ | |/
| * Revert "HID: usbhid: do not sleep when opening device"Jiri Kosina2020-08-182-31/+24
| * HID: hiddev: Fix slab-out-of-bounds write in hiddev_ioctl_usage()Peilin Ye2020-08-171-0/+4
| * HID: quirks: Always poll three more Lenovo PixArt miceSebastian Parschauer2020-08-172-0/+6
| * HID: i2c-hid: Always sleep 60ms after I2C_HID_PWR_ON commandsHans de Goede2020-08-171-9/+13
| * HID: macally: Constify macally_id_tableRikard Falkeborn2020-08-171-1/+1
| * HID: cougar: Constify cougar_id_tableRikard Falkeborn2020-08-171-1/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-239-27/+20
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2020-08-1014-150/+404
|\
| * Merge branch 'for-5.9/wiimote' into for-linusJiri Kosina2020-08-103-24/+50
| |\
| | * HID: Wiimote: Treat the d-pad as an analogue stickDaniel G. Morse2020-06-193-24/+50
| * | Merge branch 'for-5.9/lenovo' into for-linusJiri Kosina2020-08-102-79/+282
| |\ \
| | * | HID: lenovo: Fix spurious F23 key press report during resume from suspendHans de Goede2020-07-071-0/+7
| | * | HID: lenovo: Add ThinkPad 10 Ultrabook Keyboard fn_lock supportHans de Goede2020-07-071-1/+71
| | * | HID: lenovo: Add ThinkPad 10 Ultrabook Keyboard supportHans de Goede2020-07-072-0/+106
| | * | HID: lenovo: Rename fn_lock sysfs attr handlers to make them genericHans de Goede2020-07-071-11/+17
| | * | HID: lenovo: Factor out generic parts of the LED codeHans de Goede2020-07-071-40/+58
| | * | HID: lenovo: Merge tpkbd and cptkbd data structuresHans de Goede2020-07-071-30/+26
| | |/
| * | Merge branch 'for-5.9/intel-ish' into for-linusJiri Kosina2020-08-101-5/+11
| |\ \
| | * | HID: intel-ish-hid: Replace PCI_DEV_FLAGS_NO_D3 with pci_save_stateKai-Heng Feng2020-07-071-5/+11
| | |/
| * | Merge branch 'for-5.9/core-v2' into for-linusJiri Kosina2020-08-103-38/+55
| |\ \
| | * | HID: input: Fix devices that return multiple bytes in battery reportGrant Likely2020-07-141-3/+3
| | * | HID: input: do not run GET_REPORT unless there's a Resolution MultiplierPeter Hutterer2020-06-161-10/+20
| | * | HID: usbhid: remove redundant assignment to variable retvalColin Ian King2020-06-161-1/+1
| | * | HID: usbhid: do not sleep when opening deviceDmitry Torokhov2020-06-162-24/+31
| | |/
| * | HID: quirks: add NOGET quirk for Logitech GROUPIkjoon Jang2020-07-212-0/+2
| * | HID: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-202-2/+2
| * | HID: udraw-ps3: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-201-1/+1
| * | HID: mcp2221: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-201-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2020-07-179-6/+47
|\ \ \ | |/ /
| * | HID: logitech-hidpp: avoid repeated "multiplier = " log messagesMaciej S. Szmigiero2020-07-071-1/+1
| * | HID: logitech: Use HIDPP_RECEIVER_INDEX instead of 0xffMazin Rezk2020-07-071-3/+3
| * | HID: quirks: Ignore Simply Automated UPB PIMJames Hilliard2020-06-242-0/+3
| * | HID: apple: Disable Fn-key key-re-mapping on clone keyboardsHans de Goede2020-06-241-0/+18
| * | HID: steam: fixes race in handling device list.Rodrigo Rivas Costa2020-06-191-2/+4
| * | HID: magicmouse: do not set up autorepeatDmitry Torokhov2020-06-161-0/+6
| * | HID: alps: support devices with report id 2Caiyuan Xie2020-06-161-0/+2
| * | HID: quirks: Always poll Obins Anne Pro 2 keyboardSebastian Parschauer2020-06-162-0/+2
| * | HID: i2c-hid: add Mediacom FlexBook edge13 to descriptor overrideFederico Ricchiuto2020-06-161-0/+8
| |/
* | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-143-108/+108
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-06-102-6/+3
|\ \ | |/ |/|
| * Input: introduce input_mt_report_slot_inactive()Jiada Wang2020-05-122-6/+3
| |
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
*-----------. \ Merge branches 'for-5.7/upstream-fixes', 'for-5.8/apple', 'for-5.8/asus', 'fo...Jiri Kosina2020-06-039-74/+335
|\ \ \ \ \ \ \ \
| | | | | | | * | HID: multitouch: Remove MT_CLS_WIN_8_DUALKai-Heng Feng2020-05-272-50/+2