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
/
hid-logitech-dj.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-07
HID: logitech: Use HIDPP_RECEIVER_INDEX instead of 0xff
Mazin Rezk
1
-3
/
+3
2020-04-06
HID: logitech: drop outdated references to unifying receivers
Filipe Laíns
1
-2
/
+2
2020-03-10
HID: logitech-dj: add support for the static device in the Powerplay mat/rece...
Filipe Laíns
1
-2
/
+7
2020-02-12
HID: logitech-dj: add debug msg when exporting a HID++ report descriptors
Filipe Laíns
1
-0
/
+2
2019-09-22
Merge branch 'for-5.4/logitech' into for-linus
Jiri Kosina
1
-4
/
+18
2019-08-26
HID: logitech-dj: Fix crash when initial logi_dj_recv_query_paired_devices fails
Hans de Goede
1
-5
/
+5
2019-08-23
hid-logitech-dj: add the new Lightspeed receiver
Filipe Laíns
1
-2
/
+11
2019-08-23
HID: logitech-dj: add support of the G700(s) receiver
Benjamin Tissoires
1
-0
/
+5
2019-08-23
Merge branch 'master' into for-5.4/logitech
Benjamin Tissoires
1
-3
/
+7
2019-08-05
HID: logitech-dj: extend consumer usages range
Olivier Gay
1
-2
/
+2
2019-08-05
HID: logitech-dj: Really fix return value of logi_dj_recv_query_hidpp_devices
Hans de Goede
1
-1
/
+1
2019-07-17
HID: logitech-dj: add the Powerplay receiver
Filipe Laíns
1
-0
/
+4
2019-07-17
HID: logitech-dj: rename "gaming" receiver to "lightspeed"
Filipe Laíns
1
-2
/
+2
2019-07-10
Merge branches 'for-5.2/fixes', 'for-5.3/doc', 'for-5.3/ish', 'for-5.3/logite...
Jiri Kosina
1
-23
/
+13
2019-06-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
1
-1
/
+3
2019-06-26
HID: logitech-dj: Fix forwarding of very long HID++ reports
Hans de Goede
1
-1
/
+3
2019-06-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
1
-15
/
+35
2019-06-11
HID: logitech-dj: fix return value of logi_dj_recv_query_hidpp_devices
YueHaibing
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333
Thomas Gleixner
1
-16
/
+1
2019-06-05
HID: logitech-dj: Fix 064d:c52f receiver support
Hans de Goede
1
-15
/
+27
2019-05-22
HID: logitech-dj: make const array template static
Colin Ian King
1
-6
/
+8
2019-05-09
HID: logitech-dj: Add usb-id for the 27MHz MX3000 receiver
Hans de Goede
1
-0
/
+3
2019-05-09
HID: logitech-dj: add support for the Logitech MX5500's Bluetooth Mini-Receiver
Hans de Goede
1
-0
/
+8
2019-04-30
HID: logitech-dj: fix spelling in printk
Colin Ian King
1
-1
/
+1
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
1
-0
/
+14
2019-04-23
HID: logitech-dj: add support for 27 MHz receivers
Hans de Goede
1
-1
/
+93
2019-04-23
HID: logitech-dj: add support for the gaming unifying receiver
Benjamin Tissoires
1
-1
/
+57
2019-04-23
HID: logitech-dj: add support for non unifying receivers
Hans de Goede
1
-39
/
+272
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
1
-2
/
+0
2017-04-06
HID: logitech-dj: allow devices to request full pairing information
Benjamin Tissoires
1
-8
/
+11
2014-12-17
HID: logitech-dj: check report length
Peter Wu
1
-1
/
+15
2014-10-29
HID: logitech-dj: enable notifications on connect/disconnect
Benjamin Tissoires
1
-1
/
+26
[next]