summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'stream_open-5.3' of https://lab.nexedi.com/kirr/linuxLinus Torvalds2019-07-151-1/+1
|\
| * *: convert stream-like files -> stream_open, even if they use noop_llseekKirill Smelkov2019-07-141-1/+1
* | Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Linus Torvalds2019-07-151-1/+1
|\ \
| * | platform/x86: asus-wmi: Improve DSTS WMI method ID detectionYurii Pavlovskyi2019-06-171-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-07-131-11/+11
|\ \ \
| * | | HID: quirks: Refactor ELAN 400 and 401 handlingJeffrey Hugo2019-06-301-11/+11
| * | | Merge tag 'v5.1' into nextDmitry Torokhov2019-05-1044-888/+3844
| |\ \ \
* | \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2019-07-1211-49/+150
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-5.3/uclogic' into for-linusJiri Kosina2019-07-103-0/+5
| |\ \ \ \ \
| | * | | | | HID: uclogic: Add support for Ugee Rainbow CV720Wang Xuerui2019-06-113-0/+5
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-----. \ \ \ \ \ Merge branches 'for-5.2/fixes', 'for-5.3/doc', 'for-5.3/ish', 'for-5.3/logite...Jiri Kosina2019-07-10155-1055/+301Star
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | | | | * | | | | HID: wacom: generic: add touchring adjustment for 2nd Gen Pro SmallAaron Armstrong Skomra2019-07-021-1/+3
| | | | | * | | | | HID: wacom: add new MobileStudio Pro supportPing Cheng2019-06-261-2/+4
| | | | | * | | | | HID: wacom: generic: read the number of expected touches on a per collection ...Aaron Armstrong Skomra2019-06-131-16/+63
| | | | | * | | | | HID: wacom: generic: support the 'report valid' usage for touchAaron Armstrong Skomra2019-06-132-1/+12
| | | | | * | | | | HID: wacom: generic: read HID_DG_CONTACTMAX from any feature reportAaron Armstrong Skomra2019-06-132-4/+10
| | | | | * | | | | HID: wacom: Add 2nd gen Intuos Pro Small supportAaron Armstrong Skomra2019-06-132-5/+26
| | | | | * | | | | HID: wacom: correct touch resolution x/y typoAaron Armstrong Skomra2019-05-171-1/+1
| | | | | * | | | | HID: wacom: generic: Correct pad syncingAaron Armstrong Skomra2019-05-171-7/+8
| | | | | * | | | | HID: wacom: generic: only switch the mode on devices with LEDsAaron Armstrong Skomra2019-05-173-2/+4
| | | | | |/ / / /
| | | | * | | | | HID: logitech-dj: fix return value of logi_dj_recv_query_hidpp_devicesYueHaibing2019-06-111-1/+1
| | | | * | | | | HID: logitech-hidpp: HID: make const array consumer_rdesc_start staticColin Ian King2019-05-221-1/+1
| | | | * | | | | HID: logitech-dj: make const array template staticColin Ian King2019-05-221-6/+8
| | | | * | | | | HID: logitech-dj: Add usb-id for the 27MHz MX3000 receiverHans de Goede2019-05-092-2/+3
| | | | |/ / / /
| | | * | | | | HID: remove NO_D3 flag when remove driverSong Hongyan2019-06-261-0/+1
| * | | | | | | HID: Add another Primax PIXART OEM mouse quirkSebastian Parschauer2019-07-022-0/+2
* | | | | | | | Merge tag 'fbdev-v5.3' of git://github.com/bzolnier/linuxLinus Torvalds2019-07-091-3/+1Star
|\ \ \ \ \ \ \ \
| * | | | | | | | video: fbdev: don't print error message on framebuffer_alloc() failureBartlomiej Zolnierkiewicz2019-06-281-3/+1Star
* | | | | | | | | Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-07-091-2/+5
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | gpio: pass lookup and descriptor flags to request_ownLinus Walleij2019-06-071-2/+5
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2019-06-289-5/+32
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | HID: intel-ish-hid: fix wrong driver_data usageHyungwoo Yang2019-06-262-3/+16
| * | | | | | | | HID: multitouch: Add pointstick support for ALPS TouchpadKai-Heng Feng2019-06-262-0/+5
| * | | | | | | | HID: logitech-dj: Fix forwarding of very long HID++ reportsHans de Goede2019-06-261-1/+3
| * | | | | | | | HID: uclogic: Add support for Huion HS64 tabletKyle Godbey2019-06-263-0/+5
| * | | | | | | | HID: chicony: add another quirk for PixArt mouseOleksandr Natalenko2019-06-262-0/+2
| * | | | | | | | HID: intel-ish-hid: Fix a use after free in load_fw_from_host()Dan Carpenter2019-06-261-1/+1
* | | | | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2019-06-1310-54/+136
|\| | | | | | | | |_|/ / / / / |/| | | | | |
| * | | | | | HID: logitech-dj: Fix 064d:c52f receiver supportHans de Goede2019-06-051-15/+27
| * | | | | | Revert "HID: core: Call request_module before doing device_add"Benjamin Tissoires2019-06-051-8/+0Star
| * | | | | | Revert "HID: core: Do not call request_module() in async context"Benjamin Tissoires2019-06-051-4/+2Star
| * | | | | | Revert "HID: Increase maximum report size allowed by hid_field_extract()"Benjamin Tissoires2019-06-051-3/+3
| * | | | | | HID: a4tech: fix horizontal scrollingBłażej Szczygieł2019-06-011-3/+8
| * | | | | | HID: hyperv: Add a module description lineJoseph Salisbury2019-06-011-0/+2
| * | | | | | HID: logitech-hidpp: Add support for the S510 remote controlHans de Goede2019-05-221-0/+3
| * | | | | | HID: multitouch: handle faulty Elo touch deviceBenjamin Tissoires2019-05-221-0/+7
| * | | | | | HID: wacom: Sync INTUOSP2_BT touch state after each frame if necessaryJason Gerecke2019-05-171-2/+8
| * | | | | | HID: wacom: Correct button numbering 2nd-gen Intuos Pro over BluetoothJason Gerecke2019-05-171-4/+7
| * | | | | | HID: wacom: Send BTN_TOUCH in response to INTUOSP2_BT eraser contactJason Gerecke2019-05-171-1/+1