summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
* scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-02-211-1/+2
|\
| * HID: rmi: fallback to generic/multitouch if hid-rmi is not builtJiri Kosina2017-02-221-1/+2
* | Merge tag 'media/v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-02-211-3/+2
|\ \ | |/ |/|
| * [media] rc-main: assign driver type during allocationAndi Shyti2017-01-301-2/+1
| * [media] rc: raw IR drivers cannot handle cec, unknown or otherSean Young2017-01-301-1/+1
| |
| \
| \
| \
| \
| \
| \
| \
| \
| \
*---------. \ Merge branches 'for-4.10/upstream-fixes', 'for-4.11/intel-ish', 'for-4.11/may...Jiri Kosina2017-02-2022-961/+652
|\ \ \ \ \ \ \
| | | | | | * | HID: wacom: Bluetooth IRQ for Intuos Pro should handle prox/rangeJason Gerecke2017-02-141-10/+15
| | | | | | * | HID: wacom: don't apply generic settings to old devicesPing Cheng2017-02-031-2/+3
| | | | | | * | HID: wacom: generic: support LEDsAaron Armstrong Skomra2017-01-264-4/+52
| | | | | | * | HID: wacom: generic: support generic touch switchAaron Armstrong Skomra2017-01-263-9/+40
| | | | | | * | HID: wacom: generic: add vendor defined touchAaron Armstrong Skomra2017-01-264-9/+43
| | | | | | * | HID: wacom: generic: add support for touchringAaron Armstrong Skomra2017-01-261-1/+18
| | | | | | * | HID: wacom: generic: remove input_event_flagAaron Armstrong Skomra2017-01-262-9/+1
| | | | | | * | HID: wacom: Support 2nd-gen Intuos Pro's Bluetooth classic interfaceJason Gerecke2017-01-263-2/+226
| | | | | | * | HID: wacom: Move WAC_CMD_* into wacom_wac.hJason Gerecke2017-01-262-8/+9
| | | | | | * | HID: wacom: Enable HID_GENERIC codepath for Bluetooth devicesJason Gerecke2017-01-261-0/+1
| | | | | | * | HID: wacom: do not attempt to switch mode while in probeBenjamin Tissoires2017-01-232-7/+21
| | | | | | * | HID: wacom: remove warning while disconnecting devicesBenjamin Tissoires2017-01-231-3/+2
| | | | | | * | HID: wacom: release the resources before leaving despite devmBenjamin Tissoires2017-01-231-0/+2
| | | | | * | | HID: remove use of DRIVER_LICENSEGrant Grundler2017-01-066-10/+5
| | | | | * | | HID: intel-ish-hid: Remove unneeded linux/miscdevice.h includeCorentin Labbe2016-12-193-3/+0
| | | | | | |/ | | | | | |/|
| | | | * | | HID: rmi: Support the Lenovo Thinkpad X1 Tablet dock using hid-rmiAndrew Duggan2017-01-113-0/+3
| | | | * | | HID: rmi: Handle all Synaptics touchpads using hid-rmiAndrew Duggan2017-01-111-1/+2
| | | | * | | HID: rmi: Make hid-rmi a transport driver for synaptics-rmi4Andrew Duggan2017-01-112-833/+146
| | | * | | | HID: whitespace cleanupDennis Chen2017-01-202-3/+3
| | | * | | | HID: multitouch: enable Surface 3 Type Cover Pro to report multitouch dataDennis Chen2017-01-204-19/+1
| | | * | | | HID: multitouch: enable Surface 4 Type Cover Pro (non-JP) to report multitouc...Daniel Keller2017-01-114-12/+0
| | | * | | | HID: multitouch: enable the Surface 4 Type Cover Pro (JP) to report multitouc...Yuta Kobayashi2016-12-194-6/+0
| | | | |/ / | | | |/| |
| | * | | | HID: hid-mf: add force feedback support for Mayflash DolphinBar and GameCubeMarcel Hasler2017-01-112-5/+17
| | * | | | HID: add device ID for updated Mayflash/Dragonrise GameCube adapterMarcel Hasler2017-01-112-2/+3
| | | |/ / | | |/| |
| * | | | HID: intel-ish-hid: constify device_type structureBhumika Goyal2017-02-141-1/+1
| * | | | HID: intel-ish-hid: ipc: check FW status to distinguish ISH resume pathsEven Xu2017-02-083-10/+44
| * | | | HID: intel-ish-hid: format 32-bit integers with %XNicolas Iooss2017-01-021-1/+1
| * | | | HID: intel-ish-hid: add printf attribute to print_log()Nicolas Iooss2017-01-022-2/+4
| | |/ / | |/| |
* | | | HID: multitouch: fix LG Melfas touchscreenBenjamin Tissoires2017-02-033-0/+46
* | | | HID: cp2112: fix gpio-callback error handlingJohan Hovold2017-01-311-1/+1
* | | | HID: cp2112: fix sleep-while-atomicJohan Hovold2017-01-311-15/+11
* | | | HID: hid-lg: Fix immediate disconnection of Logitech Rumblepad 2Ardinartsev Nikita2017-01-261-1/+1
* | | | HID: usbhid: Quirk a AMI virtual mouse and keyboard with ALWAYS_POLLColin Ian King2017-01-262-0/+4
* | | | HID: wacom: Fix poor prox handling in 'wacom_pl_irq'Jason Gerecke2017-01-261-13/+15
| |_|/ |/| |
* | | HID: wacom: Fix sibling detection regressionJason Gerecke2017-01-192-8/+18
* | | HID: corsair: fix control-transfer error handlingJohan Hovold2017-01-131-3/+3
* | | HID: corsair: fix DMA buffers on stackJohan Hovold2017-01-131-12/+42
* | | HID: i2c-hid: Add sleep between POWER ON and RESETBrendan McGrath2017-01-111-0/+9
* | | HID: hid-cypress: validate length of reportGreg Kroah-Hartman2017-01-061-0/+3
* | | HID: ignore Petzl USB headlampJiri Kosina2017-01-052-0/+4
| |/ |/|
* | HID: sensor-hub: Move the memset to sensor_hub_get_feature()Srinivas Pandruvada2017-01-021-1/+2
* | HID: usbhid: Add quirk for Mayflash/Dragonrise DolphinBar.Marcel Hasler2017-01-022-0/+2
* | HID: usbhid: Add quirk for the Futaba TOSD-5711BB VFDAlex Wood2017-01-022-0/+4