summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)Author
2025-02-18HID: corsair-void: Update power supply values with a unified work handlerStuart Hayhurst
2025-02-11HID: pidff: Remove redundant call to pidff_find_special_keysTomasz Pakuła
2025-02-11HID: pidff: Support device error response from PID_BLOCK_LOADTomasz Pakuła
2025-02-11HID: pidff: Comment and code style updateTomasz Pakuła
2025-02-11HID: hid-universal-pidff: Add Asetek wheelbases supportTomasz Pakuła
2025-02-11HID: pidff: Make sure to fetch pool before checking SIMULTANEOUS_MAXTomasz Pakuła
2025-02-11HID: Kconfig: Add LEDS_CLASS_MULTICOLOR dependency to HID_LOGITECHKate Hsuan
2025-02-10Merge tag 'hid-for-linus-2025021001' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-02-10HID: hid-appletb-bl: use appletb_bl_brightness_map instead of magic numbers t...Aditya Garg
2025-02-10HID: hid-appletb-kbd: make struct attribute *appletb_kbd_attrs[] staticAditya Garg
2025-02-08HID: Enable playstation driver for PlayStation 5 controllersAlex Henrie
2025-02-08HID: Enable playstation driver independently of sony driverAlex Henrie
2025-02-07HID: core: Add reserved item tag for main itemsTatsuya S
2025-02-07HID: hid-steam: Mutex cleanup in steam_set_lizard_mode()Vicki Pfau
2025-02-07HID: hid-steam: Don't use cancel_delayed_work_sync in IRQ contextVicki Pfau
2025-02-07HID: hid-steam: Move hidraw input (un)registering to workVicki Pfau
2025-02-07HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints()Tulio Fernandes
2025-02-07HID: apple: fix up the F6 key on the Omoton KB066 keyboardAlex Henrie
2025-02-07HID: hid-apple: Apple Magic Keyboard a3203 USB-C supportIevgen Vovk
2025-02-07HID: hid-appletb-kbd: add support for automatic brightness control while usin...Aditya Garg
2025-02-07HID: hid-appletb-kbd: add support for fn toggle between media and function modeAditya Garg
2025-02-07HID: hid-appletb-kbd: add driver for the keyboard mode of Apple Touch BarsKerem Karabay
2025-02-07HID: hid-appletb-bl: add driver for the backlight of Apple Touch BarsKerem Karabay
2025-02-07HID: hid-lg-g15: Use standard multicolor LED APIKate Hsuan
2025-02-07HID: intel-thc-hid: Remove deprecated PCI API callsPhilipp Stanner
2025-02-03HID: topre: Fix n-key rollover on Realforce R3S TKL boardsDaniel Brackenbury
2025-02-03HID: intel-ish-hid: ipc: Add Panther Lake PCI device IDsZhang Lixu
2025-02-03HID: usbkbd: Fix the bit shift number for LED_KANAjunan
2025-02-03HID: multitouch: Add NULL check in mt_input_configuredCharles Han
2025-02-03HID: winwing: Add NULL check in winwing_init_led()Charles Han
2025-02-03HID: pidff: Factor out pool report fetch and remove excess declarationTomasz Pakuła
2025-02-03HID: pidff: Use macros instead of hardcoded min/max values for shortsTomasz Pakuła
2025-02-03HID: pidff: Simplify pidff_rescale_signedTomasz Pakuła
2025-02-03HID: pidff: Move all hid-pidff definitions to a dedicated headerTomasz Pakuła
2025-02-03HID: pidff: Fix null pointer dereference in pidff_find_fieldsTomasz Pakuła
2025-02-03HID: pidff: Factor out code for setting gainTomasz Pakuła
2025-02-03HID: pidff: Rescale time values to match field unitsTomasz Pakuła
2025-02-03HID: pidff: Define values used in pidff_find_special_fieldsTomasz Pakuła
2025-02-03HID: pidff: Simplify pidff_upload_effect functionTomasz Pakuła
2025-02-03HID: pidff: Completely rework and fix pidff_reset functionTomasz Pakuła
2025-02-03HID: pidff: Add PERIODIC_SINE_ONLY quirkTomasz Pakuła
2025-02-03HID: Add hid-universal-pidff driver and supported device idsTomasz Pakuła
2025-02-03HID: pidff: Stop all effects before enabling actuatorsTomasz Pakuła
2025-02-03HID: pidff: Add FIX_WHEEL_DIRECTION quirkTomasz Pakuła
2025-02-03HID: pidff: Add hid_pidff_init_with_quirks and export as GPL symbolTomasz Pakuła
2025-02-03HID: pidff: Add PERMISSIVE_CONTROL quirkTomasz Pakuła
2025-02-03HID: pidff: Add MISSING_PBO quirk and its detectionTomasz Pakuła
2025-02-03HID: pidff: Add MISSING_DELAY quirk and its detectionTomasz Pakuła
2025-02-03HID: pidff: Clamp PERIODIC effect period to device's logical rangeTomasz Pakuła
2025-02-03HID: pidff: Do not send effect envelope if it's emptyTomasz Pakuła