| rtp-udc1.patch | | Arnaud Patard's fix to udc registers | | Files affected: | include/asm-arm/arch-s3c2410/regs-udc.h | 7 4 + 3 - 0 ! | 1 files changed, 4 insertions(+), 3 deletions(-) | | Ben Dooks, Sun, 24 Oct 2004 12:13:30 +0100 --- linux-2.6.9-rc3/include/asm-arm/arch-s3c2410/regs-udc.h 2004-10-04 22:57:08.000000000 +0100 +++ linux-2.6.9-rc3-work2/include/asm-arm/arch-s3c2410/regs-udc.h 2004-10-24 11:50:26.000000000 +0100 @@ -8,8 +8,9 @@ * the License, or (at your option) any later version. * * Changelog: - * 01-08-2004 initial creation - * 12-09-2004 cleanup for submission + * 01-08-2004 Initial creation + * 12-09-2004 Cleanup for submission + * 24-10-2004 Fixed S3C2410_UDC_MAXP_REG definition */ #ifndef __ASM_ARCH_REGS_UDC_H @@ -68,7 +69,7 @@ /* indexed registers */ -#define S3C2410_UDC_MAXP_REG S3C2410_USBDREG(0x018c) +#define S3C2410_UDC_MAXP_REG S3C2410_USBDREG(0x0180) #define S3C2410_UDC_EP0_CSR_REG S3C2410_USBDREG(0x0184)