index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2023-02-22
Merge branch 'for-6.3/evision' into for-linus
Benjamin Tissoires
4
-0
/
+64
2023-02-22
Merge branch 'for-6.3/bigben' into for-linus
Benjamin Tissoires
1
-12
/
+63
2023-02-22
Merge branch 'for-6.3/asus' into for-linus
Benjamin Tissoires
1
-5
/
+32
2023-02-22
Merge branch 'for-6.3/hid-core' into for-linus
Benjamin Tissoires
17
-28
/
+148
2023-02-16
hid: bigben_probe(): validate report count
Pietro Borrello
1
-5
/
+2
2023-02-15
HID: asus: use spinlock to safely schedule workers
Pietro Borrello
1
-4
/
+11
2023-02-15
HID: asus: use spinlock to protect concurrent accesses
Pietro Borrello
1
-1
/
+21
2023-02-15
HID: bigben: use spinlock to safely schedule workers
Pietro Borrello
1
-6
/
+12
2023-02-15
HID: bigben_worker() remove unneeded check on report_field
Pietro Borrello
1
-1
/
+1
2023-02-15
HID: bigben: use spinlock to protect concurrent accesses
Pietro Borrello
1
-2
/
+50
2023-02-09
Merge tag 'for-linus-2023020901' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
8
-7
/
+41
2023-02-06
HID: evision: Add preliminary support for EVision keyboards
Philippe Valembois
4
-0
/
+64
2023-02-06
HID: Ignore battery for ELAN touchscreen 29DF on HP
Luka Guzenko
2
-0
/
+3
2023-02-06
HID: use standard debug APIs
Thomas Weißschuh
1
-9
/
+0
2023-02-06
HID: surface-hid: Constify lowlevel HID driver
Thomas Weißschuh
1
-1
/
+1
2023-02-06
HID: intel-ish-hid: Constify lowlevel HID driver
Thomas Weißschuh
1
-1
/
+1
2023-02-06
HID: steam: Constify lowlevel HID driver
Thomas Weißschuh
1
-1
/
+1
2023-02-06
HID: logitech-dj: Constify lowlevel HID driver
Thomas Weißschuh
1
-2
/
+2
2023-02-06
HID: hyperv: Constify lowlevel HID driver
Thomas Weißschuh
1
-1
/
+1
2023-02-06
HID: amd_sfh: Constify lowlevel HID driver
Thomas Weißschuh
1
-1
/
+1
2023-02-06
HID: amd_sfh: if no sensors are enabled, clean up
Mario Limonciello
2
-2
/
+12
2023-02-06
HID: logitech: Disable hi-res scrolling on USB
Bastien Nocera
1
-1
/
+2
2023-02-06
HID: core: Fix deadloop in hid_apply_multiplier.
Xin Zhao
1
-0
/
+3
2023-01-25
HID: Ignore battery for Elan touchscreen on Asus TP420IA
marco.rodolfi@tuta.io
2
-0
/
+3
2023-01-20
HID: elecom: add support for TrackBall 056E:011C
Takahiro Fujii
3
-4
/
+18
2023-01-19
Merge tag 'for-linus-2023011801' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
11
-14
/
+96
2023-01-18
HID: betop: check shape of output reports
Pietro Borrello
1
-8
/
+9
2023-01-18
HID: playstation: sanity check DualSense calibration data.
Roderick Colenbrander
1
-0
/
+32
2023-01-18
HID: playstation: sanity check DualShock4 calibration data.
Roderick Colenbrander
1
-0
/
+31
2023-01-18
HID: Recognize sensors with application collections
Ronald Tschalär
2
-3
/
+6
2023-01-18
HID: uclogic: Add support for XP-PEN Deco 01 V2
José Expósito
3
-0
/
+5
2023-01-17
HID: revert CHERRY_MOUSE_000C quirk
Jiri Kosina
2
-2
/
+0
2023-01-17
HID: Make lowlevel driver structs const
Thomas Weißschuh
3
-3
/
+3
2023-01-17
HID: Unexport struct i2c_hid_ll_driver
Thomas Weißschuh
1
-2
/
+1
2023-01-17
HID: Unexport struct uhid_hid_driver
Thomas Weißschuh
1
-2
/
+1
2023-01-17
HID: Unexport struct usb_hid_driver
Thomas Weißschuh
1
-2
/
+1
2023-01-17
HID: usbhid: Make hid_is_usb() non-inline
Thomas Weißschuh
1
-0
/
+6
2023-01-17
HID: letsketch: Use hid_is_usb()
Thomas Weißschuh
1
-1
/
+1
2023-01-17
HID: check empty report_list in bigben_probe()
Pietro Borrello
1
-0
/
+5
2023-01-17
HID: check empty report_list in hid_validate_values()
Pietro Borrello
1
-2
/
+2
2023-01-06
HID: amd_sfh: Fix warning unwind goto
Basavaraj Natikar
2
-2
/
+2
2023-01-02
HID: intel_ish-hid: Add check for ishtp_dma_tx_map
Jiasheng Jiang
1
-0
/
+10
2022-12-26
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
1
-1
/
+1
2022-12-21
Merge tag 'for-linus-2022122101' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
13
-7
/
+58
2022-12-20
HID: sony: Fix unused function warning
José Expósito
1
-0
/
+2
2022-12-20
HID: plantronics: Additional PIDs for double volume key presses quirk
Terry Junge
2
-0
/
+12
2022-12-20
HID: multitouch: fix Asus ExpertBook P2 P2451FA trackpoint
José Expósito
1
-0
/
+4
2022-12-20
HID: Ignore HP Envy x360 eu0009nv stylus battery
José Expósito
2
-0
/
+3
2022-12-20
HID: Add Mapping for System Microphone Mute
Jingyuan Liang
2
-0
/
+9
2022-12-20
HID: input: map battery system charging
José Expósito
4
-2
/
+116
[next]