summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HID: hidraw: fix power sequence when closing deviceDmitry Torokhov2017-10-021-1/+1
* HID: wacom: Always increment hdev refcount within wacom_get_hdev_dataJason Gerecke2017-10-021-1/+3
* HID: wacom: generic: Clear ABS_MISC when tool leaves proximityJason Gerecke2017-09-131-1/+1
* HID: wacom: generic: Send MSC_SERIAL and ABS_MISC when leaving proxJason Gerecke2017-09-131-11/+16
* HID: i2c-hid: allocate hid buffers for real worst caseAdrian Salido2017-09-131-1/+2
* HID: rmi: Make sure the HID device is opened on resumeLyude2017-09-081-3/+10
* HID: multitouch: Support ALPS PTP stick with pid 0x120AShrirang Bagul2017-09-062-0/+5
* HID: multitouch: support buttons and trackpoint on Lenovo X1 Tab Gen2Pavel Tatashin2017-09-062-0/+7
* HID: wacom: Correct coordinate system of touchring and pen twistJason Gerecke2017-09-061-5/+68
* HID: wacom: Properly report negative values from Intuos Pro 2 BluetoothJason Gerecke2017-09-061-3/+3
* HID: multitouch: Fix system-control buttons not workingHans de Goede2017-09-061-0/+1
* HID: add multi-input quirk for IDC6680 touchscreenNicholas Bishop2017-09-062-0/+2
* HID: wacom: leds: Don't try to control the EKR's read-only LEDsAaron Armstrong Skomra2017-09-061-0/+3
* HID: wacom: bits shifted too much for 9th and 10th buttonsPing Cheng2017-09-061-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-09-0522-264/+436
|\
| * Merge branch 'for-4.14/wacom' into for-linusJiri Kosina2017-09-057-40/+48
| |\
| | * HID: wacom: add USB_HID dependencyArnd Bergmann2017-08-011-1/+1
| | * HID: wacom: Improve generic name generationJason Gerecke2017-07-271-31/+27
| | * HID: introduce hid_is_using_ll_driverJason Gerecke2017-07-275-4/+19
| | * HID: wacom: Remove comparison of u8 mode with zero and simplify.Christos Gkekas2017-07-201-4/+1
| * | Merge branch 'for-4.14/upstream' into for-linusJiri Kosina2017-09-053-3/+3
| |\ \
| | * | HID: prodikeys: constify snd_rawmidi_ops structuresJulia Lawall2017-08-151-1/+1
| | * | HID: usbmouse: constify usb_device_id and fix space before '[' errorArvind Yadav2017-08-101-1/+1
| | * | HID: usbkbd: constify usb_device_id and fix space before '[' error.Arvind Yadav2017-08-101-1/+1
| * | | Merge branch 'for-4.14/multitouch' into for-linusJiri Kosina2017-09-053-1/+50
| |\ \ \
| | * | | HID: multitouch: use proper symbolic constant for 0xff310076 applicationJiri Kosina2017-08-031-1/+1
| | * | | HID: multitouch: Support Asus T304UA media keysJoão Paulo Rechi Vita2017-08-033-1/+46
| | * | | HID: multitouch: Support HID_GD_WIRELESS_RADIO_CTLSJoão Paulo Rechi Vita2017-08-031-1/+5
| | |/ /
| * | | Merge branch 'for-4.14/ish' into for-linusJiri Kosina2017-09-053-95/+4
| |\ \ \
| | * | | HID: sensor: constify platform_device_idArvind Yadav2017-08-151-1/+1
| | * | | HID: hid-sensor-hub: Force logical minimum to 1 for power and report stateSrinivas Pandruvada2017-08-092-94/+3
| | |/ /
| * | | Merge branch 'for-4.14/driver-lock-removal' into for-linusJiri Kosina2017-09-052-13/+5
| |\ \ \
| | * | | HID: Remove the semaphore driver_lockBinoy Jayan2017-08-012-13/+5
| | |/ /
| * | | Merge branch 'for-4.14/constify-attribute_group' into for-linusJiri Kosina2017-09-054-4/+4
| |\ \ \
| | * | | HID: ntrig: constify attribute_group structures.Arvind Yadav2017-08-031-1/+1
| | * | | HID: logitech-hidpp: constify attribute_group structures.Arvind Yadav2017-08-031-1/+1
| | * | | HID: sensor: constify attribute_group structures.Arvind Yadav2017-08-031-1/+1
| | * | | HID: multitouch: constify attribute_group structures.Arvind Yadav2017-08-031-1/+1
| | |/ /
| * | | Merge branch 'for-4.14/battery' into for-linusJiri Kosina2017-09-051878-31703/+67045
| |\ \ \
| | * | | HID: input: throttle battery ueventsDmitry Torokhov2017-08-151-3/+9
| | * | | HID: input: optionally use device id in battery nameDmitry Torokhov2017-08-021-1/+3
| | * | | HID: input: map digitizer battery usageDmitry Torokhov2017-08-022-59/+127
| | |/ /
| * | | Merge branch 'for-4.14/asus' into for-linusJiri Kosina2017-09-053-45/+175
| |\ \ \
| | * | | HID: asus: Add T100CHI bluetooth keyboard dock touchpad supportHans de Goede2017-08-081-7/+67
| | * | | HID: asus: Add T100CHI bluetooth keyboard dock special keys mappingHans de Goede2017-07-203-0/+29
| | * | | HID: asus: Add T100TA touchpad resolution infoHans de Goede2017-07-201-0/+6
| | * | | HID: asus: Fix T100TA touchpad y dimensionsHans de Goede2017-07-201-1/+1
| | * | | HID: asus: Parameterize the touchpad codeHans de Goede2017-07-201-47/+67
| | * | | HID: asus: Add support for T100 touchpadHans de Goede2017-07-201-3/+18
| | | |/ | | |/|
| * | | Merge branch 'for-4.13/upstream-fixes' into for-linusJiri Kosina2017-09-053-2/+10
| |\ \ \