|
@@ -548,6 +548,13 @@ static const struct dmi_system_id __devinitconst ehci_dmi_nohandoff_table[] = {
|
|
|
DMI_MATCH(DMI_BIOS_VERSION, "Lucid-"),
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ /* Pegatron Lucid (Ordissimo) */
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_BOARD_NAME, "Ordissimo"),
|
|
|
+ DMI_MATCH(DMI_BIOS_VERSION, "Lucid-"),
|
|
|
+ },
|
|
|
+ },
|
|
|
{ }
|
|
|
};
|
|
|
|