Author: zbao Date: 2009-12-01 04:22:16 +0100 (Tue, 01 Dec 2009) New Revision: 4969
Modified: trunk/src/superio/smsc/smscsuperio/superio.c Log: Trivial. SCH4304 and SCH4307 have the same device id.
Signed-off-by: Zheng Bao zheng.bao@amd.com Acked-by: Peter Stuge peter@stuge.se Acked-by: Uwe Hermann uwe@hermann-uwe.de
Modified: trunk/src/superio/smsc/smscsuperio/superio.c =================================================================== --- trunk/src/superio/smsc/smscsuperio/superio.c 2009-11-30 23:53:06 UTC (rev 4968) +++ trunk/src/superio/smsc/smscsuperio/superio.c 2009-12-01 03:22:16 UTC (rev 4969) @@ -61,7 +61,7 @@ #define SCH3112 0x7c #define SCH5307 0x81 /* Rebranded LPC47B397(?) */ #define SCH5027D 0x89 -#define SCH4304 0x90 /* SCH4304 */ +#define SCH4304 0x90 /* SCH4304, SCH4307 */
/* Register defines */ #define DEVICE_ID_REG 0x20 /* Device ID register */