Lines Matching full:asus
3 * HID driver for Asus notebook built-in keyboard.
16 * This module has been updated to add support for Asus i2c touchpad.
29 #include <linux/platform_data/x86/asus-wmi.h>
41 MODULE_DESCRIPTION("Asus HID Keyboard and TouchPad");
322 hid_warn(hdev, "Unmapped Asus vendor usagepage code 0x%02x\n", in asus_event()
402 hid_err(hdev, "Asus failed to send init command: %d\n", ret); in asus_kbd_init()
417 hid_err(hdev, "Asus failed to send configuration command: %d\n", ret); in asus_kbd_get_functions()
429 hid_err(hdev, "Asus failed to request functions: %d\n", ret); in asus_kbd_get_functions()
511 hid_err(led->hdev, "Asus failed to set keyboard backlight: %d\n", ret); in asus_kbd_backlight_work()
514 /* WMI-based keyboard backlight LED control (via asus-wmi driver) takes
529 hid_info(hdev, "using HID for asus::kbd_backlight\n"); in asus_kbd_wmi_led_control_present()
694 drvdata->kbd_backlight->cdev.name = "asus::kbd_backlight"; in asus_kbd_register_leds()
846 "asus-keyboard-%s-battery", in asus_battery_probe()
883 input->name = "Asus Touchpad Keys"; in asus_input_configured()
919 hid_err(hdev, "Asus input mt init slots failed: %d\n", ret); in asus_input_configured()
963 /* ASUS-specific keyboard hotkeys and led backlight */ in asus_input_mapping()
981 case 0x6b: asus_map_key_clear(KEY_F21); break; /* ASUS touchpad toggle */ in asus_input_mapping()
983 case 0xba: asus_map_key_clear(KEY_PROG2); break; /* Fn+C ASUS Splendid */ in asus_input_mapping()
998 /* ASUS lazily declares 256 usages, ignore the rest, in asus_input_mapping()
1081 hid_err(hdev, "Asus failed to alloc dma buf: %d\n", ret); in asus_start_multitouch()
1091 hid_err(hdev, "Asus failed to start multitouch: %d\n", ret); in asus_start_multitouch()
1107 hid_err(hdev, "Asus failed to set keyboard backlight: %d\n", ret); in asus_resume()
1133 hid_err(hdev, "Can't alloc Asus descriptor\n"); in asus_probe()
1202 "Asus hid battery_probe failed: %d\n", ret); in asus_probe()
1209 hid_err(hdev, "Asus hid parse failed: %d\n", ret); in asus_probe()
1215 hid_err(hdev, "Asus hw start failed: %d\n", ret); in asus_probe()
1226 hid_err(hdev, "Asus input not registered\n"); in asus_probe()
1232 drvdata->input->name = "Asus TouchPad"; in asus_probe()
1234 drvdata->input->name = "Asus Keyboard"; in asus_probe()
1277 hid_info(hdev, "Fixing up Asus notebook report descriptor\n"); in asus_report_fixup()
1284 hid_info(hdev, "Fixing up Asus T100 keyb report descriptor\n"); in asus_report_fixup()
1335 hid_info(hdev, "Fixing up Asus G752 keyb report descriptor\n"); in asus_report_fixup()
1350 hid_info(hdev, "Fixing up Asus N-KEY keyb report descriptor\n"); in asus_report_fixup()
1360 hid_info(hdev, "Fixing up Asus N-Key report descriptor\n"); in asus_report_fixup()
1429 .name = "asus",