Lines Matching full:acer
3 * Acer WMI Laptop Extras
35 MODULE_DESCRIPTION("Acer Laptop WMI Extras Driver");
65 * Acer ACPI method GUIDs
74 * Acer ACPI event GUIDs
155 /* Hotkey Customized Setting and Acer Application Status.
156 * Set Device Default Value and Report Acer Application Status.
157 * When Acer Application starts, it will run this method to inform
158 * BIOS/EC that Acer Application is on.
163 * Bit[3]: Acer Power Button Utility Status
173 u8 app_status; /* Acer Device Status. LM, ePM, RF Button... */
370 .ident = "Acer Aspire One (SSD)",
372 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
377 .ident = "Acer Aspire One (HDD)",
379 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
388 .ident = "Acer",
390 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
409 * This quirk table is only for Acer/Gateway/Packard Bell family
410 * that those machines are supported by acer-wmi driver.
415 .ident = "Acer Aspire 1360",
417 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
424 .ident = "Acer Aspire 1520",
426 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
433 .ident = "Acer Aspire 3100",
435 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
442 .ident = "Acer Aspire 3610",
444 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
451 .ident = "Acer Aspire 5100",
453 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
460 .ident = "Acer Aspire 5610",
462 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
469 .ident = "Acer Aspire 5630",
471 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
478 .ident = "Acer Aspire 5650",
480 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
487 .ident = "Acer Aspire 5680",
489 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
496 .ident = "Acer Aspire 9110",
498 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
505 .ident = "Acer TravelMate 2490",
507 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
514 .ident = "Acer TravelMate 4200",
516 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
523 .ident = "Acer Aspire Switch 10E SW3-016",
525 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
532 .ident = "Acer Aspire Switch 10 SW5-012",
534 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
541 .ident = "Acer Aspire Switch V 10 SW5-017",
543 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Acer"),
550 .ident = "Acer One 10 (S1003)",
552 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Acer"),
561 * This quirk list is for those non-acer machines that have AMW0_GUID1
562 * but supported by acer-wmi in past days. Keeping this quirk list here
564 * here anymore. Those non-acer machines should be supported by
645 .ident = "Acer TravelMate 4750",
647 DMI_MATCH(DMI_BOARD_VENDOR, "Acer"),
653 .ident = "Acer Extensa 5235",
655 DMI_MATCH(DMI_BOARD_VENDOR, "Acer"),
661 .ident = "Acer TravelMate 5760",
663 DMI_MATCH(DMI_BOARD_VENDOR, "Acer"),
669 .ident = "Acer Aspire 5750",
671 DMI_MATCH(DMI_BOARD_VENDOR, "Acer"),
677 .ident = "Acer Aspire 5741",
679 DMI_MATCH(DMI_BOARD_VENDOR, "Acer"),
686 * acer interface, as there is no native backlight interface.
688 .ident = "Acer KAV80",
690 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
924 * On laptops with this strange GUID (non Acer), normal probing doesn't in AMW0_set_capabilities()
1472 .name = "acer-wmi::mail",
1526 bd = backlight_device_register("acer-wmi", dev, NULL, &acer_bl_ops, in acer_backlight_init()
1529 pr_err("Could not register Acer backlight device\n"); in acer_backlight_init()
1754 "acer-wireless", ACER_CAP_WIRELESS); in acer_rfkill_init()
1763 RFKILL_TYPE_BLUETOOTH, "acer-bluetooth", in acer_rfkill_init()
1773 RFKILL_TYPE_WWAN, "acer-threeg", in acer_rfkill_init()
2024 acer_wmi_accel_dev->name = "Acer BMA150 accelerometer"; in acer_wmi_accel_setup()
2052 acer_wmi_input_dev->name = "Acer WMI hotkeys"; in acer_wmi_input_setup()
2228 .name = "acer-wmi",
2245 interface->debug.root = debugfs_create_dir("acer-wmi", NULL); in create_debugfs()
2255 pr_info("Acer Laptop ACPI-WMI Extras\n"); in acer_wmi_init()
2265 * The AMW0_GUID1 wmi is not only found on Acer family but also other in acer_wmi_init()
2267 * acer-wmi driver handled those non-Acer machines by quirks list. in acer_wmi_init()
2268 * But actually acer-wmi driver was loaded on any machines that have in acer_wmi_init()
2272 * should be in Acer/Gateway/Packard Bell white list, or it's already in acer_wmi_init()
2373 acer_platform_device = platform_device_alloc("acer-wmi", -1); in acer_wmi_init()
2418 pr_info("Acer Laptop WMI Extras unloaded\n"); in acer_wmi_exit()