Lines Matching full:dell
3 * Dell WMI hotkeys
28 #include "dell-smbios.h"
29 #include "dell-wmi-descriptor.h"
30 #include "dell-wmi-privacy.h"
34 MODULE_DESCRIPTION("Dell laptop WMI hotkeys driver");
56 .ident = "Dell Inspiron M5110",
58 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
64 .ident = "Dell Vostro V131",
66 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
124 /* Untested, Dell Instant Launch key on Inspiron 7520 */
127 /* Dell Instant Launch key */
136 /* Untested, Multimedia key on Dell Vostro 3560 */
139 /* Dell Instant Launch key */
148 /* Untested, Dell Audio With Preset Switch button on Inspiron 7520 */
165 * Originally Matthew Garrett created this dell-wmi driver specially for
167 * Later Mario Limonciello from Dell told us that event code 0xe045 is
181 /* Dell Support Center key */
435 "Dell tablet mode switch", in dell_wmi_process_key()
557 /* The Dell hotkey table is type 0xB2. Scan until we find it. */ in handle_dmi_entry()
568 * Historically, dell-wmi would ignore a DMI entry of in handle_dmi_entry()
629 priv->input_dev->name = "Dell WMI hotkeys"; in dell_wmi_input_setup()
635 * Historically, dell-wmi ignored dmi_walk errors. A failure in dell_wmi_input_setup()
744 * According to Dell SMBIOS documentation:
812 .name = "dell-wmi",