[oe-commits] org.oe.dev linux 2.6.21: patch tsc2003 to scan at more addresses

koen commit openembedded-commits at lists.openembedded.org
Sun Oct 7 12:55:57 UTC 2007


linux 2.6.21: patch tsc2003 to scan at more addresses

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 147ea1808ce9dcca465549615b959e4aedc81359
ViewMTN: http://monotone.openembedded.org/revision/info/147ea1808ce9dcca465549615b959e4aedc81359
Files:
1
packages/linux/linux-2.6.21/tsc2003.c
packages/linux/linux_2.6.21.bb
Diffs:

#
# mt diff -rb7815a61b06a3ef7f490ba6c91c64fafeef81457 -r147ea1808ce9dcca465549615b959e4aedc81359
#
# 
# 
# patch "packages/linux/linux-2.6.21/tsc2003.c"
#  from [57d913fd074564dc4cd65abd6e8b9c65a69da088]
#    to [d64808703054035d6e4c43b0d94bc7ba61ffb107]
# 
# patch "packages/linux/linux_2.6.21.bb"
#  from [8c054b503814ce8a5dd3dd887d6f209f792d63c4]
#    to [7c17cb4df270798a771c151cfe56f55916a73fae]
# 
============================================================
--- packages/linux/linux-2.6.21/tsc2003.c	57d913fd074564dc4cd65abd6e8b9c65a69da088
+++ packages/linux/linux-2.6.21/tsc2003.c	d64808703054035d6e4c43b0d94bc7ba61ffb107
@@ -405,7 +405,7 @@ static int tsc2003_driver_register (stru
 }
 
 /* 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;
 
============================================================
--- packages/linux/linux_2.6.21.bb	8c054b503814ce8a5dd3dd887d6f209f792d63c4
+++ packages/linux/linux_2.6.21.bb	7c17cb4df270798a771c151cfe56f55916a73fae
@@ -1,10 +1,10 @@ DEFAULT_PREFERENCE_gumstix-verdex = "1"
 require linux.inc
 
 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 \






More information about the Openembedded-commits mailing list