]> Devoid-pointer.net GitWeb - omnibook.git/commitdiff
Added Satellite A100 to laptop.h
authorHolger Nelson <hnelson@hnelson.de>
Fri, 19 Oct 2007 00:33:07 +0000 (00:33 +0000)
committerHolger Nelson <hnelson@hnelson.de>
Fri, 19 Oct 2007 00:33:07 +0000 (00:33 +0000)
laptop.h

index e261f52a255761e430cb0bebeb06c01d12d2578a..57706fe87acf693d30513a802c6505fef4284609 100644 (file)
--- a/laptop.h
+++ b/laptop.h
@@ -622,6 +622,15 @@ static struct  dmi_system_id omnibook_ids[] __initdata = {
                 },
                 .driver_data = (void*) TSA105
         },
+       {
+               .callback = dmi_matched,
+               .ident = "Toshiba Satellite A100",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "Satellite A100"),
+               },
+               .driver_data = (void*) TSA105
+       },
        {
                .callback = dmi_matched,
                .ident = "Toshiba Satellite P100",