diff options
Diffstat (limited to 'include/linux/i2c-id.h')
-rw-r--r-- | include/linux/i2c-id.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/i2c-id.h b/include/linux/i2c-id.h index 88c81403eb3f..c7a51a196f51 100644 --- a/include/linux/i2c-id.h +++ b/include/linux/i2c-id.h | |||
@@ -23,6 +23,10 @@ | |||
23 | #ifndef LINUX_I2C_ID_H | 23 | #ifndef LINUX_I2C_ID_H |
24 | #define LINUX_I2C_ID_H | 24 | #define LINUX_I2C_ID_H |
25 | 25 | ||
26 | /* Please note that I2C driver IDs are optional. They are only needed if a | ||
27 | legacy chip driver needs to identify a bus or a bus driver needs to | ||
28 | identify a legacy client. If you don't need them, just don't set them. */ | ||
29 | |||
26 | /* | 30 | /* |
27 | * ---- Driver types ----------------------------------------------------- | 31 | * ---- Driver types ----------------------------------------------------- |
28 | */ | 32 | */ |
@@ -121,6 +125,8 @@ | |||
121 | #define I2C_DRIVERID_LM4857 92 /* LM4857 Audio Amplifier */ | 125 | #define I2C_DRIVERID_LM4857 92 /* LM4857 Audio Amplifier */ |
122 | #define I2C_DRIVERID_VP27SMPX 93 /* Panasonic VP27s tuner internal MPX */ | 126 | #define I2C_DRIVERID_VP27SMPX 93 /* Panasonic VP27s tuner internal MPX */ |
123 | #define I2C_DRIVERID_CS4270 94 /* Cirrus Logic 4270 audio codec */ | 127 | #define I2C_DRIVERID_CS4270 94 /* Cirrus Logic 4270 audio codec */ |
128 | #define I2C_DRIVERID_M52790 95 /* Mitsubishi M52790SP/FP AV switch */ | ||
129 | #define I2C_DRIVERID_CS5345 96 /* cs5345 audio processor */ | ||
124 | 130 | ||
125 | #define I2C_DRIVERID_I2CDEV 900 | 131 | #define I2C_DRIVERID_I2CDEV 900 |
126 | #define I2C_DRIVERID_ARP 902 /* SMBus ARP Client */ | 132 | #define I2C_DRIVERID_ARP 902 /* SMBus ARP Client */ |