• Home
  • Raw
  • Download

Lines Matching full:asus

2  *  HID driver for Asus notebook built-in keyboard.
15 * This module has been updated to add support for Asus i2c touchpad.
41 MODULE_DESCRIPTION("Asus HID Keyboard and TouchPad");
279 hid_err(hdev, "Asus failed to send init command: %d\n", ret); in asus_kbd_init()
293 hid_err(hdev, "Asus failed to send configuration command: %d\n", ret); in asus_kbd_get_functions()
305 hid_err(hdev, "Asus failed to request functions: %d\n", ret); in asus_kbd_get_functions()
349 hid_err(led->hdev, "Asus failed to set keyboard backlight: %d\n", ret); in asus_kbd_backlight_work()
381 drvdata->kbd_backlight->cdev.name = "asus::kbd_backlight"; in asus_kbd_register_leds()
432 hid_err(hdev, "Asus input mt init slots failed: %d\n", ret); in asus_input_configured()
481 /* ASUS-specific keyboard hotkeys */ in asus_input_mapping()
495 /* ASUS touchpad toggle */ in asus_input_mapping()
501 /* Fn+C ASUS Splendid */ in asus_input_mapping()
508 /* ASUS lazily declares 256 usages, ignore the rest, in asus_input_mapping()
580 hid_err(hdev, "Asus failed to alloc dma buf: %d\n", ret); in asus_start_multitouch()
590 hid_err(hdev, "Asus failed to start multitouch: %d\n", ret); in asus_start_multitouch()
614 hid_err(hdev, "Can't alloc Asus descriptor\n"); in asus_probe()
658 hid_err(hdev, "Asus hid parse failed: %d\n", ret); in asus_probe()
664 hid_err(hdev, "Asus hw start failed: %d\n", ret); in asus_probe()
669 hid_err(hdev, "Asus input not registered\n"); in asus_probe()
675 drvdata->input->name = "Asus TouchPad"; in asus_probe()
677 drvdata->input->name = "Asus Keyboard"; in asus_probe()
716 hid_info(hdev, "Fixing up Asus notebook report descriptor\n"); in asus_report_fixup()
723 hid_info(hdev, "Fixing up Asus T100 keyb report descriptor\n"); in asus_report_fixup()
758 hid_info(hdev, "Fixing up Asus G752 keyb report descriptor\n"); in asus_report_fixup()
801 .name = "asus",