index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hid
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-16
HID: apple: Add necessary IDs and configuration for T2 Macs.
Aun-Ali Zaidi
3
-0
/
+40
2022-02-16
HID: apple: Add support for keyboard backlight on certain T2 Macs.
Paul Pawlowski
1
-0
/
+125
2022-02-16
HID: apple: Report Magic Keyboard 2021 with fingerprint reader battery over USB
José Expósito
1
-2
/
+2
2022-02-16
HID: apple: Report Magic Keyboard 2021 battery over USB
José Expósito
1
-1
/
+1
2022-02-16
HID: apple: Magic Keyboard 2015 FN key mapping
José Expósito
1
-0
/
+24
2022-02-16
HID: apple: Magic Keyboard first generation FN key mapping
José Expósito
1
-3
/
+35
2022-02-16
HID: apple: Refactor key translation setup
José Expósito
1
-21
/
+17
2022-02-16
HID: uclogic: Handle virtual frame reports
Nikolai Kondrashov
1
-5
/
+6
2022-02-16
HID: uclogic: Skip non-input raw events earlier
Nikolai Kondrashov
1
-3
/
+5
2022-02-16
HID: uclogic: Access pen/frame params directly in raw_event handling
Nikolai Kondrashov
1
-13
/
+11
2022-02-16
HID: uclogic: Split pen and frame raw event handling
Nikolai Kondrashov
1
-75
/
+120
2022-02-16
HID: uclogic: Support Huion 13th frame button
Nikolai Kondrashov
1
-4
/
+4
2022-02-16
HID: uclogic: Rename Huion HS64 PID to Huion Tablet 2
Nikolai Kondrashov
3
-3
/
+3
2022-02-16
HID: uclogic: Support Huion tilt reporting
Nikolai Kondrashov
4
-1
/
+23
2022-02-16
HID: i2c-hid: remove unneeded semicolon
Yang Li
1
-1
/
+1
2022-02-16
HID: logitech-dj: add new lightspeed receiver id
Lucas Zampieri
1
-0
/
+1
2022-02-14
HID: amd_sfh: Add interrupt handler to process interrupts
Basavaraj Natikar
2
-0
/
+41
2022-02-14
HID: amd_sfh: Add functionality to clear interrupts
Basavaraj Natikar
2
-1
/
+25
2022-02-14
HID: amd_sfh: Disable the interrupt for all command
Basavaraj Natikar
1
-0
/
+3
2022-02-14
HID: amd_sfh: Correct the structure field name
Basavaraj Natikar
1
-1
/
+1
2022-02-14
HID: amd_sfh: Handle amd_sfh work buffer in PM ops
Basavaraj Natikar
1
-0
/
+4
2022-02-14
HID: i2c-hid: note that I2C xfer buffers are DMA-safe
Dmitry Torokhov
1
-2
/
+3
2022-02-14
HID: i2c-hid: no longer need raw access to HID descriptor structure
Dmitry Torokhov
1
-5
/
+2
2022-02-14
HID: i2c-hid: use helpers to do endian conversion in i2c_hid_get_input()
Dmitry Torokhov
1
-13
/
+15
2022-02-14
HID: i2c-hid: rework i2c_hid_get_report() to use i2c_hid_xfer()
Dmitry Torokhov
1
-91
/
+59
2022-02-14
HID: i2c-hid: convert i2c_hid_execute_reset() to use i2c_hid_xfer()
Dmitry Torokhov
1
-10
/
+9
2022-02-14
HID: i2c-hid: create a helper for SET_POWER command
Dmitry Torokhov
1
-4
/
+18
2022-02-14
HID: i2c-hid: define i2c_hid_read_register() and use it
Dmitry Torokhov
1
-23
/
+22
2022-02-14
HID: i2c-hid: explicitly code setting and sending reports
Dmitry Torokhov
1
-118
/
+151
2022-02-14
HID: i2c-hid: refactor reset command
Dmitry Torokhov
1
-25
/
+38
2022-02-14
HID: i2c-hid: use "struct i2c_hid" as argument in most calls
Dmitry Torokhov
1
-39
/
+36
2022-02-14
HID: i2c-hid: fix GET/SET_REPORT for unnumbered reports
Dmitry Torokhov
1
-8
/
+24
2022-02-14
HID: i2c-hid: fix handling numbered reports with IDs of 15 and above
Angela Czubak
1
-14
/
+10
2022-02-05
HID:Add support for UGTABLET WP5540
Sergio Costas
2
-0
/
+2
2022-02-02
HID: add SiGma Micro driver
Desmond Lim
4
-0
/
+142
2022-02-02
HID: google: Use struct_size() helper in kzalloc()
Gustavo A. R. Silva
1
-1
/
+1
2022-02-02
HID: amd_sfh: Add illuminance mask to limit ALS max value
Basavaraj Natikar
1
-1
/
+3
2022-02-02
HID: amd_sfh: Increase sensor command timeout
Basavaraj Natikar
1
-2
/
+2
2022-02-02
HID: i2c-hid: goodix: Fix a lockdep splat
Daniel Thompson
1
-16
/
+12
2022-01-24
HID: amd_sfh: Remove useless DMA-32 fallback configuration
Christophe JAILLET
1
-5
/
+2
2022-01-24
HID: elo: fix memory leak in elo_probe
Dongliang Mu
1
-0
/
+1
2022-01-21
HID: apple: Set the tilde quirk flag on the Wellspring 5 and later
Alex Henrie
1
-8
/
+8
2022-01-21
HID: wacom: Avoid using stale array indicies to read contact count
Jason Gerecke
1
-0
/
+4
2022-01-21
HID: wacom: Ignore the confidence flag when a touch is removed
Jason Gerecke
1
-3
/
+26
2022-01-21
HID: wacom: Reset expected and received contact counts at the same time
Jason Gerecke
1
-1
/
+5
2022-01-19
HID: uhid: Use READ_ONCE()/WRITE_ONCE() for ->running
Jann Horn
1
-10
/
+10
2022-01-19
HID: uhid: Fix worker destroying device without any protection
Jann Horn
1
-4
/
+25
2022-01-14
HID: vivaldi: Minor cleanups
Stephen Boyd
1
-3
/
+4
2022-01-14
HID: vivaldi: fix handling devices not using numbered reports
Dmitry Torokhov
1
-6
/
+28
2022-01-12
HID: Ignore battery for Elan touchscreen on HP Envy X360 15t-dr100
Karl Kurbjun
2
-0
/
+3
[prev]
[next]