aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Merge branch 'for-4.15/sony' into for-linusJiri Kosina1-4/+10
2017-11-15Merge branch 'for-4.15/multitouch' into for-linusJiri Kosina1-0/+42
2017-11-15Merge branch 'for-4.15/logitech' into for-linusJiri Kosina2-4/+4
2017-11-15Merge branch 'for-4.15/hyperv' into for-linusJiri Kosina1-1/+1
2017-11-15Merge branch 'for-4.15/asus' into for-linusJiri Kosina3-2/+32
2017-11-15Merge branch 'for-4.15/alps' into for-linusJiri Kosina4-106/+424
2017-11-09HID: sony: Fix SHANWAN pad rumbling on USBBastien Nocera1-4/+10
2017-11-09HID: add backlight level quirk for Asus ROG laptopsMustafa Kuscu1-1/+1
2017-11-07HID: Add ID 044f:b605 ThrustMaster, Inc. force feedback Racing WheelViktor Chapliev2-0/+3
2017-10-19HID: hid-logitech: remove redundant assignment to pointer valueColin Ian King1-3/+1
2017-10-19HID: wacom: generic: Recognize WACOM_HID_WD_PEN as a type of pen collectionJason Gerecke1-0/+1
2017-10-19HID: rmi: Check that a device is a RMI device before calling RMI functionsAndrew Duggan1-3/+10
2017-10-17HID: add multi-input quirk for GamepadBlockFlorian Mueller2-0/+4
2017-10-17HID: alps: add new U1 device IDMasaki Ota3-0/+5
2017-10-17HID: alps: add support for Alps T4 Touchpad deviceMasaki Ota3-20/+323
2017-10-17HID: alps: remove variables local to u1_init() from the device structMasaki Ota1-40/+27
2017-10-17HID: alps: properly handle max_fingers and minimum on X and Y axisMasaki Ota1-14/+24
2017-10-17HID: alps: Separate U1 device codeMasaki Ota1-53/+67
2017-10-17HID: alps: delete unnecessary struct u1_dev devInfoMasaki Ota1-35/+34
2017-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds5-5/+25
2017-10-11HID: hid-elecom: extend to fix descriptor for HUGE trackballAlex Manoussakis4-4/+14
2017-10-11HID: usbhid: fix out-of-bounds bugJaejoong Kim1-1/+11
2017-10-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds8-27/+118
2017-10-05HID: hyperv: pr_err() strings should end with newlinesArvind Yadav1-1/+1
2017-10-05HID: hid-multitouch: forward MSC_TIMESTAMPNicolas Boichat1-0/+42
2017-10-02Revert "HID: multitouch: Support ALPS PTP stick with pid 0x120A"Kai-Heng Feng2-5/+0
2017-10-02HID: hidraw: fix power sequence when closing deviceDmitry Torokhov1-1/+1
2017-10-02HID: wacom: Always increment hdev refcount within wacom_get_hdev_dataJason Gerecke1-1/+3
2017-09-16HID: asus: Add support for Fn keys on Asus ROG G752Maxime Bellengé3-1/+31
2017-09-13HID: wacom: generic: Clear ABS_MISC when tool leaves proximityJason Gerecke1-1/+1
2017-09-13HID: wacom: generic: Send MSC_SERIAL and ABS_MISC when leaving proxJason Gerecke1-11/+16
2017-09-13HID: i2c-hid: allocate hid buffers for real worst caseAdrian Salido1-1/+2
2017-09-08HID: rmi: Make sure the HID device is opened on resumeLyude1-3/+10
2017-09-07Merge tag 'media/v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-2/+2
2017-09-06HID: multitouch: Support ALPS PTP stick with pid 0x120AShrirang Bagul2-0/+5
2017-09-06HID: multitouch: support buttons and trackpoint on Lenovo X1 Tab Gen2Pavel Tatashin2-0/+7
2017-09-06HID: wacom: Correct coordinate system of touchring and pen twistJason Gerecke1-5/+68
2017-09-06HID: wacom: Properly report negative values from Intuos Pro 2 BluetoothJason Gerecke1-3/+3
2017-09-06HID: hid-lg: make array cbuf static const to shink object code sizeColin Ian King1-1/+3
2017-09-06HID: multitouch: Fix system-control buttons not workingHans de Goede1-0/+1
2017-09-06HID: add multi-input quirk for IDC6680 touchscreenNicholas Bishop2-0/+2
2017-09-06HID: wacom: leds: Don't try to control the EKR's read-only LEDsAaron Armstrong Skomra1-0/+3
2017-09-06HID: wacom: bits shifted too much for 9th and 10th buttonsPing Cheng1-2/+2
2017-09-05Merge branch 'for-4.14/wacom' into for-linusJiri Kosina5-39/+35
2017-09-05Merge branch 'for-4.14/upstream' into for-linusJiri Kosina3-3/+3
2017-09-05Merge branch 'for-4.14/multitouch' into for-linusJiri Kosina2-1/+48
2017-09-05Merge branch 'for-4.14/ish' into for-linusJiri Kosina2-95/+1
2017-09-05Merge branch 'for-4.14/driver-lock-removal' into for-linusJiri Kosina1-11/+4
2017-09-05Merge branch 'for-4.14/constify-attribute_group' into for-linusJiri Kosina4-4/+4
2017-09-05Merge branch 'for-4.14/battery' into for-linusJiri Kosina1-61/+135