index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hid
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-07
Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linux
Linus Torvalds
1
-1
/
+1
2019-05-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Linus Torvalds
27
-689
/
+3403
2019-05-06
*: convert stream-like files from nonseekable_open -> stream_open
Kirill Smelkov
1
-1
/
+1
2019-05-06
Merge branches 'for-5.1/upstream-fixes', 'for-5.2/core', 'for-5.2/ish', 'for-5.2/logitech', 'for-5.2/macally', 'for-5.2/picolcd', 'for-5.2/sensor' and 'for-5.2/u2fzero' into for-linus
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
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 the lock
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/dtor/input
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
[next]