Changeset 1341 for lm-sensors/trunk/kernel/busses/i2c-viapro.c
- Timestamp:
- 03/24/02 02:57:46 (11 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/busses/i2c-viapro.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/busses/i2c-viapro.c
r1287 r1341 26 26 82C596B (0x3051) 27 27 82C686A/B 28 8233 28 8233, 8233A 29 29 Note: we assume there can only be one device, with one SMBus interface. 30 30 */ … … 71 71 {PCI_DEVICE_ID_VIA_82C686_4, SMBBA1, 0xD2, "VT82C686A/B"}, 72 72 {PCI_DEVICE_ID_VIA_8233_0, SMBBA3, 0xD2, "VT8233"}, 73 {0x3147, SMBBA3, 0xD2, "VT8233A"}, 73 74 {0, 0, 0, NULL} 74 75 };
