Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
24c9d96ddb9cd13b5b409c4e0e20ad6b18e56df6
/
drivers
/
hid
24c9d96
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 265
by Thomas Gleixner
· 6 years ago
84a14ae
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178
by Thomas Gleixner
· 6 years ago
c942fdd
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
by Thomas Gleixner
· 6 years ago
1a59d1b8
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
by Thomas Gleixner
· 6 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
09c434b
treewide: Add SPDX license identifier for more missed files
by Thomas Gleixner
· 6 years ago
9cc342f
treewide: prefix header search paths with $(srctree)/
by Masahiro Yamada
· 6 years ago
0aed4b2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 6 years ago
14e0c73
Merge branch 'next' into for-linus
by Dmitry Torokhov
· 6 years ago
41bc10c
Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linux
by Linus Torvalds
· 6 years ago
b4dd05dee
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
by Linus Torvalds
· 6 years ago
c5bf68f
*: convert stream-like files from nonseekable_open -> stream_open
by Kirill Smelkov
· 6 years ago
63b6f0b
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
by Jiri Kosina
· 6 years ago
640d4ea
HID: logitech-dj: fix spelling in printk
by Colin Ian King
· 6 years ago
bd21d84
HID: input: add mapping for KEY_KBD_LAYOUT_NEXT
by Dmitry Torokhov
· 6 years ago
39b3c3a
HID: input: fix assignment of .value
by Benjamin Tissoires
· 6 years ago
d43c17e
HID: input: make sure the wheel high resolution multiplier is set
by Benjamin Tissoires
· 6 years ago
c08f38e
HID: logitech-dj: add usbhid dependency in Kconfig
by Benjamin Tissoires
· 6 years ago
42bc4f3
HID: logitech-hidpp: add support for HID++ 1.0 consumer keys reports
by Hans de Goede
· 6 years ago
7457bc1
HID: logitech-hidpp: add support for HID++ 1.0 extra mouse buttons reports
by Hans de Goede
· 6 years ago
4a79bcc
HID: logitech-hidpp: add support for HID++ 1.0 wheel reports
by Hans de Goede
· 6 years ago
35839f7
HID: logitech-hidpp: make hidpp10_set_register_bit a bit more generic
by Hans de Goede
· 6 years ago
0610430
HID: logitech-hidpp: add input_device ptr to struct hidpp_device
by Hans de Goede
· 6 years ago
d71b18f
HID: logitech-hidpp: do not hardcode very long report length
by Hans de Goede
· 6 years ago
754a308
HID: logitech-hidpp: handle devices attached to 27MHz wireless receivers
by Hans de Goede
· 6 years ago
0963775
HID: logitech-hidpp: use RAP instead of FAP to get the protocol version
by Hans de Goede
· 6 years ago
e54abaf
HID: logitech-hidpp: remove unused origin_is_hid_core function parameter
by Hans de Goede
· 6 years ago
205a2ab
HID: logitech-hidpp: remove double assignment from __hidpp_send_report
by Hans de Goede
· 6 years ago
2ddf07f
HID: logitech-hidpp: do not make failure to get the name fatal
by Hans de Goede
· 6 years ago
22bf6bd
HID: logitech-hidpp: ignore very-short or empty names
by Hans de Goede
· 6 years ago
91cf9a9
HID: logitech-hidpp: make .probe usbhid capable
by Benjamin Tissoires
· 6 years ago
fe3ee1e
HID: logitech-hidpp: allow non HID++ devices to be handled by this module
by Benjamin Tissoires
· 6 years ago
f2113c3
HID: logitech-dj: add support for Logitech Bluetooth Mini-Receiver
by Hans de Goede
· 6 years ago
6d3c3f0
HID: logitech-dj: make appending of the HID++ descriptors conditional
by Hans de Goede
· 6 years ago
e316aa6
HID: logitech-dj: remove false-positive error on double queueing of delayed-work
by Hans de Goede
· 6 years ago
de76b1d
HID: logitech-dj: pick a better name for non-unifying receivers
by Hans de Goede
· 6 years ago
da12b22
HID: logitech-dj: deal with some KVMs adding an extra interface to the usbdev
by Hans de Goede
· 6 years ago
aca22a3
HID: logitech-dj: replace dev_err calls with hid_err calls
by Hans de Goede
· 6 years ago
1f944ac
HID: logitech-dj: add support for 27 MHz mouse-only receivers
by Hans de Goede
· 6 years ago
c9121cf
HID: logitech-dj: add support for 27 MHz receivers
by Hans de Goede
· 6 years ago
f5fb57a
HID: logitech-dj: add support for the gaming unifying receiver
by Benjamin Tissoires
· 6 years ago
74808f9
HID: logitech-dj: add support for non unifying receivers
by Hans de Goede
· 6 years ago
b6aeedd
HID: logitech-dj: add logi_dj_recv_queue_unknown_work helper
by Hans de Goede
· 6 years ago
a1d97cc
HID: logitech-dj: support sharing struct dj_receiver_dev between USB-interfaces
by Hans de Goede
· 6 years ago
0ee7554
HID: logitech-dj: rename dj_receiver_dev.hdev to dj_receiver_dev.hidpp
by Hans de Goede
· 6 years ago
f41d766
HID: logitech-dj: protect the paired_dj_devices access in add_djhid_dev with the lock
by Hans de Goede
· 6 years ago
61d14de
HID: logitech-dj: remove unused querying_devices variable
by Hans de Goede
· 6 years ago
4fcad95
HID: logitech-dj: do not schedule the dj report itself
by Benjamin Tissoires
· 6 years ago
82c0beb
HID: logitech-dj: remove USB dependency
by Benjamin Tissoires
· 6 years ago
c034041
HID: logitech-dj: declare and use a few HID++ 1.0 constants
by Benjamin Tissoires
· 6 years ago
a17dd1f
HID: logitech-dj: use BIT() macro for RF Report types
by Benjamin Tissoires
· 6 years ago
7bb56a5
HID: logitech-dj: fix variable naming in logi_dj_hidpp_event
by Benjamin Tissoires
· 6 years ago
8389823
HID: logitech-dj: reshuffle logi_dj_recv_forward_*
by Benjamin Tissoires
· 6 years ago
43cd97a
HID: logitech: Stop setting drvdata to NULL on probe failure and remove
by Benjamin Tissoires
· 6 years ago
2fbe5a5
HID: quirks: do not blacklist Logitech devices
by Benjamin Tissoires
· 6 years ago
7d3879b
Merge branch 'for-5.1/upstream-fixes' into for-5.2/logitech
by Benjamin Tissoires
· 6 years ago
a50e8e2
HID: intel-ish-hid: Add Comet Lake PCI device ID
by Srinivas Pandruvada
· 6 years ago
240206f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 6 years ago
59579a8
HID: u2fzero: fail probe if not using USB transport
by Jiri Kosina
· 6 years ago
e252e0e0
HID: u2fzero: fix compiling error in u2fzero_probe()
by Mao Wenan
· 6 years ago
20522fe
Revert "HID: i2c-hid: Disable runtime PM on Synaptics touchpad"
by Hui Wang
· 6 years ago
42337b9
HID: add driver for U2F Zero built-in LED and RNG
by Andrej Shadura
· 6 years ago
4ceabaf
HID: core: Do not call request_module() in async context
by Hans de Goede
· 6 years ago
2eb3c3e
HID: intel-ish-hid: fix spelling mistake "multipe" -> "multiple"
by Colin Ian King
· 6 years ago
161f62c
HID: macally: Add support for Macally ikey keyboard
by Alex Henrie
· 6 years ago
91b2281
HID: intel-ish-hid: ISH firmware loader client driver
by Rushikesh S Kadam
· 6 years ago
ce856634
HID: input: add mapping for Assistant key
by Dmitry Torokhov
· 6 years ago
a025a18
HID: core: Call request_module before doing device_add
by Hans de Goede
· 6 years ago
58e7515
HID: core: move Usage Page concatenation to Main item
by Nicolas Saenz Julienne
· 6 years ago
74e7c6c
HID: i2c-hid: Disable runtime PM on Synaptics touchpad
by Hui Wang
· 6 years ago
1f87b0c
HID: logitech-hidpp: change low battery level threshold from 31 to 30 percent
by Hans de Goede
· 6 years ago
090760d
HID: logitech-hidpp: remove hidpp_is_connected()
by Hans de Goede
· 6 years ago
9576af6
HID: logitech-hidpp: simplify printing of HID++ version
by Hans de Goede
· 6 years ago
2bafa1e
HID: quirks: Fix keyboard + touchpad on Lenovo Miix 630
by Jeffrey Hugo
· 6 years ago
70cd812
HID: picolcd: Convert to use sysfs_streq()
by Andy Shevchenko
· 6 years ago
77f9f77
HID: hid-sensor-custom: simplify getting .driver_data
by Wolfram Sang
· 6 years ago
c01908a
HID: input: add mapping for "Toggle Display" key
by Dmitry Torokhov
· 6 years ago
afbbaa1
HID: input: add mapping for "Full Screen" key
by Dmitry Torokhov
· 6 years ago
7975a1d
HID: input: add mapping for keyboard Brightness Up/Down/Toggle keys
by Dmitry Torokhov
· 6 years ago
96dd868
HID: input: add mapping for Expose/Overview key
by Dmitry Torokhov
· 6 years ago
f7b3d85
HID: input: fix mapping of aspect ratio key
by Dmitry Torokhov
· 6 years ago
fd35759
HID: logitech: Handle 0 scroll events for the m560
by Peter Hutterer
· 6 years ago
cef0d49
HID: debug: fix race condition with between rdesc_show() and device removal
by He, Bo
· 6 years ago
0e568a1
HID: intel-ish-hid: Add interface function for PCI device pointer
by Srinivas Pandruvada
· 6 years ago
29b06d1
HID: intel-ish-hid: Use the new interface functions in HID ish client
by Srinivas Pandruvada
· 6 years ago
5f7224c
HID: intel-ish-hid: Move functions related to bus and device
by Srinivas Pandruvada
· 6 years ago
51cbc70
HID: intel-ish-hid: Add interface functions for struct ishtp_cl
by Srinivas Pandruvada
· 6 years ago
8991eb3
HID: intel-ish-hid: Move the common functions from client.h
by Srinivas Pandruvada
· 6 years ago
9a0bc1a
HID: intel-ish-hid: Store ishtp_cl_device instance in device
by Srinivas Pandruvada
· 6 years ago
e00a864
HID: intel-ish-hid: Move driver registry functions
by Srinivas Pandruvada
· 6 years ago
c2012ec
HID: intel-ish-hid: Simplify ishtp_cl_link()
by Srinivas Pandruvada
· 6 years ago
7ab2184
HID: intel-ish-hid: Hide members of struct ishtp_cl_device
by Srinivas Pandruvada
· 6 years ago
6b3f75f
HID: intel-ish-hid: Add match callback to ishtp bus type
by Hong Liu
· 6 years ago
6c44b15
HID: logitech: check the return value of create_singlethread_workqueue
by Kangjie Lu
· 6 years ago
94a9992f
HID: Increase maximum report size allowed by hid_field_extract()
by Kai-Heng Feng
· 6 years ago
e19595f
HID: intel-ish: enable raw interface to HID devices on ISH
by Hyungwoo Yang
· 6 years ago
6b538cc
HID: steam: fix deadlock with input devices.
by Rodrigo Rivas Costa
· 6 years ago
1cbbd85
HID: uclogic: remove redudant duplicated null check on ver_ptr
by Colin Ian King
· 6 years ago
78b92f5
HID: quirks: Drop misused kernel-doc annotation
by Andy Shevchenko
· 6 years ago
Next »