summaryrefslogtreecommitdiff
path: root/drivers/hid/hid-asus.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-14Merge tag 'platform-drivers-x86-v7.0-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-117/+104
2026-02-09Merge branch 'for-6.20/pm_ptr-v3' into for-linusJiri Kosina1-4/+2
2026-02-09Merge branch 'for-6.20/sony' into for-linusJiri Kosina1-0/+1
2026-01-28HID: asus: Use pm_ptr instead of #ifdef CONFIG_PMBastien Nocera1-4/+2
2026-01-28HID: asus: add support for the asus-wmi brightness handlerAntheas Kapenekakis1-0/+11
2026-01-28HID: asus: listen to the asus-wmi brightness device instead of creating oneAntheas Kapenekakis1-55/+10
2026-01-28HID: asus: early return for ROG devicesAntheas Kapenekakis1-0/+7
2026-01-28HID: asus: move vendor initialization to probeAntheas Kapenekakis1-17/+18
2026-01-28HID: asus: fortify keyboard handshakeAntheas Kapenekakis1-4/+30
2026-01-28HID: asus: use same report_id in responseAntheas Kapenekakis1-1/+1
2026-01-28HID: asus: initialize additional endpoints only for certain devicesAntheas Kapenekakis1-10/+6
2026-01-28HID: asus: simplify RGB init sequenceAntheas Kapenekakis1-30/+22
2026-01-10HID: hid-asus: Implement fn lock for Asus ProArt P16Connor Belli1-1/+36
2026-01-08HID: asus: Implement Fn+F5 fan control key handlerIonut Nechita1-5/+30
2026-01-08HID: asus: Add WMI communication infrastructureIonut Nechita1-0/+24
2026-01-08HID: asus: Filter spurious HID vendor codes on ROG laptopsIonut Nechita1-0/+22
2026-01-08HID: asus: Replace magic number with HID_UP_ASUSVENDOR constantIonut Nechita1-1/+1
2025-11-12platform/x86: asus-armoury: move existing tunings to asus-armoury moduleLuke D. Jones1-0/+1
2025-09-30Merge branch 'for-6.18/asus' into for-linusBenjamin Tissoires1-3/+3
2025-09-12HID: asus: add Z13 folio to generic group for multitouch to workAntheas Kapenekakis1-3/+3
2025-09-12HID: asus: add support for missing PX series fn keysAmit Chaudhari1-0/+3
2025-08-13HID: asus: fix UAF via HID_CLAIMED_INPUT validationQasim Ijaz1-1/+7
2025-05-08platform/x86: asus-wmi: Refactor Ally suspend/resumeLuke D. Jones1-0/+4
2025-05-08hid-asus: check ROG Ally MCU version and warnLuke D. Jones1-2/+105
2025-01-16HID: hid-asus: Disable OOBE mode on the ProArt P16Luke D. Jones1-0/+26
2024-10-08HID: Fix typo in the commentYan Zhen1-1/+1
2024-09-19Merge tag 'hid-for-linus-2024091602' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2024-09-05Merge tag 'hwmon-for-v6.11-rc7' into review-hansHans de Goede1-0/+3
2024-08-27HID: change return type of report_fixup() to constThomas Weißschuh1-1/+1
2024-08-05hid-asus: use hid for brightness control on keyboardLuke D. Jones1-0/+7
2024-08-02hid-asus: add ROG Ally X prod ID to quirk listLuke D. Jones1-0/+3
2024-06-07hid: asus: asus_report_fixup: fix potential read out of boundsAndrew Ballance1-2/+2
2024-05-07HID: asus: add ROG Z13 lightbarLuke D. Jones1-0/+3
2024-05-07HID: asus: add ROG Ally N-Key ID and keycodesLuke D. Jones1-1/+7
2024-05-07HID: asus: make asus_kbd_init() generic, remove rog_nkey_led_init()Luke D. Jones1-52/+18
2024-05-07HID: asus: fix more n-key report descriptors if n-key quirkedLuke D. Jones1-27/+24
2023-11-22HID: hid-asus: reset the backlight brightness level on resumeDenis Benato1-0/+19
2023-11-22HID: hid-asus: add const to read-only outgoing usb bufferDenis Benato1-4/+4
2023-05-23HID: asus: reformat the hotkey mapping blockLuke D. Jones1-32/+12
2023-05-23HID: asus: add keycodes for 0x6a, 0x4b, and 0xc7Luke D. Jones1-0/+7
2023-05-23HID: asus: Add support for ASUS ROG Z13 keyboardLuke D. Jones1-0/+3
2023-04-13HID: asus: explicitly include linux/leds.hThomas Weißschuh1-0/+1
2023-02-15HID: asus: use spinlock to safely schedule workersPietro Borrello1-4/+11
2023-02-15HID: asus: use spinlock to protect concurrent accessesPietro Borrello1-1/+21
2022-11-02HID: asus: Remove unused variable in asus_report_tool_width()Colin Ian King1-3/+1
2022-08-25HID: asus: ROG NKey: Ignore portion of 0x5a reportJosh Kilmer1-0/+7
2021-12-02HID: add hid_is_usb() function to make it simpler for USB detectionGreg Kroah-Hartman1-4/+2
2021-11-12Revert "HID: hid-asus.c: Maps key 0x35 (display off) to KEY_SCREENLOCK"Vinícius Angiolucci Reis1-1/+1
2021-10-19HID: hid-asus.c: Maps key 0x35 (display off) to KEY_SCREENLOCKVinícius Angiolucci Reis1-1/+1
2021-08-20HID: asus: Prevent Claymore sending suspend eventLuke D. Jones1-0/+15