Lines Matching full:acer
3 * Acer WMI Laptop Extras
36 MODULE_DESCRIPTION("Acer Laptop WMI Extras Driver");
76 * Acer ACPI method GUIDs
86 * Acer ACPI event GUIDs
174 /* Hotkey Customized Setting and Acer Application Status.
175 * Set Device Default Value and Report Acer Application Status.
176 * When Acer Application starts, it will run this method to inform
177 * BIOS/EC that Acer Application is on.
182 * Bit[3]: Acer Power Button Utility Status
192 u8 app_status; /* Acer Device Status. LM, ePM, RF Button... */
421 .ident = "Acer Aspire One (SSD)",
423 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
428 .ident = "Acer Aspire One (HDD)",
430 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
439 .ident = "Acer",
441 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
460 * This quirk table is only for Acer/Gateway/Packard Bell family
461 * that those machines are supported by acer-wmi driver.
466 .ident = "Acer Aspire 1360",
468 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
475 .ident = "Acer Aspire 1520",
477 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
484 .ident = "Acer Aspire 3100",
486 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
493 .ident = "Acer Aspire 3610",
495 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
502 .ident = "Acer Aspire 5100",
504 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
511 .ident = "Acer Aspire 5610",
513 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
520 .ident = "Acer Aspire 5630",
522 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
529 .ident = "Acer Aspire 5650",
531 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
538 .ident = "Acer Aspire 5680",
540 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
547 .ident = "Acer Aspire 9110",
549 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
556 .ident = "Acer TravelMate 2490",
558 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
565 .ident = "Acer TravelMate 4200",
567 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
574 .ident = "Acer Predator PH315-53",
576 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
583 .ident = "Acer Predator PHN16-71",
585 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
592 .ident = "Acer Predator PH16-71",
594 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
601 .ident = "Acer Predator PH18-71",
603 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
610 .ident = "Acer Aspire Switch 10E SW3-016",
612 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
619 .ident = "Acer Aspire Switch 10 SW5-012",
621 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
628 .ident = "Acer Aspire Switch V 10 SW5-017",
630 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Acer"),
637 .ident = "Acer One 10 (S1003)",
639 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Acer"),
648 * This quirk list is for those non-acer machines that have AMW0_GUID1
649 * but supported by acer-wmi in past days. Keeping this quirk list here
651 * here anymore. Those non-acer machines should be supported by
972 * On laptops with this strange GUID (non Acer), normal probing doesn't in AMW0_set_capabilities()
1628 .name = "acer-wmi::mail",
1677 bd = backlight_device_register("acer-wmi", dev, NULL, &acer_bl_ops, in acer_backlight_init()
1680 pr_err("Could not register Acer backlight device\n"); in acer_backlight_init()
2154 "acer-wireless", ACER_CAP_WIRELESS); in acer_rfkill_init()
2163 RFKILL_TYPE_BLUETOOTH, "acer-bluetooth", in acer_rfkill_init()
2173 RFKILL_TYPE_WWAN, "acer-threeg", in acer_rfkill_init()
2415 acer_wmi_accel_dev->name = "Acer BMA150 accelerometer"; in acer_wmi_accel_setup()
2443 acer_wmi_input_dev->name = "Acer WMI hotkeys"; in acer_wmi_input_setup()
2640 .name = "acer-wmi",
2657 interface->debug.root = debugfs_create_dir("acer-wmi", NULL); in create_debugfs()
2717 hwmon = devm_hwmon_device_register_with_info(dev, "acer", in acer_wmi_hwmon_init()
2723 dev_err(dev, "Could not register acer hwmon device\n"); in acer_wmi_hwmon_init()
2734 pr_info("Acer Laptop ACPI-WMI Extras\n"); in acer_wmi_init()
2744 * The AMW0_GUID1 wmi is not only found on Acer family but also other in acer_wmi_init()
2746 * acer-wmi driver handled those non-Acer machines by quirks list. in acer_wmi_init()
2747 * But actually acer-wmi driver was loaded on any machines that have in acer_wmi_init()
2751 * should be in Acer/Gateway/Packard Bell white list, or it's already in acer_wmi_init()
2849 acer_platform_device = platform_device_alloc("acer-wmi", PLATFORM_DEVID_NONE); in acer_wmi_init()
2894 pr_info("Acer Laptop WMI Extras unloaded\n"); in acer_wmi_exit()