diff options
author | Koen Kooi <koen@openembedded.org> | 2007-10-07 12:48:17 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-07 12:48:17 +0000 |
commit | 959d5584822d0a283495041ff495e6f51592f4c0 (patch) | |
tree | 8fe31bcb6d5c08dc618e2846934be28778cc0131 /packages/linux/linux-2.6.21/tsc2003.c | |
parent | bfc9d10890b8bbabd45c524aca7507abc888e6cb (diff) |
linux 2.6.21: patch tsc2003 to scan at more addresses
Diffstat (limited to 'packages/linux/linux-2.6.21/tsc2003.c')
-rw-r--r-- | packages/linux/linux-2.6.21/tsc2003.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux-2.6.21/tsc2003.c b/packages/linux/linux-2.6.21/tsc2003.c index 7af4a49374..8d7e5b3f78 100644 --- a/packages/linux/linux-2.6.21/tsc2003.c +++ b/packages/linux/linux-2.6.21/tsc2003.c @@ -405,7 +405,7 @@ static int tsc2003_driver_register (struct tsc2003_data *data) } /* Magic definition of all other variables and things */ -static unsigned short normal_i2c[] = {0x48, I2C_CLIENT_END }; +static unsigned short normal_i2c[] = {0x48, 0x49, 0x4a, 0x48b, I2C_CLIENT_END }; I2C_CLIENT_INSMOD; |