index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hid
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-20
HID: thrustmaster: Fix memory leaks in probe
Evgeny Novikov
1
-1
/
+4
2021-08-20
HID: elo: update the reference count of the usb device structure
Salah Triki
1
-1
/
+5
2021-08-20
HID: logitech-hidpp: Use 'atomic_inc_return' instead of hand-writing it
Christophe JAILLET
1
-2
/
+1
2021-08-09
Merge 5.14-rc5 into driver-core-next
Greg Kroah-Hartman
10
-33
/
+55
2021-07-29
HID: ft260: fix device removal due to USB disconnect
Michael Zaidman
1
-16
/
+7
2021-07-28
HID: apple: Add missing scan code event for keys handled by hid-apple
Vincent Lefevre
1
-9
/
+23
2021-07-28
HID: cmedia: add support for HS-100B mute button
Thomas Weißschuh
3
-4
/
+92
2021-07-28
HID: i2c-hid: goodix: Use the devm variant of regulator_register_notifier()
Douglas Anderson
1
-1
/
+1
2021-07-28
HID: wacom: Refactor touch input mute checks into a common function
Jason Gerecke
1
-15
/
+12
2021-07-28
HID: wacom: Avoid sending empty sync events
Jason Gerecke
1
-1
/
+14
2021-07-28
HID: wacom: Short-circuit processing of touch when it is disabled
Jason Gerecke
3
-0
/
+14
2021-07-28
HID: wacom: set initial hardware touch switch state to 'off'
Ping Cheng
3
-5
/
+16
2021-07-28
HID: wacom: Skip processing of touches with negative slot values
Jason Gerecke
1
-0
/
+3
2021-07-28
HID: wacom: Re-enable touch by default for Cintiq 24HDT / 27QHDT
Jason Gerecke
1
-1
/
+1
2021-07-28
HID: Kconfig: Fix spelling mistake "Uninterruptable" -> "Uninterruptible"
Colin Ian King
1
-1
/
+1
2021-07-28
HID: apple: Add support for Keychron K1 wireless keyboard
Haochen Tong
1
-0
/
+2
2021-07-28
HID: usbhid: free raw_report buffers in usbhid_stop
Anirudh Rayabharam
1
-1
/
+12
2021-07-28
HID: fix typo in Kconfig
Christophe JAILLET
1
-1
/
+1
2021-07-27
HID: ft260: fix format type warning in ft260_word_show()
Michael Zaidman
1
-2
/
+2
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
2
-6
/
+2
2021-07-15
HID: i2c-hid: goodix: Tie the reset line to true state of the regulator
Douglas Anderson
1
-13
/
+79
2021-07-15
HID: amd_sfh: Use correct MMIO register for DMA address
Dylan MacKenzie
1
-1
/
+1
2021-07-15
HID: magicmouse: high-resolution scroll threshold
José Expósito
1
-2
/
+23
2021-07-15
HID: magicmouse: enable high-resolution scroll
José Expósito
1
-0
/
+31
2021-07-15
HID: asus: Remove check for same LED brightness on set
Luke D. Jones
1
-3
/
+0
2021-07-15
HID: input: do not report stylus battery state as "full"
Dmitry Torokhov
1
-2
/
+0
2021-07-15
HID: intel-ish-hid: use async resume function
Ye Xiang
3
-8
/
+37
2021-06-30
Merge branch 'for-5.14/multitouch' into for-linus
Jiri Kosina
3
-1
/
+18
2021-06-30
Merge branch 'for-5.14/logitech' into for-linus
Jiri Kosina
5
-45
/
+118
2021-06-30
Merge branch 'for-5.14/intel-ish' into for-linus
Jiri Kosina
12
-66
/
+104
2021-06-30
Merge branch 'for-5.14/google' into for-linus
Jiri Kosina
1
-0
/
+10
2021-06-30
Merge branch 'for-5.14/core' into for-linus
Jiri Kosina
4
-11
/
+40
2021-06-30
Merge branch 'for-5.14/amd-sfh' into for-linus
Jiri Kosina
7
-34
/
+324
2021-06-25
HID: thrustmaster: Switch to kmemdup() when allocate change_request
Yang Yingliang
1
-2
/
+3
2021-06-25
HID: multitouch: Disable event reporting on suspend when the device is not a ...
Hans de Goede
1
-1
/
+2
2021-06-25
HID: logitech-dj: Implement may_wakeup ll-driver callback
Hans de Goede
1
-0
/
+8
2021-06-25
HID: usbhid: Implement may_wakeup ll-driver callback
Hans de Goede
1
-0
/
+8
2021-06-24
HID: input: Add support for Programmable Buttons
Thomas Weißschuh
2
-0
/
+33
2021-06-24
HID: wacom: Correct base usage for capacitive ExpressKey status bits
Jason Gerecke
1
-1
/
+1
2021-06-24
HID: amd_sfh: Add initial support for HPD sensor
Basavaraj Natikar
6
-2
/
+174
2021-06-24
HID: amd_sfh: Extend ALS support for newer AMD platform
Basavaraj Natikar
6
-26
/
+45
2021-06-24
HID: amd_sfh: Extend driver capabilities for multi-generation support
Basavaraj Natikar
3
-6
/
+105
2021-06-15
HID: surface-hid: Fix get-report request
Maximilian Luz
1
-1
/
+1
2021-06-15
HID: sony: fix freeze when inserting ghlive ps3/wii dongles
Pascal Giard
1
-49
/
+49
2021-06-15
HID: usbkbd: Avoid GFP_ATOMIC when GFP_KERNEL is possible
Hyeonggon Yoo
1
-2
/
+2
2021-06-14
HID: intel-ish-hid: ipc: Specify that EHL no cache snooping
Even Xu
1
-1
/
+25
2021-06-14
HID: intel-ish-hid: ishtp: Add dma_no_cache_snooping() callback
Even Xu
2
-0
/
+19
2021-06-14
HID: intel-ish-hid: Set ISH driver depends on x86
Even Xu
1
-0
/
+1
2021-06-14
HID: hid-input: add Surface Go battery quirk
Zoltan Tamas Vajda
2
-0
/
+3
2021-06-14
HID: intel-ish-hid: Fix minor typos in comments
Austin Kim
1
-1
/
+1
[prev]
[next]