Show
Ignore:
Timestamp:
03/24/02 02:57:46 (11 years ago)
Author:
mds
Message:

add support for Via 8233A (0x3147)

tested by neber@… (Eckhard Neber)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/kernel/busses/i2c-viapro.c

    r1287 r1341  
    2626        82C596B (0x3051) 
    2727        82C686A/B 
    28         8233 
     28        8233, 8233A 
    2929   Note: we assume there can only be one device, with one SMBus interface. 
    3030*/ 
     
    7171        {PCI_DEVICE_ID_VIA_82C686_4, SMBBA1, 0xD2, "VT82C686A/B"}, 
    7272        {PCI_DEVICE_ID_VIA_8233_0, SMBBA3, 0xD2, "VT8233"}, 
     73        {0x3147, SMBBA3, 0xD2, "VT8233A"}, 
    7374        {0, 0, 0, NULL} 
    7475};