diff options
Diffstat (limited to 'drivers/misc/acer-wmi.c')
| -rw-r--r-- | drivers/misc/acer-wmi.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/misc/acer-wmi.c b/drivers/misc/acer-wmi.c index 9af733b3f2aa..05fd9cc42e66 100644 --- a/drivers/misc/acer-wmi.c +++ b/drivers/misc/acer-wmi.c | |||
| @@ -219,6 +219,15 @@ static struct dmi_system_id acer_quirks[] = { | |||
| 219 | }, | 219 | }, |
| 220 | { | 220 | { |
| 221 | .callback = dmi_matched, | 221 | .callback = dmi_matched, |
| 222 | .ident = "Acer Aspire 3610", | ||
| 223 | .matches = { | ||
| 224 | DMI_MATCH(DMI_SYS_VENDOR, "Acer"), | ||
| 225 | DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 3610"), | ||
| 226 | }, | ||
| 227 | .driver_data = &quirk_acer_travelmate_2490, | ||
| 228 | }, | ||
| 229 | { | ||
| 230 | .callback = dmi_matched, | ||
| 222 | .ident = "Acer Aspire 5100", | 231 | .ident = "Acer Aspire 5100", |
| 223 | .matches = { | 232 | .matches = { |
| 224 | DMI_MATCH(DMI_SYS_VENDOR, "Acer"), | 233 | DMI_MATCH(DMI_SYS_VENDOR, "Acer"), |
| @@ -228,6 +237,15 @@ static struct dmi_system_id acer_quirks[] = { | |||
| 228 | }, | 237 | }, |
| 229 | { | 238 | { |
| 230 | .callback = dmi_matched, | 239 | .callback = dmi_matched, |
| 240 | .ident = "Acer Aspire 5610", | ||
| 241 | .matches = { | ||
| 242 | DMI_MATCH(DMI_SYS_VENDOR, "Acer"), | ||
| 243 | DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5610"), | ||
| 244 | }, | ||
| 245 | .driver_data = &quirk_acer_travelmate_2490, | ||
| 246 | }, | ||
| 247 | { | ||
| 248 | .callback = dmi_matched, | ||
| 231 | .ident = "Acer Aspire 5630", | 249 | .ident = "Acer Aspire 5630", |
| 232 | .matches = { | 250 | .matches = { |
| 233 | DMI_MATCH(DMI_SYS_VENDOR, "Acer"), | 251 | DMI_MATCH(DMI_SYS_VENDOR, "Acer"), |
