Lines Matching full:dell
3 * Dell WMI hotkeys
28 #include "dell-smbios.h"
29 #include "dell-wmi-descriptor.h"
33 MODULE_DESCRIPTION("Dell laptop WMI hotkeys driver");
54 .ident = "Dell Inspiron M5110",
56 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
62 .ident = "Dell Vostro V131",
64 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
116 /* Untested, Dell Instant Launch key on Inspiron 7520 */
119 /* Dell Instant Launch key */
128 /* Untested, Multimedia key on Dell Vostro 3560 */
131 /* Dell Instant Launch key */
140 /* Untested, Dell Audio With Preset Switch button on Inspiron 7520 */
157 * Originally Matthew Garrett created this dell-wmi driver specially for
159 * Later Mario Limonciello from Dell told us that event code 0xe045 is
173 /* Dell Support Center key */
475 /* The Dell hotkey table is type 0xB2. Scan until we find it. */ in handle_dmi_entry()
486 * Historically, dell-wmi would ignore a DMI entry of in handle_dmi_entry()
547 priv->input_dev->name = "Dell WMI hotkeys"; in dell_wmi_input_setup()
553 * Historically, dell-wmi ignored dmi_walk errors. A failure in dell_wmi_input_setup()
660 * According to Dell SMBIOS documentation:
729 .name = "dell-wmi",