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 | |
parent | bfc9d10890b8bbabd45c524aca7507abc888e6cb (diff) |
linux 2.6.21: patch tsc2003 to scan at more addresses
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/linux-2.6.21/tsc2003.c | 2 | ||||
-rw-r--r-- | packages/linux/linux_2.6.21.bb | 2 |
2 files changed, 2 insertions, 2 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; diff --git a/packages/linux/linux_2.6.21.bb b/packages/linux/linux_2.6.21.bb index 4d41b33e06..59a4f3d68b 100644 --- a/packages/linux/linux_2.6.21.bb +++ b/packages/linux/linux_2.6.21.bb @@ -4,7 +4,7 @@ DEFAULT_PREFERENCE_at91sam9263ek = "-1" DEFAULT_PREFERENCE_gumstix-connex = "1" DEFAULT_PREFERENCE_gumstix-verdex = "1" -PR = "r10" +PR = "r11" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ file://tsc2003.c \ |