From af62d70a7d37a046b1e3cc0d058b5d2c9917d260 Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Thu, 17 Aug 2006 15:45:53 +0000 Subject: [PATCH] Reverted previous changes - everything was ok --- laptop.h | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/laptop.h b/laptop.h index a63506f..332298d 100644 --- a/laptop.h +++ b/laptop.h @@ -596,24 +596,23 @@ static struct dmi_system_id omnibook_ids[] __initdata = { }, .driver_data = (void*) TSM30X }, - { .callback = dmi_matched, - .ident = "Toshiba Satellite M40X", + .ident = "Toshiba Satellite M40", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), - DMI_MATCH(DMI_PRODUCT_NAME, "Satellite M40X"), + DMI_MATCH(DMI_PRODUCT_NAME, "Satellite M40"), }, - .driver_data = (void*) TSM30X + .driver_data = (void*) TSM40 }, { .callback = dmi_matched, - .ident = "Toshiba Satellite M40", + .ident = "Toshiba Satellite M40X", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), - DMI_MATCH(DMI_PRODUCT_NAME, "Satellite M40"), + DMI_MATCH(DMI_PRODUCT_NAME, "Satellite M40X"), }, - .driver_data = (void*) TSM40 + .driver_data = (void*) TSM30X }, { .callback = dmi_matched, -- 2.43.5