summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-10-058-27/+118
|\ \ \ \ | |/ / /
| * | | Revert "HID: multitouch: Support ALPS PTP stick with pid 0x120A"Kai-Heng Feng2017-10-022-5/+0
| * | | 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 tag 'media/v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-09-071-2/+2
|\ \ | |/ |/|
| * media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young2017-08-201-1/+1
| * media: rc-core: rename input_name to device_nameSean Young2017-08-201-1/+1
* | Merge branch 'for-4.14/wacom' into for-linusJiri Kosina2017-09-055-39/+35
|\ \
| * | 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-273-3/+6
| * | 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-052-1/+48
|\ \ \
| * | | 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-032-1/+44
| * | | 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-052-95/+1
|\ \ \
| * | | 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-091-94/+0
| |/ /
* | | Merge branch 'for-4.14/driver-lock-removal' into for-linusJiri Kosina2017-09-051-11/+4
|\ \ \
| * | | HID: Remove the semaphore driver_lockBinoy Jayan2017-08-011-11/+4
| |/ /
* | | 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-051-61/+135
|\ \ \
| * | | 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-021-59/+125
| |/ /
* | | 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
OpenPOWER on IntegriCloud