]> err.no Git - linux-2.6/blobdiff - drivers/ata/pata_ali.c
libata-link: linkify reset
[linux-2.6] / drivers / ata / pata_ali.c
index 94e5edc12ac9769fd15c3eae3509140ea3b2d80d..32a10c99c06f22f2623b284fa8a7f9d16b435685 100644 (file)
@@ -40,7 +40,7 @@
  *     Cable special cases
  */
 
-static struct dmi_system_id cable_dmi_table[] = {
+static const struct dmi_system_id cable_dmi_table[] = {
        {
                .ident = "HP Pavilion N5430",
                .matches = {
@@ -48,6 +48,13 @@ static struct dmi_system_id cable_dmi_table[] = {
                        DMI_MATCH(DMI_BOARD_VERSION, "OmniBook N32N-736"),
                },
        },
+       {
+               .ident = "Toshiba Satelite S1800-814",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "S1800-814"),
+               },
+       },
        { }
 };