summaryrefslogtreecommitdiff
path: root/drivers/hid/hid-asus.c
AgeCommit message (Expand)Author
2026-03-10HID: asus: add xg mobile 2022 external hardware supportDenis Benato
2026-02-27HID: asus: add xg mobile 2023 external hardware supportDenis Benato
2026-02-19HID: asus: avoid memory leak in asus_report_fixup()Günther Noack
2026-02-13Merge tag 'platform-drivers-x86-v7.0-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-02-09Merge branch 'for-6.20/pm_ptr-v3' into for-linusJiri Kosina
2026-02-09Merge branch 'for-6.20/sony' into for-linusJiri Kosina
2026-01-28HID: asus: Use pm_ptr instead of #ifdef CONFIG_PMBastien Nocera
2026-01-28HID: asus: add support for the asus-wmi brightness handlerAntheas Kapenekakis
2026-01-28HID: asus: listen to the asus-wmi brightness device instead of creating oneAntheas Kapenekakis
2026-01-28HID: asus: early return for ROG devicesAntheas Kapenekakis
2026-01-28HID: asus: move vendor initialization to probeAntheas Kapenekakis
2026-01-28HID: asus: fortify keyboard handshakeAntheas Kapenekakis
2026-01-28HID: asus: use same report_id in responseAntheas Kapenekakis
2026-01-28HID: asus: initialize additional endpoints only for certain devicesAntheas Kapenekakis
2026-01-28HID: asus: simplify RGB init sequenceAntheas Kapenekakis
2026-01-10HID: hid-asus: Implement fn lock for Asus ProArt P16Connor Belli
2026-01-08HID: asus: Implement Fn+F5 fan control key handlerIonut Nechita
2026-01-08HID: asus: Add WMI communication infrastructureIonut Nechita
2026-01-08HID: asus: Filter spurious HID vendor codes on ROG laptopsIonut Nechita
2026-01-08HID: asus: Replace magic number with HID_UP_ASUSVENDOR constantIonut Nechita
2025-11-12platform/x86: asus-armoury: move existing tunings to asus-armoury moduleLuke D. Jones
2025-09-30Merge branch 'for-6.18/asus' into for-linusBenjamin Tissoires
2025-09-12HID: asus: add Z13 folio to generic group for multitouch to workAntheas Kapenekakis
2025-09-12HID: asus: add support for missing PX series fn keysAmit Chaudhari
2025-08-13HID: asus: fix UAF via HID_CLAIMED_INPUT validationQasim Ijaz
2025-05-08platform/x86: asus-wmi: Refactor Ally suspend/resumeLuke D. Jones
2025-05-08hid-asus: check ROG Ally MCU version and warnLuke D. Jones
2025-01-16HID: hid-asus: Disable OOBE mode on the ProArt P16Luke D. Jones
2024-10-08HID: Fix typo in the commentYan Zhen
2024-09-19Merge tag 'hid-for-linus-2024091602' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-09-05Merge tag 'hwmon-for-v6.11-rc7' into review-hansHans de Goede
2024-08-27HID: change return type of report_fixup() to constThomas Weißschuh
2024-08-05hid-asus: use hid for brightness control on keyboardLuke D. Jones
2024-08-02hid-asus: add ROG Ally X prod ID to quirk listLuke D. Jones
2024-06-07hid: asus: asus_report_fixup: fix potential read out of boundsAndrew Ballance
2024-05-06HID: asus: add ROG Z13 lightbarLuke D. Jones
2024-05-06HID: asus: add ROG Ally N-Key ID and keycodesLuke D. Jones
2024-05-06HID: asus: make asus_kbd_init() generic, remove rog_nkey_led_init()Luke D. Jones
2024-05-06HID: asus: fix more n-key report descriptors if n-key quirkedLuke D. Jones
2023-11-22HID: hid-asus: reset the backlight brightness level on resumeDenis Benato
2023-11-22HID: hid-asus: add const to read-only outgoing usb bufferDenis Benato
2023-05-23HID: asus: reformat the hotkey mapping blockLuke D. Jones
2023-05-23HID: asus: add keycodes for 0x6a, 0x4b, and 0xc7Luke D. Jones
2023-05-23HID: asus: Add support for ASUS ROG Z13 keyboardLuke D. Jones
2023-04-13HID: asus: explicitly include linux/leds.hThomas Weißschuh
2023-02-15HID: asus: use spinlock to safely schedule workersPietro Borrello
2023-02-15HID: asus: use spinlock to protect concurrent accessesPietro Borrello
2022-11-02HID: asus: Remove unused variable in asus_report_tool_width()Colin Ian King
2022-08-25HID: asus: ROG NKey: Ignore portion of 0x5a reportJosh Kilmer
2021-12-02HID: add hid_is_usb() function to make it simpler for USB detectionGreg Kroah-Hartman