Age | Commit message (Expand) | Author | Files | Lines |
2020-09-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid... | Linus Torvalds | 7 | -2/+28 |
2020-09-01 | HID: core: Sanitize event code and type when mapping input | Marc Zyngier | 2 | -0/+6 |
2020-09-01 | HID: core: Correctly handle ReportSize being zero | Marc Zyngier | 1 | -2/+13 |
2020-09-01 | HID: elan: Fix memleak in elan_input_configured | Dinghao Liu | 1 | -0/+2 |
2020-08-31 | HID: microsoft: Add rumble support for the 8bitdo SN30 Pro+ controller | Nicholas Miell | 2 | -0/+3 |
2020-08-31 | HID: quirks: Set INCREMENT_USAGE_ON_DUPLICATE for all Saitek X52 devices | Nirenjan Krishnan | 2 | -0/+4 |
2020-08-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid... | Linus Torvalds | 8 | -42/+49 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 9 | -27/+20 |
2020-08-18 | Revert "HID: usbhid: do not sleep when opening device" | Jiri Kosina | 2 | -31/+24 |
2020-08-17 | HID: hiddev: Fix slab-out-of-bounds write in hiddev_ioctl_usage() | Peilin Ye | 1 | -0/+4 |
2020-08-17 | HID: quirks: Always poll three more Lenovo PixArt mice | Sebastian Parschauer | 2 | -0/+6 |
2020-08-17 | HID: i2c-hid: Always sleep 60ms after I2C_HID_PWR_ON commands | Hans de Goede | 1 | -9/+13 |
2020-08-17 | HID: macally: Constify macally_id_table | Rikard Falkeborn | 1 | -1/+1 |
2020-08-17 | HID: cougar: Constify cougar_id_table | Rikard Falkeborn | 1 | -1/+1 |
2020-08-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid... | Linus Torvalds | 14 | -150/+404 |
2020-08-10 | Merge branch 'for-5.9/wiimote' into for-linus | Jiri Kosina | 3 | -24/+50 |
2020-08-10 | Merge branch 'for-5.9/lenovo' into for-linus | Jiri Kosina | 2 | -79/+282 |
2020-08-10 | Merge branch 'for-5.9/intel-ish' into for-linus | Jiri Kosina | 1 | -5/+11 |
2020-08-10 | Merge branch 'for-5.9/core-v2' into for-linus | Jiri Kosina | 3 | -38/+55 |
2020-07-21 | HID: quirks: add NOGET quirk for Logitech GROUP | Ikjoon Jang | 2 | -0/+2 |
2020-07-20 | HID: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 2 | -2/+2 |
2020-07-20 | HID: udraw-ps3: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 1 | -1/+1 |
2020-07-20 | HID: mcp2221: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 1 | -1/+1 |
2020-07-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid... | Linus Torvalds | 9 | -6/+47 |
2020-07-14 | HID: input: Fix devices that return multiple bytes in battery report | Grant Likely | 1 | -3/+3 |
2020-07-07 | HID: lenovo: Fix spurious F23 key press report during resume from suspend | Hans de Goede | 1 | -0/+7 |
2020-07-07 | HID: lenovo: Add ThinkPad 10 Ultrabook Keyboard fn_lock support | Hans de Goede | 1 | -1/+71 |
2020-07-07 | HID: lenovo: Add ThinkPad 10 Ultrabook Keyboard support | Hans de Goede | 2 | -0/+106 |
2020-07-07 | HID: lenovo: Rename fn_lock sysfs attr handlers to make them generic | Hans de Goede | 1 | -11/+17 |
2020-07-07 | HID: lenovo: Factor out generic parts of the LED code | Hans de Goede | 1 | -40/+58 |
2020-07-07 | HID: lenovo: Merge tpkbd and cptkbd data structures | Hans de Goede | 1 | -30/+26 |
2020-07-07 | HID: logitech-hidpp: avoid repeated "multiplier = " log messages | Maciej S. Szmigiero | 1 | -1/+1 |
2020-07-07 | HID: logitech: Use HIDPP_RECEIVER_INDEX instead of 0xff | Mazin Rezk | 1 | -3/+3 |
2020-07-07 | HID: intel-ish-hid: Replace PCI_DEV_FLAGS_NO_D3 with pci_save_state | Kai-Heng Feng | 1 | -5/+11 |
2020-06-24 | HID: quirks: Ignore Simply Automated UPB PIM | James Hilliard | 2 | -0/+3 |
2020-06-24 | HID: apple: Disable Fn-key key-re-mapping on clone keyboards | Hans de Goede | 1 | -0/+18 |
2020-06-19 | HID: Wiimote: Treat the d-pad as an analogue stick | Daniel G. Morse | 3 | -24/+50 |
2020-06-19 | HID: steam: fixes race in handling device list. | Rodrigo Rivas Costa | 1 | -2/+4 |
2020-06-16 | HID: magicmouse: do not set up autorepeat | Dmitry Torokhov | 1 | -0/+6 |
2020-06-16 | HID: alps: support devices with report id 2 | Caiyuan Xie | 1 | -0/+2 |
2020-06-16 | HID: quirks: Always poll Obins Anne Pro 2 keyboard | Sebastian Parschauer | 2 | -0/+2 |
2020-06-16 | HID: input: do not run GET_REPORT unless there's a Resolution Multiplier | Peter Hutterer | 1 | -10/+20 |
2020-06-16 | HID: i2c-hid: add Mediacom FlexBook edge13 to descriptor override | Federico Ricchiuto | 1 | -0/+8 |
2020-06-16 | HID: usbhid: remove redundant assignment to variable retval | Colin Ian King | 1 | -1/+1 |
2020-06-16 | HID: usbhid: do not sleep when opening device | Dmitry Torokhov | 2 | -24/+31 |
2020-06-13 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 3 | -108/+108 |
2020-06-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2 | -6/+3 |
2020-06-03 | Merge branches 'for-5.7/upstream-fixes', 'for-5.8/apple', 'for-5.8/asus', 'fo... | Jiri Kosina | 9 | -74/+335 |
2020-05-27 | HID: multitouch: Remove MT_CLS_WIN_8_DUAL | Kai-Heng Feng | 2 | -50/+2 |
2020-05-27 | HID: multitouch: enable multi-input as a quirk for some devices | Benjamin Tissoires | 1 | -0/+26 |