aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-21HID: kye: Add support for EasyPen M406XENikolai Kondrashov3-0/+85
2019-02-20HID: wacom: Add support for Pro Pen slimJason Gerecke1-0/+2
2019-02-20HID: roccat: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-02-15HID: intel-ish-hid: remove data[128] usage on stack when sending HBM requestHong Liu3-63/+38
2019-02-15HID: intel-ish-hid: move doorbell writing before flushHong Liu1-2/+2
2019-02-15HID: intel-ish-hid: Optimize writing ipc message from queueHong Liu2-18/+3
2019-02-15HID: intel-ish-hid: avoid binding wrong ishtp_cl_deviceHong Liu1-1/+3
2019-02-15HID: wacom: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-02-14HID: fix Logitech WingMan Formula GP joined axesJarrad Whitaker4-0/+68
2019-02-14HID: multitouch: Lenovo X1 Tablet Gen3 trackpoint and buttonsMikael Wikström2-0/+7
2019-02-14HID: steam: fix boot loop with bluetooth firmwareRodrigo Rivas Costa1-23/+11
2019-02-14HID: hid-asus: Add BT keyboard dock battery monitoring supportNOGUCHI Hiroshi1-0/+193
2019-02-14HID: Add ASUS T100CHI keyboard dock battery quirksNOGUCHI Hiroshi1-0/+3
2019-02-14HID: hid-asus: Add Transbook T90CHI supportNOGUCHI Hiroshi1-16/+38
2019-02-07HID: Add support for Toshiba WT10A tablet bluetooth keyboardHans de Goede2-0/+4
2019-02-01HID: intel-ish-hid: Use VID/PID from ISHSrinivas Pandruvada1-2/+2
2019-01-29HID: debug: fix the ring buffer implementationVladis Dronov1-73/+47
2019-01-29HID: wacom: Move HID fix for AES serial number into wacom_hid_usage_quirkJason Gerecke2-21/+32
2019-01-28HID: elan: Make array buf static, shrinks object sizeColin Ian King1-1/+1
2019-01-24HID: intel-ish-hid: Switch to use new generic UUID APIAndy Shevchenko6-21/+18
2019-01-24HID: intel-ish: ipc: handle PIMR before ish_wakeup also clear PISR busy_clear bitSong Hongyan1-3/+6
2019-01-21HID: i2c-hid: Ignore input report if there's no data present on Elan touchpanelsKai-Heng Feng1-0/+9
2019-01-16HID: core: simplify active collection trackingPhilipp Zabel1-11/+2
2019-01-14Support for Maltron L90 keyboard media keysWilliam Whistler4-0/+174
2019-01-14HID: i2c-hid: Disable runtime PM on Goodix touchpadKai-Heng Feng2-0/+5
2019-01-10HID: core: replace the collection tree pointers with indicesPeter Hutterer1-11/+21
2019-01-09HID: sony: Fix SHANWAN PS3 GamePad rumble and led settings supportHongye Yuan1-3/+8
2019-01-09HID: sony: Transform one-time SHANWAN check into quirkHongye Yuan1-7/+13
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds12-57/+680
2019-01-03Merge branches 'for-4.20/upstream-fixes', 'for-4.21/core', 'for-4.21/hid-asus', 'for-4.21/hid-core', 'for-4.21/hid-cougar', 'for-4.21/hidraw', 'for-4.21/highres-wheel' and 'for-4.21/ish' into for-linusJiri Kosina12-59/+675
2019-01-03HID: i2c-hid: Add Odys Winbook 13 to descriptor overrideHans de Goede1-0/+8
2019-01-03HID: lenovo: Add checks to fix of_led_classdev_registerAditya Pakki1-2/+8
2018-12-28Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+1
2018-12-19HID: intel-ish-hid: add MSI interrupt supportSong Hongyan1-1/+6
2018-12-19HID: debug: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-11/+1
2018-12-17HID: intel-ish-hid: fixes incorrect error handlingPan Bian1-1/+1
2018-12-17HID: asus: Add support for the ASUS T101HA keyboard dockAleix Roca Nonell2-0/+9
2018-12-14gpio: Pass a flag to gpiochip_request_own_desc()Linus Walleij1-1/+1
2018-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds3-0/+10
2018-12-07HID: logitech: Use LDJ_DEVICE macro for existing Logitech miceHarry Cutts1-10/+5
2018-12-07HID: logitech: Enable high-resolution scrolling on Logitech miceHarry Cutts1-6/+295
2018-12-07HID: logitech: Add function to enable HID++ 1.0 "scrolling acceleration"Harry Cutts1-13/+34
2018-12-07HID: logitech-hidpp: fix typo, hiddpp to hidppPeter Hutterer1-6/+6
2018-12-07HID: input: use the Resolution Multiplier for high-resolution scrollingPeter Hutterer1-3/+105
2018-12-07HID: core: process the Resolution MultiplierPeter Hutterer1-0/+170
2018-12-07HID: core: store the collections as a basic treePeter Hutterer1-0/+4
2018-12-07HID: quirks: fix RetroUSB.com devicesNic Soudée2-0/+6
2018-12-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2018-11-30Merge tag 'staging-4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds2-4/+11
2018-11-30HID: asus: Add support for the ASUS FX503VD laptopHans de Goede2-0/+8