Skip to content

Commit

Permalink
ARM: n30: fix: suspended wrong USB port on Acer n35
Browse files Browse the repository at this point in the history
There is bug in USB setup code for Acer n35 (it is related directly to s3c2410,
see doc). We want suspend host port (is not connected) but device port should be
active.

Signed-off-by: Jiri Pinkava <jiri.pinkava@vscht.cz>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Pinkava J authored and Ben Dooks committed May 7, 2010
1 parent ff3c25f commit be7c4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2410/mach-n30.c
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ static void __init n30_init(void)
s3c2410_modify_misccr(S3C2410_MISCCR_USBHOST |
S3C2410_MISCCR_USBSUSPND0 |
S3C2410_MISCCR_USBSUSPND1,
S3C2410_MISCCR_USBSUSPND1);
S3C2410_MISCCR_USBSUSPND0);

platform_add_devices(n35_devices, ARRAY_SIZE(n35_devices));
}
Expand Down

0 comments on commit be7c4cf

Please sign in to comment.