From: Koen Kooi Date: Sun, 7 Oct 2007 12:48:17 +0000 (+0000) Subject: linux 2.6.21: patch tsc2003 to scan at more addresses X-Git-Tag: Release-2010-05/1~8549^2~1^2~129 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=959d5584822d0a283495041ff495e6f51592f4c0;p=openembedded.git linux 2.6.21: patch tsc2003 to scan at more addresses --- 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 \