summaryrefslogtreecommitdiff
path: root/drivers/hid/hid-asus.c
AgeCommit message (Expand)AuthorFilesLines
8 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-3/+3
2026-08-03HID: asus: support the Zenbook A16 (UX3607OA) keyboardKonrad Dybcio1-0/+18
2026-08-03HID: asus: fix missing hid_is_usb() checkJann Horn1-1/+1
2026-08-03HID: asus: add i2c entry for FA808UM and other TUFsDenis Benato1-0/+3
2026-08-03HID: asus: fix a off-by-one in mcu_parse_version_string() validationDenis Benato1-1/+1
2026-08-03HID: asus: remove extraneous OOM errorDenis Benato1-3/+1
2026-08-03HID: asus: refactor the two workqueues and init sequenceDenis Benato1-106/+286
2026-04-16Merge branch 'for-7.1/asus' into for-linusJiri Kosina1-51/+57
2026-03-10HID: asus: add xg mobile 2022 external hardware supportDenis Benato1-0/+3
2026-03-10HID: asus: do not try to initialize the backlight if the enpoint doesn't supp...Denis Benato1-5/+3
2026-03-10HID: asus: do not abort probe when not necessaryDenis Benato1-15/+10
2026-03-10HID: asus: simplify and improve asus_kbd_set_report()Denis Benato1-11/+5
2026-03-10HID: asus: make asus_resume adhere to linux kernel coding standardsDenis Benato1-1/+2
2026-03-10HID: asus: fix code style of comments and bracketsDenis Benato1-11/+5
2026-03-02HID: asus: drop unused variablesBenjamin Tissoires1-1/+1
2026-02-27HID: asus: always fully initialize devicesDenis Benato1-11/+35
2026-02-27HID: asus: add xg mobile 2023 external hardware supportDenis Benato1-0/+3
2026-02-19HID: asus: avoid memory leak in asus_report_fixup()Günther Noack1-4/+11
2026-02-13Merge 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