Lines Matching full:acer
3 * Acer WMI Laptop Extras
34 MODULE_DESCRIPTION("Acer Laptop WMI Extras Driver");
69 * Acer ACPI method GUIDs
79 * Acer ACPI event GUIDs
161 /* Hotkey Customized Setting and Acer Application Status.
162 * Set Device Default Value and Report Acer Application Status.
163 * When Acer Application starts, it will run this method to inform
164 * BIOS/EC that Acer Application is on.
169 * Bit[3]: Acer Power Button Utility Status
179 u8 app_status; /* Acer Device Status. LM, ePM, RF Button... */
389 .ident = "Acer Aspire One (SSD)",
391 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
396 .ident = "Acer Aspire One (HDD)",
398 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
407 .ident = "Acer",
409 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
428 * This quirk table is only for Acer/Gateway/Packard Bell family
429 * that those machines are supported by acer-wmi driver.
434 .ident = "Acer Aspire 1360",
436 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
443 .ident = "Acer Aspire 1520",
445 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
452 .ident = "Acer Aspire 3100",
454 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
461 .ident = "Acer Aspire 3610",
463 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
470 .ident = "Acer Aspire 5100",
472 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
479 .ident = "Acer Aspire 5610",
481 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
488 .ident = "Acer Aspire 5630",
490 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
497 .ident = "Acer Aspire 5650",
499 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
506 .ident = "Acer Aspire 5680",
508 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
515 .ident = "Acer Aspire 9110",
517 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
524 .ident = "Acer TravelMate 2490",
526 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
533 .ident = "Acer TravelMate 4200",
535 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
542 .ident = "Acer Predator PH315-53",
544 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
551 .ident = "Acer Aspire Switch 10E SW3-016",
553 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
560 .ident = "Acer Aspire Switch 10 SW5-012",
562 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
569 .ident = "Acer Aspire Switch V 10 SW5-017",
571 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Acer"),
578 .ident = "Acer One 10 (S1003)",
580 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Acer"),
589 * This quirk list is for those non-acer machines that have AMW0_GUID1
590 * but supported by acer-wmi in past days. Keeping this quirk list here
592 * here anymore. Those non-acer machines should be supported by
886 * On laptops with this strange GUID (non Acer), normal probing doesn't in AMW0_set_capabilities()
1542 .name = "acer-wmi::mail",
1591 bd = backlight_device_register("acer-wmi", dev, NULL, &acer_bl_ops, in acer_backlight_init()
1594 pr_err("Could not register Acer backlight device\n"); in acer_backlight_init()
1855 "acer-wireless", ACER_CAP_WIRELESS); in acer_rfkill_init()
1864 RFKILL_TYPE_BLUETOOTH, "acer-bluetooth", in acer_rfkill_init()
1874 RFKILL_TYPE_WWAN, "acer-threeg", in acer_rfkill_init()
2129 acer_wmi_accel_dev->name = "Acer BMA150 accelerometer"; in acer_wmi_accel_setup()
2157 acer_wmi_input_dev->name = "Acer WMI hotkeys"; in acer_wmi_input_setup()
2332 .name = "acer-wmi",
2349 interface->debug.root = debugfs_create_dir("acer-wmi", NULL); in create_debugfs()
2359 pr_info("Acer Laptop ACPI-WMI Extras\n"); in acer_wmi_init()
2369 * The AMW0_GUID1 wmi is not only found on Acer family but also other in acer_wmi_init()
2371 * acer-wmi driver handled those non-Acer machines by quirks list. in acer_wmi_init()
2372 * But actually acer-wmi driver was loaded on any machines that have in acer_wmi_init()
2376 * should be in Acer/Gateway/Packard Bell white list, or it's already in acer_wmi_init()
2474 acer_platform_device = platform_device_alloc("acer-wmi", PLATFORM_DEVID_NONE); in acer_wmi_init()
2519 pr_info("Acer Laptop WMI Extras unloaded\n"); in acer_wmi_exit()