linux 2.6.21: patch tsc2003 to scan at more addresses
authorKoen Kooi <koen@openembedded.org>
Sun, 7 Oct 2007 12:48:17 +0000 (12:48 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 7 Oct 2007 12:48:17 +0000 (12:48 +0000)
packages/linux/linux-2.6.21/tsc2003.c
packages/linux/linux_2.6.21.bb

index 7af4a49..8d7e5b3 100644 (file)
@@ -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;
 
index 4d41b33..59a4f3d 100644 (file)
@@ -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 \