summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-asus.c
Commit message (Expand)AuthorAgeFilesLines
* HID: hid-asus: reset the backlight brightness level on resumeDenis Benato2023-11-221-0/+19
* HID: hid-asus: add const to read-only outgoing usb bufferDenis Benato2023-11-221-4/+4
* HID: asus: reformat the hotkey mapping blockLuke D. Jones2023-05-231-32/+12
* HID: asus: add keycodes for 0x6a, 0x4b, and 0xc7Luke D. Jones2023-05-231-0/+7
* HID: asus: Add support for ASUS ROG Z13 keyboardLuke D. Jones2023-05-231-0/+3
* HID: asus: explicitly include linux/leds.hThomas Weißschuh2023-04-131-0/+1
* HID: asus: use spinlock to safely schedule workersPietro Borrello2023-02-151-4/+11
* HID: asus: use spinlock to protect concurrent accessesPietro Borrello2023-02-151-1/+21
* HID: asus: Remove unused variable in asus_report_tool_width()Colin Ian King2022-11-021-3/+1
* HID: asus: ROG NKey: Ignore portion of 0x5a reportJosh Kilmer2022-08-251-0/+7
* HID: add hid_is_usb() function to make it simpler for USB detectionGreg Kroah-Hartman2021-12-021-4/+2
* Revert "HID: hid-asus.c: Maps key 0x35 (display off) to KEY_SCREENLOCK"Vinícius Angiolucci Reis2021-11-121-1/+1
* HID: hid-asus.c: Maps key 0x35 (display off) to KEY_SCREENLOCKVinícius Angiolucci Reis2021-10-191-1/+1
* HID: asus: Prevent Claymore sending suspend eventLuke D. Jones2021-08-201-0/+15
* HID: asus: Remove check for same LED brightness on setLuke D. Jones2021-07-151-3/+0
* HID: asus: Cleanup Asus T101HA keyboard-dock handlingHans de Goede2021-05-271-11/+9
* HID: asus: filter G713/G733 key event to prevent shutdownLuke D Jones2021-05-051-0/+10
* HID: asus: Filter keyboard EC for old ROG keyboardLuke D Jones2021-05-051-1/+1
* HID: asus: Add support for 2021 ASUS N-Key keyboardLuke D Jones2021-03-081-0/+3
* HID: asus: Add support for ASUS N-Key keyboardLuke D Jones2020-10-291-14/+109
* HID: asus: Fix mute and touchpad-toggle keys on Medion Akoya E1239THans de Goede2020-05-061-0/+60
* HID: asus: Add support for multi-touch touchpad on Medion Akoya E1239THans de Goede2020-05-061-1/+25
* HID: asus: Add report_size to struct asus_touchpad_infoHans de Goede2020-05-061-1/+7
* HID: asus: Add hid_is_using_ll_driver(usb_hid_driver) checkHans de Goede2020-05-061-1/+2
* HID: asus: Simplify skipping of mappings for Asus T100CHI keyboard-dockHans de Goede2020-05-061-14/+7
* HID: asus: Only set EV_REP if we are adding a mappingHans de Goede2020-05-061-2/+2
* HID: asus: Ignore Asus vendor-page usage-code 0xff eventsHans de Goede2019-12-131-1/+2
* Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Linus Torvalds2019-07-141-1/+1
|\
| * platform/x86: asus-wmi: Improve DSTS WMI method ID detectionYurii Pavlovskyi2019-06-171-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-4/+1
|/
* HID: hid-asus: Add BT keyboard dock battery monitoring supportNOGUCHI Hiroshi2019-02-141-0/+193
* HID: hid-asus: Add Transbook T90CHI supportNOGUCHI Hiroshi2019-02-141-16/+38
* HID: asus: Add support for the ASUS T101HA keyboard dockAleix Roca Nonell2018-12-171-0/+8
* HID: asus: Add support for the ASUS FX503VD laptopHans de Goede2018-11-301-0/+7
* HID: asus: Add event handler to catch unmapped Asus Vendor UsagePage codesHans de Goede2018-11-301-0/+13
* HID: asus: fix build warning wiht CONFIG_ASUS_WMI disabledArnd Bergmann2018-11-061-0/+3
* HID: asus: only support backlight when it's not driven by WMIDaniel Drake2018-10-311-1/+22
* Merge branch 'for-4.17/upstream' into for-linusJiri Kosina2018-04-051-1/+3
|\
| * HID: asus: make array 'buf' static constColin Ian King2018-02-161-1/+3
* | HID: core: remove the need for HID_QUIRK_NO_EMPTY_INPUTBenjamin Tissoires2018-03-231-2/+1
|/
* HID: asus: Fix special function keys on T200TAHans de Goede2018-01-231-2/+3
* HID: asus: Add touchpad max x/y and resolution info for the T200TAHans de Goede2018-01-231-2/+14
* HID: asus: Add product-id for the T100TAF and T100HA keyboard docksHans de Goede2017-12-011-2/+22
* HID: add backlight level quirk for Asus ROG laptopsMustafa Kuscu2017-11-091-1/+1
* HID: asus: Add support for Fn keys on Asus ROG G752Maxime Bellengé2017-09-161-0/+29
* HID: asus: Add T100CHI bluetooth keyboard dock touchpad supportHans de Goede2017-08-081-7/+67
* HID: asus: Add T100CHI bluetooth keyboard dock special keys mappingHans de Goede2017-07-201-0/+27
* HID: asus: Add T100TA touchpad resolution infoHans de Goede2017-07-201-0/+6
* HID: asus: Fix T100TA touchpad y dimensionsHans de Goede2017-07-201-1/+1
* HID: asus: Parameterize the touchpad codeHans de Goede2017-07-201-47/+67