index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hid
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-26
HID: uclogic: Add support for Huion HS64 tablet
Kyle Godbey
3
-0
/
+5
2019-06-26
HID: chicony: add another quirk for PixArt mouse
Oleksandr Natalenko
2
-0
/
+2
2019-06-26
HID: intel-ish-hid: Fix a use after free in load_fw_from_host()
Dan Carpenter
1
-1
/
+1
2019-06-05
HID: logitech-dj: Fix 064d:c52f receiver support
Hans de Goede
1
-15
/
+27
2019-06-05
Revert "HID: core: Call request_module before doing device_add"
Benjamin Tissoires
1
-8
/
+0
2019-06-05
Revert "HID: core: Do not call request_module() in async context"
Benjamin Tissoires
1
-4
/
+2
2019-06-05
Revert "HID: Increase maximum report size allowed by hid_field_extract()"
Benjamin Tissoires
1
-3
/
+3
2019-06-01
HID: a4tech: fix horizontal scrolling
Błażej Szczygieł
1
-3
/
+8
2019-06-01
HID: hyperv: Add a module description line
Joseph Salisbury
1
-0
/
+2
2019-05-22
HID: logitech-hidpp: Add support for the S510 remote control
Hans de Goede
1
-0
/
+3
2019-05-22
HID: multitouch: handle faulty Elo touch device
Benjamin Tissoires
1
-0
/
+7
2019-05-17
HID: wacom: Sync INTUOSP2_BT touch state after each frame if necessary
Jason Gerecke
1
-2
/
+8
2019-05-17
HID: wacom: Correct button numbering 2nd-gen Intuos Pro over Bluetooth
Jason Gerecke
1
-4
/
+7
2019-05-17
HID: wacom: Send BTN_TOUCH in response to INTUOSP2_BT eraser contact
Jason Gerecke
1
-1
/
+1
2019-05-17
HID: wacom: Don't report anything prior to the tool entering range
Jason Gerecke
1
-15
/
+18
2019-05-17
HID: wacom: Don't set tool type until we're in range
Jason Gerecke
1
-1
/
+16
2019-05-09
HID: rmi: Use SET_REPORT request on control endpoint for Acer Switch 3 and 5
Tobias Auerochs
2
-1
/
+15
2019-05-09
HID: logitech-hidpp: add support for the MX5500 keyboard
Hans de Goede
1
-0
/
+6
2019-05-09
HID: logitech-dj: add support for the Logitech MX5500's Bluetooth Mini-Receiver
Hans de Goede
1
-0
/
+8
2019-05-09
HID: i2c-hid: add iBall Aer3 to descriptor override
Kai-Heng Feng
1
-0
/
+8
2019-05-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
27
-689
/
+3403
2019-05-06
Merge branches 'for-5.1/upstream-fixes', 'for-5.2/core', 'for-5.2/ish', 'for-...
Jiri Kosina
23
-653
/
+3346
2019-04-30
HID: logitech-dj: fix spelling in printk
Colin Ian King
1
-1
/
+1
2019-04-24
HID: input: fix assignment of .value
Benjamin Tissoires
1
-1
/
+1
2019-04-24
HID: input: make sure the wheel high resolution multiplier is set
Benjamin Tissoires
2
-33
/
+55
2019-04-24
HID: logitech-dj: add usbhid dependency in Kconfig
Benjamin Tissoires
1
-0
/
+1
2019-04-23
HID: logitech-hidpp: add support for HID++ 1.0 consumer keys reports
Hans de Goede
1
-12
/
+121
2019-04-23
HID: logitech-hidpp: add support for HID++ 1.0 extra mouse buttons reports
Hans de Goede
1
-1
/
+76
2019-04-23
HID: logitech-hidpp: add support for HID++ 1.0 wheel reports
Hans de Goede
1
-0
/
+94
2019-04-23
HID: logitech-hidpp: make hidpp10_set_register_bit a bit more generic
Hans de Goede
1
-8
/
+19
2019-04-23
HID: logitech-hidpp: add input_device ptr to struct hidpp_device
Hans de Goede
1
-87
/
+56
2019-04-23
HID: logitech-hidpp: do not hardcode very long report length
Hans de Goede
1
-18
/
+32
2019-04-23
HID: logitech-hidpp: handle devices attached to 27MHz wireless receivers
Hans de Goede
1
-0
/
+6
2019-04-23
HID: logitech-hidpp: use RAP instead of FAP to get the protocol version
Hans de Goede
1
-4
/
+13
2019-04-23
HID: logitech-hidpp: remove unused origin_is_hid_core function parameter
Hans de Goede
1
-7
/
+7
2019-04-23
HID: logitech-hidpp: remove double assignment from __hidpp_send_report
Hans de Goede
1
-2
/
+0
2019-04-23
HID: logitech-hidpp: do not make failure to get the name fatal
Hans de Goede
1
-11
/
+8
2019-04-23
HID: logitech-hidpp: ignore very-short or empty names
Hans de Goede
1
-0
/
+3
2019-04-23
HID: logitech-hidpp: make .probe usbhid capable
Benjamin Tissoires
1
-41
/
+45
2019-04-23
HID: logitech-hidpp: allow non HID++ devices to be handled by this module
Benjamin Tissoires
1
-8
/
+68
2019-04-23
HID: logitech-dj: add support for Logitech Bluetooth Mini-Receiver
Hans de Goede
1
-6
/
+85
2019-04-23
HID: logitech-dj: make appending of the HID++ descriptors conditional
Hans de Goede
1
-14
/
+21
2019-04-23
HID: logitech-dj: remove false-positive error on double queueing of delayed-work
Hans de Goede
1
-18
/
+4
2019-04-23
HID: logitech-dj: pick a better name for non-unifying receivers
Hans de Goede
1
-5
/
+29
2019-04-23
HID: logitech-dj: deal with some KVMs adding an extra interface to the usbdev
Hans de Goede
1
-1
/
+31
2019-04-23
HID: logitech-dj: replace dev_err calls with hid_err calls
Hans de Goede
1
-27
/
+18
2019-04-23
HID: logitech-dj: add support for 27 MHz mouse-only receivers
Hans de Goede
2
-0
/
+15
2019-04-23
HID: logitech-dj: add support for 27 MHz receivers
Hans de Goede
3
-4
/
+93
2019-04-23
HID: logitech-dj: add support for the gaming unifying receiver
Benjamin Tissoires
2
-1
/
+58
2019-04-23
HID: logitech-dj: add support for non unifying receivers
Hans de Goede
2
-39
/
+274
[next]