summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | HID: core: do not upper bound the collection stackBenjamin Tissoires2018-07-171-3/+14
| | * | | | HID: input: enable Totem on the Dell Canvas 27Benjamin Tissoires2018-07-172-14/+37
| | * | | | HID: multitouch: remove one copy of valuesBenjamin Tissoires2018-07-171-281/+264
| | * | | | HID: multitouch: ditch mt_report_idBenjamin Tissoires2018-07-171-32/+94
| | * | | | HID: multitouch: store a per application quirks valueBenjamin Tissoires2018-07-171-32/+32
| | * | | | HID: multitouch: Store per collection multitouch dataBenjamin Tissoires2018-07-171-150/+230
| | * | | | HID: multitouch: make sure the static list of class is not changedBenjamin Tissoires2018-07-171-2/+2
| * | | | | Merge branch 'for-4.19/intel-ish' into for-linusJiri Kosina2018-08-202-5/+17
| |\ \ \ \ \
| | * | | | | HID: intel_ish-hid: tx_buf memory leak on probe/removeAnton Vasilyev2018-08-022-5/+6
| | * | | | | HID: intel-ish-hid: Prevent loading of driver on MehlowSrinivas Pandruvada2018-08-021-0/+11
| | |/ / / /
| * | | | | Merge branch 'for-4.19/i2c-hid' into for-linusJiri Kosina2018-08-201-30/+27
| |\ \ \ \ \
| | * | | | | HID: i2c-hid: Add vddl regulator controlStephen Boyd2018-06-251-24/+24
| | * | | | | HID: i2c-hid: Use devm to allocate i2c_hid structStephen Boyd2018-06-251-6/+3
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'for-4.19/elan' into for-linusJiri Kosina2018-08-202-53/+184
| |\ \ \ \ \
| | * | | | | HID: elan: Add support for touchpad on the Toshiba Click Mini L9WHans de Goede2018-07-172-5/+61
| | * | | | | HID: elan: Add USB-id for HP x2 10-n000nd touchpadHans de Goede2018-07-172-0/+3
| | * | | | | HID: elan: Add a flag for selecting if the touchpad has a LEDHans de Goede2018-07-171-4/+9
| | * | | | | HID: elan: Query resolution from the touchpadHans de Goede2018-07-171-0/+21
| | * | | | | HID: elan: Query device max_x and max_y value from touchpadHans de Goede2018-07-171-20/+75
| | * | | | | HID: elan: Hardcode finger-count and usb-interfaceHans de Goede2018-07-171-10/+6
| | * | | | | HID: elan: Correctly report MT_PRESSURE instead of TOOL_WIDTHHans de Goede2018-07-171-12/+13
| | * | | | | HID: elan: Stop claiming we have TOUCH_MAJOR and then never reporting itHans de Goede2018-07-171-2/+0
| | * | | | | HID: elan: Remove unused max_area_x and max_area_y vatiablesHans de Goede2018-07-171-4/+0
| | | |/ / / | | |/| | |
| * | | | | HID: cougar: Add support for the Cougar 500k Gaming KeyboardDaniel M. Lambea2018-07-234-0/+326
| * | | | | HID: cougar: make compare_device_paths reusableDaniel M. Lambea2018-07-232-15/+26
| |/ / / /
* | | | | Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman2018-07-165-5/+31
|\| | | |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-07-095-5/+31
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | HID: hiddev: fix potential Spectre v1Gustavo A. R. Silva2018-07-091-0/+11
| | * | | HID: i2c-hid: Fix "incomplete report" noiseJason Andryuk2018-07-091-1/+1
| | * | | HID: wacom: Correct touch maximum XY of 2nd-gen IntuosJason Gerecke2018-07-031-2/+8
| | * | | HID: debug: check length before copy_to_user()Daniel Rosenberg2018-07-031-1/+7
| | * | | HID: core: allow concurrent registration of driversBenjamin Tissoires2018-06-251-1/+4
* | | | | use the new async probing feature for the hyperv driversArjan van de Ven2018-07-031-0/+3
|/ / / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-06-205-20/+23
|\| | |
| * | | HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro largeJason Gerecke2018-06-201-0/+8
| * | | HID: intel_ish-hid: ipc: register more pm callbacks to support hibernationEven Xu2018-06-201-15/+7
| * | | HID: steam: use hid_device.driver_data instead of hid_set_drvdata()Rodrigo Rivas Costa2018-06-201-5/+5
| * | | HID: google: Add support for whiskersNicolas Boichat2018-06-112-0/+3
| |/ /
* | | docs: fix broken references with multiple hintsMauro Carvalho Chehab2018-06-151-1/+1
* | | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-123-5/+6
* | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-124-6/+10
|/ /
* | Merge branch 'for-4.18/wacom' into for-linusJiri Kosina2018-06-081-35/+39
|\ \
| * | HID: wacom: Support "in range" for Intuos/Bamboo tablets where possibleJason Gerecke2018-05-221-35/+39
| |/
* | Merge branch 'for-4.18/upstream' into for-linusJiri Kosina2018-06-081-1/+0
|\ \
| * | HID: quirks: remove Delcom Visual Signal Indicator from hid_have_special_driv...Heiner Kallweit2018-05-301-1/+0
* | | Merge branch 'for-4.18/rmi' into for-linusJiri Kosina2018-06-081-0/+20
|\ \ \
| * | | HID: rmi: use HID_QUIRK_NO_INPUT_SYNCBenjamin Tissoires2018-05-301-0/+20
| | |/ | |/|
* | | Merge branch 'for-4.18/plantronics' into for-linusJiri Kosina2018-06-081-1/+5
|\ \ \
| * | | HID: hid-plantronics: Re-resend Update to map button for PTT productsTerry Junge2018-05-161-1/+5
| |/ /