aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-01Merge tag 'platform-drivers-x86-v4.20-1' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds2-1/+23
2018-10-31HID: asus: only support backlight when it's not driven by WMIDaniel Drake2-1/+23
2018-10-29Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-2/+1
2018-10-29HID: input: simplify/fix high-res scroll event handlingLinus Torvalds1-22/+21
2018-10-27HID: we do not randomly make new drivers 'default y'Linus Torvalds1-1/+0
2018-10-27i2c-hid: properly terminate i2c_hid_dmi_desc_override_table[] arrayLinus Torvalds1-1/+2
2018-10-23Merge branch 'for-4.20/multitouch' into for-linusJiri Kosina1-40/+32
2018-10-23Merge branch 'for-4.20/microsoft' into for-linusJiri Kosina3-5/+138
2018-10-23Merge branch 'for-4.20/logitech-highres' into for-linusJiri Kosina2-27/+327
2018-10-23Merge branch 'for-4.20/i2c-hid' into for-linusJiri Kosina13-117/+627
2018-10-23Merge branch 'for-4.20/google' into for-linusJiri Kosina2-20/+395
2018-10-23Merge branch 'for-4.20/cougar' into for-linusJiri Kosina1-18/+48
2018-10-23Merge branch 'for-4.20/core' into for-linusJiri Kosina2-5/+16
2018-10-23Merge branch 'for-4.20/bigbenff' into for-linusJiri Kosina4-0/+431
2018-10-23Merge branch 'for-4.20/apple' into for-linusJiri Kosina2-11/+132
2018-10-11HID: usbhid: Add quirk for Redragon/Dragonrise Seymur 2Kai-Heng Feng2-0/+2
2018-10-11HID: wacom: Work around HID descriptor bug in DTK-2451 and DTH-2452Jason Gerecke1-0/+19
2018-10-10HID: google: add dependency on Cros EC for HammerDmitry Torokhov1-1/+1
2018-10-09HID: elan: fix spelling mistake "registred" -> "registered"Colin Ian King1-1/+1
2018-10-09HID: google: drop superfluous const before SIMPLE_DEV_PM_OPS()Jiri Kosina1-1/+1
2018-10-09HID: google: add support tablet mode switch for WhiskersDmitry Torokhov1-19/+394
2018-10-04media: rc: Remove init_ir_raw_event and DEFINE_IR_RAW_EVENT macrosSean Young1-2/+1
2018-10-03HID: magicmouse: add support for Apple Magic Trackpad 2Sean O'Brien2-11/+132
2018-09-29HID: i2c-hid: override HID descriptors for certain devicesJulian Sax4-20/+439
2018-09-24HID: hid-bigbenff: driver for BigBen Interactive PS3OFMINIPAD gamepadHanno Zulla4-0/+431
2018-09-24HID: intel-ish-hid: Enable Ice Lake mobileSrinivas Pandruvada2-0/+2
2018-09-24HID: logitech: fix a used uninitialized GCC warningzhong jiang1-5/+3
2018-09-24HID: intel-ish-hid: using list_head for ipc write queueHong Liu2-19/+15
2018-09-24HID: intel-ish-hid: use resource-managed apiHong Liu1-51/+24
2018-09-24HID: intel_ish-hid: Enhance API to get ring buffer sizesSrinivas Pandruvada3-0/+31
2018-09-24HID: intel-ish-hid: use helper function to search client idEven Xu1-8/+6
2018-09-24HID: intel-ish-hid: ishtp: add helper function for client searchEven Xu2-0/+27
2018-09-24HID: intel-ish-hid: use helper function to access client bufferEven Xu1-12/+1
2018-09-24HID: intel-ish-hid: ishtp: add helper functions for client buffer operationEven Xu2-0/+47
2018-09-24HID: intel-ish-hid: use helper function for private driver data set/getEven Xu1-7/+7
2018-09-24HID: intel-ish-hid: ishtp: add helper function for driver data get/setEven Xu2-0/+30
2018-09-24HID: i2c-hid: Remove RESEND_REPORT_DESCR quirk and its handlingHans de Goede2-16/+3
2018-09-14HID: i2c-hid: disable runtime PM operations on hantick touchpadAnisse Astier1-3/+8
2018-09-06HID: i2c-hid: Don't reset device upon system resumeKai-Heng Feng2-10/+7
2018-09-05HID: input: Set INPUT_PROP_-property for HID_UP_DIGITIZERSTatsunosuke Tobita1-0/+5
2018-09-05HID: microsoft: the driver now neeed MEMLESS_FF infrastructureJiri Kosina1-0/+1
2018-09-05HID: cougar: Stop processing vendor events on hid-coreDaniel M. Lambea1-7/+13
2018-09-05HID: cougar: Make parameter 'g6_is_space' dinamically settableDaniel M. Lambea1-11/+35
2018-09-05HID: sensor-hub: Restore fixup for Lenovo ThinkPad Helix 2 sensor hub reportHans de Goede1-0/+23
2018-09-05HID: microsoft: Add rumble support for Xbox One S controllerAndrey Smirnov2-0/+117
2018-09-05HID: microsoft: Convert private data to be a proper structAndrey Smirnov1-5/+20
2018-09-05HID: logitech: Use LDJ_DEVICE macro for existing Logitech miceHarry Cutts1-10/+5
2018-09-05HID: logitech: Enable high-resolution scrolling on Logitech miceHarry Cutts1-4/+245
2018-09-05HID: logitech: Add function to enable HID++ 1.0 "scrolling acceleration"Harry Cutts1-13/+34
2018-09-05HID: input: Create a utility class for counting scroll eventsHarry Cutts1-0/+45