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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
2025-04-20
HID: pidff: Fix set_device_control()
Tomasz Pakuła
1
-5
/
+15
2025-04-20
HID: pidff: Fix 90 degrees direction name North -> East
Tomasz Pakuła
1
-1
/
+1
2025-04-20
HID: pidff: Compute INFINITE value instead of using hardcoded 0xffff
Tomasz Pakuła
1
-1
/
+2
2025-04-20
HID: pidff: Clamp effect playback LOOP_COUNT value
Tomasz Pakuła
1
-1
/
+2
2025-04-20
HID: pidff: Rename two functions to align them with naming convention
Tomasz Pakuła
1
-7
/
+7
2025-04-20
HID: pidff: Remove redundant call to pidff_find_special_keys
Tomasz Pakuła
1
-4
/
+0
2025-04-20
HID: pidff: Support device error response from PID_BLOCK_LOAD
Tomasz Pakuła
1
-1
/
+7
2025-04-20
HID: pidff: Comment and code style update
Tomasz Pakuła
1
-32
/
+25
2025-04-20
HID: hid-universal-pidff: Add Asetek wheelbases support
Tomasz Pakuła
2
-3
/
+13
2025-04-20
HID: pidff: Make sure to fetch pool before checking SIMULTANEOUS_MAX
Tomasz Pakuła
1
-16
/
+13
2025-04-20
HID: pidff: Factor out pool report fetch and remove excess declaration
Tomasz Pakuła
1
-21
/
+24
2025-04-20
HID: pidff: Use macros instead of hardcoded min/max values for shorts
Tomasz Pakuła
1
-12
/
+12
2025-04-20
HID: pidff: Simplify pidff_rescale_signed
Tomasz Pakuła
1
-3
/
+3
2025-04-20
HID: pidff: Move all hid-pidff definitions to a dedicated header
Tomasz Pakuła
4
-2
/
+38
2025-04-20
HID: pidff: Factor out code for setting gain
Tomasz Pakuła
1
-11
/
+15
2025-04-20
HID: pidff: Rescale time values to match field units
Tomasz Pakuła
1
-15
/
+54
2025-04-20
HID: pidff: Define values used in pidff_find_special_fields
Tomasz Pakuła
1
-6
/
+15
2025-04-20
HID: pidff: Simplify pidff_upload_effect function
Tomasz Pakuła
1
-38
/
+16
2025-04-20
HID: pidff: Completely rework and fix pidff_reset function
Tomasz Pakuła
1
-49
/
+89
2025-04-20
HID: pidff: Stop all effects before enabling actuators
Tomasz Pakuła
1
-2
/
+7
2025-04-20
HID: pidff: Clamp PERIODIC effect period to device's logical range
Tomasz Pakuła
1
-3
/
+16
2025-04-20
HID: pidff: Fix null pointer dereference in pidff_find_fields
Tomasz Pakuła
1
-0
/
+10
2025-04-20
HID: pidff: Add PERIODIC_SINE_ONLY quirk
Tomasz Pakuła
2
-5
/
+13
2025-04-20
HID: Add hid-universal-pidff driver and supported device ids
Tomasz Pakuła
4
-0
/
+238
2025-04-20
HID: pidff: Add FIX_WHEEL_DIRECTION quirk
Tomasz Pakuła
1
-3
/
+9
2025-04-20
HID: pidff: Add hid_pidff_init_with_quirks and export as GPL symbol
Tomasz Pakuła
1
-1
/
+14
2025-04-20
HID: pidff: Add PERMISSIVE_CONTROL quirk
Tomasz Pakuła
1
-1
/
+2
2025-04-20
HID: pidff: Add MISSING_PBO quirk and its detection
Tomasz Pakuła
1
-18
/
+29
2025-04-20
HID: pidff: Add MISSING_DELAY quirk and its detection
Tomasz Pakuła
1
-5
/
+28
2025-04-20
HID: pidff: Do not send effect envelope if it's empty
Tomasz Pakuła
1
-18
/
+24
2025-04-20
HID: pidff: Convert infinite length from Linux API to PID standard
Tomasz Pakuła
1
-1
/
+7
2025-04-10
HID: i2c-hid: improve i2c_hid_get_report error message
Wentao Guan
1
-1
/
+1
2025-04-10
HID: remove superfluous (and wrong) Makefile entry for CONFIG_INTEL_ISH_FIRMW...
Jiri Kosina
1
-1
/
+0
2025-04-07
HID: hid-plantronics: Add mic mute mapping and generalize quirks
Terry Junge
1
-77
/
+67
2025-03-22
HID: apple: disable Fn key handling on the Omoton KB066
Alex Henrie
1
-4
/
+7
2025-03-22
HID: apple: fix up the F6 key on the Omoton KB066 keyboard
Alex Henrie
1
-0
/
+3
2025-03-22
HID: hid-apple: Apple Magic Keyboard a3203 USB-C support
Ievgen Vovk
2
-0
/
+6
2025-03-22
HID: topre: Fix n-key rollover on Realforce R3S TKL boards
Daniel Brackenbury
3
-1
/
+10
2025-03-22
HID: intel-ish-hid: ipc: Add Panther Lake PCI device IDs
Zhang Lixu
2
-0
/
+9
2025-03-22
HID: hid-steam: Fix issues with disabling both gamepad mode and lizard mode
Vicki Pfau
1
-3
/
+3
2025-03-22
HID: ignore non-functional sensor in HP 5MP Camera
Chia-Lin Kao (AceLan)
2
-0
/
+2
2025-03-22
HID: intel-ish-hid: Send clock sync message immediately after reset
Zhang Lixu
2
-3
/
+8
2025-03-22
HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in doorbell
Zhang Lixu
1
-3
/
+3
2025-03-13
HID: hid-steam: Fix use-after-free when detaching device
Vicki Pfau
1
-1
/
+1
2025-03-13
HID: intel-ish-hid: Fix use-after-free issue in ishtp_hid_remove()
Zhang Lixu
1
-1
/
+3
2025-03-13
HID: intel-ish-hid: Fix use-after-free issue in hid_ishtp_cl_remove()
Zhang Lixu
1
-1
/
+1
2025-03-13
HID: google: fix unused variable warning under !CONFIG_ACPI
Yu-Chun Lin
1
-0
/
+2
2025-03-13
HID: corsair-void: Update power supply values with a unified work handler
Stuart Hayhurst
1
-40
/
+43
2025-03-13
HID: appleir: Fix potential NULL dereference at raw event handle
Daniil Dulov
1
-1
/
+1
2025-02-21
HID: hid-steam: Move hidraw input (un)registering to work
Vicki Pfau
1
-7
/
+31
[next]