[pkg-fso-commits] [SCM] linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko branch, andy-tracking, updated. upstream/20090303.gitb9de904e-140-g23b564c

Nelson Castillo arhuaco at freaks-unidos.net
Mon Jun 8 17:29:58 UTC 2009


The following commit has been merged in the andy-tracking branch:
commit 918bf45f92b69c642960b78a7c70a04d5bccb6c3
Author: Paul Fertser <fercerpav at gmail.com>
Date:   Wed Apr 8 00:51:35 2009 +0400

    Correct platform s3c-ohci device name, makes bluetooth work
    
    Not sure what is the correct naming scheme and if MODULE_ALIAS in
    drivers/usb/host/ohci-s3c2410.c is needed at all (if yes, probably it
    should be modified too).
    
    Signed-off-by: Paul Fertser <fercerpav at gmail.com>

diff --git a/arch/arm/plat-s3c/dev-usb.c b/arch/arm/plat-s3c/dev-usb.c
index 2ee85ab..721ff18 100644
--- a/arch/arm/plat-s3c/dev-usb.c
+++ b/arch/arm/plat-s3c/dev-usb.c
@@ -37,7 +37,7 @@ static struct resource s3c_usb_resource[] = {
 static u64 s3c_device_usb_dmamask = 0xffffffffUL;
 
 struct platform_device s3c_device_usb = {
-	.name		  = "s3c2410-ohci",
+	.name		  = "s3c-ohci",
 	.id		  = -1,
 	.num_resources	  = ARRAY_SIZE(s3c_usb_resource),
 	.resource	  = s3c_usb_resource,

-- 
linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko



More information about the pkg-fso-commits mailing list