diff options
author | ryd <ryd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-10-28 21:20:48 +0000 |
---|---|---|
committer | ryd <ryd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-10-28 21:20:48 +0000 |
commit | 6a244cf2e8b86fd790bd6443721da90dcaabd33b (patch) | |
tree | 0acbcbe63c97fb363177aaecfc63b0965b336ddf /target/linux/olpc/patches/200-fix_dcon_id.patch | |
parent | 387e25a4cb95bfe81a3ea894006186e55f34056a (diff) |
Initial OLPC target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9457 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/olpc/patches/200-fix_dcon_id.patch')
-rw-r--r-- | target/linux/olpc/patches/200-fix_dcon_id.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/olpc/patches/200-fix_dcon_id.patch b/target/linux/olpc/patches/200-fix_dcon_id.patch new file mode 100644 index 0000000000..5a130f496d --- /dev/null +++ b/target/linux/olpc/patches/200-fix_dcon_id.patch @@ -0,0 +1,11 @@ +diff -purN -purN a/include/linux/i2c-id.h b/include/linux/i2c-id.h +--- a/include/linux/i2c-id.h 2007-08-21 06:33:06.000000000 +0200 ++++ b/include/linux/i2c-id.h 2007-09-10 09:20:58.000000000 +0200 +@@ -119,6 +119,7 @@ + #define I2C_DRIVERID_WM8750 90 /* Wolfson WM8750 audio codec */ + #define I2C_DRIVERID_WM8753 91 /* Wolfson WM8753 audio codec */ + #define I2C_DRIVERID_LM4857 92 /* LM4857 Audio Amplifier */ ++#define I2C_DRIVERID_DCON 93 + + #define I2C_DRIVERID_I2CDEV 900 + #define I2C_DRIVERID_ARP 902 /* SMBus ARP Client */ |