Lines 364-369
static const struct dmi_system_id __initconst i8042_dmi_notimeout_table[] = {
Link Here
|
364 |
}, |
364 |
}, |
365 |
}, |
365 |
}, |
366 |
{ |
366 |
{ |
|
|
367 |
/* Fujitsu A544 laptop */ |
368 |
/* https://bugzilla.redhat.com/show_bug.cgi?id=1111138 */ |
369 |
.matches = { |
370 |
DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), |
371 |
DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK A544"), |
372 |
}, |
373 |
}, |
374 |
{ |
375 |
/* Fujitsu AH544 laptop */ |
376 |
/* https://bugzilla.kernel.org/show_bug.cgi?id=69731 */ |
377 |
.matches = { |
378 |
DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), |
379 |
DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK AH544"), |
380 |
}, |
381 |
}, |
382 |
{ |
367 |
/* Fujitsu U574 laptop */ |
383 |
/* Fujitsu U574 laptop */ |
368 |
/* https://bugzilla.kernel.org/show_bug.cgi?id=69731 */ |
384 |
/* https://bugzilla.kernel.org/show_bug.cgi?id=69731 */ |
369 |
.matches = { |
385 |
.matches = { |
370 |
- |
|
|