Lines Matching full:acer
3 * Acer WMI Laptop Extras
34 MODULE_DESCRIPTION("Acer Laptop WMI Extras Driver");
64 * Acer ACPI method GUIDs
73 * Acer ACPI event GUIDs
145 /* Hotkey Customized Setting and Acer Application Status.
146 * Set Device Default Value and Report Acer Application Status.
147 * When Acer Application starts, it will run this method to inform
148 * BIOS/EC that Acer Application is on.
153 * Bit[3]: Acer Power Button Utility Status
163 u8 app_status; /* Acer Device Status. LM, ePM, RF Button... */
349 .ident = "Acer Aspire One (SSD)",
351 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
356 .ident = "Acer Aspire One (HDD)",
358 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
367 .ident = "Acer",
369 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
388 * This quirk table is only for Acer/Gateway/Packard Bell family
389 * that those machines are supported by acer-wmi driver.
394 .ident = "Acer Aspire 1360",
396 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
403 .ident = "Acer Aspire 1520",
405 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
412 .ident = "Acer Aspire 3100",
414 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
421 .ident = "Acer Aspire 3610",
423 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
430 .ident = "Acer Aspire 5100",
432 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
439 .ident = "Acer Aspire 5610",
441 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
448 .ident = "Acer Aspire 5630",
450 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
457 .ident = "Acer Aspire 5650",
459 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
466 .ident = "Acer Aspire 5680",
468 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
475 .ident = "Acer Aspire 9110",
477 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
484 .ident = "Acer TravelMate 2490",
486 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
493 .ident = "Acer TravelMate 4200",
495 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
504 * This quirk list is for those non-acer machines that have AMW0_GUID1
505 * but supported by acer-wmi in past days. Keeping this quirk list here
507 * here anymore. Those non-acer machines should be supported by
588 .ident = "Acer TravelMate 4750",
590 DMI_MATCH(DMI_BOARD_VENDOR, "Acer"),
596 .ident = "Acer Extensa 5235",
598 DMI_MATCH(DMI_BOARD_VENDOR, "Acer"),
604 .ident = "Acer TravelMate 5760",
606 DMI_MATCH(DMI_BOARD_VENDOR, "Acer"),
612 .ident = "Acer Aspire 5750",
614 DMI_MATCH(DMI_BOARD_VENDOR, "Acer"),
620 .ident = "Acer Aspire 5741",
622 DMI_MATCH(DMI_BOARD_VENDOR, "Acer"),
629 * acer interface, as there is no native backlight interface.
631 .ident = "Acer KAV80",
633 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
867 * On laptops with this strange GUID (non Acer), normal probing doesn't in AMW0_set_capabilities()
1417 .name = "acer-wmi::mail",
1471 bd = backlight_device_register("acer-wmi", dev, NULL, &acer_bl_ops, in acer_backlight_init()
1474 pr_err("Could not register Acer backlight device\n"); in acer_backlight_init()
1634 "acer-wireless", ACER_CAP_WIRELESS); in acer_rfkill_init()
1643 RFKILL_TYPE_BLUETOOTH, "acer-bluetooth", in acer_rfkill_init()
1653 RFKILL_TYPE_WWAN, "acer-threeg", in acer_rfkill_init()
1905 acer_wmi_accel_dev->name = "Acer BMA150 accelerometer"; in acer_wmi_accel_setup()
1938 acer_wmi_input_dev->name = "Acer WMI hotkeys"; in acer_wmi_input_setup()
2108 .name = "acer-wmi",
2125 interface->debug.root = debugfs_create_dir("acer-wmi", NULL); in create_debugfs()
2135 pr_info("Acer Laptop ACPI-WMI Extras\n"); in acer_wmi_init()
2145 * The AMW0_GUID1 wmi is not only found on Acer family but also other in acer_wmi_init()
2147 * acer-wmi driver handled those non-Acer machines by quirks list. in acer_wmi_init()
2148 * But actually acer-wmi driver was loaded on any machines that have in acer_wmi_init()
2152 * should be in Acer/Gateway/Packard Bell white list, or it's already in acer_wmi_init()
2246 acer_platform_device = platform_device_alloc("acer-wmi", -1); in acer_wmi_init()
2291 pr_info("Acer Laptop WMI Extras unloaded\n"); in acer_wmi_exit()