|
@@ -1508,6 +1508,15 @@ static struct dmi_system_id atkbd_dmi_quirk_table[] __initdata = {
|
|
|
.callback = atkbd_setup_fixup,
|
|
|
.driver_data = atkbd_dell_laptop_keymap_fixup,
|
|
|
},
|
|
|
+ {
|
|
|
+ .ident = "Dell Laptop",
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Computer Corporation"),
|
|
|
+ DMI_MATCH(DMI_CHASSIS_TYPE, "8"), /* Portable */
|
|
|
+ },
|
|
|
+ .callback = atkbd_setup_fixup,
|
|
|
+ .driver_data = atkbd_dell_laptop_keymap_fixup,
|
|
|
+ },
|
|
|
{
|
|
|
.ident = "HP 2133",
|
|
|
.matches = {
|