aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-asus.c
AgeCommit message (Expand)AuthorFilesLines
2 daysMerge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/pd...Mark Brown1-0/+6
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
2024-05-06HID: asus: add ROG Z13 lightbarLuke D. Jones1-0/+3
2024-05-06HID: asus: add ROG Ally N-Key ID and keycodesLuke D. Jones1-1/+7
2024-05-06HID: asus: make asus_kbd_init() generic, remove rog_nkey_led_init()Luke D. Jones1-52/+18
2024-05-06HID: 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
2021-07-15HID: asus: Remove check for same LED brightness on setLuke D. Jones1-3/+0
2021-05-27HID: asus: Cleanup Asus T101HA keyboard-dock handlingHans de Goede1-11/+9
2021-05-05HID: asus: filter G713/G733 key event to prevent shutdownLuke D Jones1-0/+10
2021-05-05HID: asus: Filter keyboard EC for old ROG keyboardLuke D Jones1-1/+1
2021-03-08HID: asus: Add support for 2021 ASUS N-Key keyboardLuke D Jones1-0/+3
2020-10-29HID: asus: Add support for ASUS N-Key keyboardLuke D Jones1-14/+109
2020-05-06HID: asus: Fix mute and touchpad-toggle keys on Medion Akoya E1239THans de Goede1-0/+60
2020-05-06HID: asus: Add support for multi-touch touchpad on Medion Akoya E1239THans de Goede1-1/+25
2020-05-06HID: asus: Add report_size to struct asus_touchpad_infoHans de Goede1-1/+7
2020-05-06HID: asus: Add hid_is_using_ll_driver(usb_hid_driver) checkHans de Goede1-1/+2
2020-05-06HID: asus: Simplify skipping of mappings for Asus T100CHI keyboard-dockHans de Goede1-14/+7
2020-05-06HID: asus: Only set EV_REP if we are adding a mappingHans de Goede1-2/+2
2019-12-13HID: asus: Ignore Asus vendor-page usage-code 0xff eventsHans de Goede1-1/+2
2019-07-14Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Linus Torvalds1-1/+1
2019-06-17platform/x86: asus-wmi: Improve DSTS WMI method ID detectionYurii Pavlovskyi1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-4/+1
2019-02-14HID: hid-asus: Add BT keyboard dock battery monitoring supportNOGUCHI Hiroshi1-0/+193
2019-02-14HID: hid-asus: Add Transbook T90CHI supportNOGUCHI Hiroshi1-15/+37
2018-12-17HID: asus: Add support for the ASUS T101HA keyboard dockAleix Roca Nonell1-0/+8
2018-11-30HID: asus: Add support for the ASUS FX503VD laptopHans de Goede1-0/+7
2018-11-30HID: asus: Add event handler to catch unmapped Asus Vendor UsagePage codesHans de Goede1-0/+13
2018-11-06HID: asus: fix build warning wiht CONFIG_ASUS_WMI disabledArnd Bergmann1-0/+3
2018-10-31HID: asus: only support backlight when it's not driven by WMIDaniel Drake1-1/+22
2018-04-05Merge branch 'for-4.17/upstream' into for-linusJiri Kosina1-1/+3
2018-03-23HID: core: remove the need for HID_QUIRK_NO_EMPTY_INPUTBenjamin Tissoires1-2/+1
2018-02-16HID: asus: make array 'buf' static constColin Ian King1-1/+3
2018-01-23HID: asus: Fix special function keys on T200TAHans de Goede1-2/+3
2018-01-23HID: asus: Add touchpad max x/y and resolution info for the T200TAHans de Goede1-2/+14
2017-12-01HID: asus: Add product-id for the T100TAF and T100HA keyboard docksHans de Goede1-2/+22
2017-11-09HID: add backlight level quirk for Asus ROG laptopsMustafa Kuscu1-1/+1
2017-09-16HID: asus: Add support for Fn keys on Asus ROG G752Maxime Bellengé1-0/+29
2017-08-08HID: asus: Add T100CHI bluetooth keyboard dock touchpad supportHans de Goede1-7/+67
2017-07-20HID: asus: Add T100CHI bluetooth keyboard dock special keys mappingHans de Goede1-0/+27
2017-07-20HID: asus: Add T100TA touchpad resolution infoHans de Goede1-0/+6
2017-07-20HID: asus: Fix T100TA touchpad y dimensionsHans de Goede1-1/+1
2017-07-20HID: asus: Parameterize the touchpad codeHans de Goede1-47/+67
2017-07-20HID: asus: Add support for T100 touchpadHans de Goede1-3/+18
2017-06-08HID: asus: Add support for Zen AiO MD-5110 keyboardDaniel Drake1-0/+1
2017-06-08HID: move Asus keyboard support from hid-chicony to hid-asusDaniel Drake1-0/+29
2017-06-02HID: asus: Stop underlying hardware on removeCarlo Caione1-0/+2
2017-05-22HID: asus: Add support for T100 keyboardHans de Goede1-0/+10
2017-04-12HID: asus: support backlight on USB keyboardsCarlo Caione1-1/+182
2017-03-30HID: asus: change mapping from KEY_WLAN to KEY_RFKILLMatjaz Hegedic1-1/+1
2017-03-30HID: asus: ignore declared dummy usagesMatjaz Hegedic1-2/+21
2017-03-30HID: asus: fix and generalize ambiguous preprocessor macrosMatjaz Hegedic1-19/+19
2017-03-30HID: asus: support Republic of Gamers special keysChris Chiu1-0/+38
2016-12-19HID: asus: Fix keyboard supportBrendan McGrath1-6/+11
2016-11-29HID: asus: Add i2c touchpad supportBrendan McGrath1-6/+293
2016-04-04HID: asus: add support for VivoBook E200HAYusuke Fujimaki1-4/+8
2016-04-01HID: Asus X205TA keyboard driverYusuke Fujimaki1-0/+48