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-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
2019-04-23
HID: logitech-dj: add logi_dj_recv_queue_unknown_work helper
Hans de Goede
1
-15
/
+30
2019-04-23
HID: logitech-dj: support sharing struct dj_receiver_dev between USB-interfaces
Hans de Goede
1
-27
/
+149
2019-04-23
HID: logitech-dj: rename dj_receiver_dev.hdev to dj_receiver_dev.hidpp
Hans de Goede
1
-12
/
+10
2019-04-23
HID: logitech-dj: protect the paired_dj_devices access in add_djhid_dev with ...
Hans de Goede
1
-0
/
+6
2019-04-23
HID: logitech-dj: remove unused querying_devices variable
Hans de Goede
1
-5
/
+0
2019-04-23
HID: logitech-dj: do not schedule the dj report itself
Benjamin Tissoires
1
-51
/
+85
2019-04-23
HID: logitech-dj: remove USB dependency
Benjamin Tissoires
1
-33
/
+35
2019-04-23
HID: logitech-dj: declare and use a few HID++ 1.0 constants
Benjamin Tissoires
1
-3
/
+12
2019-04-23
HID: logitech-dj: use BIT() macro for RF Report types
Benjamin Tissoires
1
-6
/
+6
2019-04-23
HID: logitech-dj: fix variable naming in logi_dj_hidpp_event
Benjamin Tissoires
1
-3
/
+10
2019-04-23
HID: logitech-dj: reshuffle logi_dj_recv_forward_*
Benjamin Tissoires
1
-7
/
+7
2019-04-23
HID: logitech: Stop setting drvdata to NULL on probe failure and remove
Benjamin Tissoires
2
-7
/
+3
2019-04-23
HID: quirks: do not blacklist Logitech devices
Benjamin Tissoires
1
-5
/
+0
2019-04-23
Merge branch 'for-5.1/upstream-fixes' into for-5.2/logitech
Benjamin Tissoires
10
-21
/
+48
2019-04-23
HID: intel-ish-hid: Add Comet Lake PCI device ID
Srinivas Pandruvada
2
-0
/
+2
2019-04-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-1
/
+16
2019-04-17
HID: u2fzero: fail probe if not using USB transport
Jiri Kosina
1
-0
/
+3
2019-04-15
HID: u2fzero: fix compiling error in u2fzero_probe()
Mao Wenan
1
-0
/
+1
2019-04-11
Revert "HID: i2c-hid: Disable runtime PM on Synaptics touchpad"
Hui Wang
2
-3
/
+0
2019-04-10
HID: add driver for U2F Zero built-in LED and RNG
Andrej Shadura
4
-0
/
+388
2019-04-05
HID: core: Do not call request_module() in async context
Hans de Goede
1
-2
/
+4
2019-04-04
HID: intel-ish-hid: fix spelling mistake "multipe" -> "multiple"
Colin Ian King
1
-1
/
+1
2019-04-03
HID: macally: Add support for Macally ikey keyboard
Alex Henrie
4
-0
/
+57
[prev]
[next]