diff options
author | Mike Lockwood <lockwood@google.com> | 2012-03-29 21:47:09 -0700 |
---|---|---|
committer | Mike Lockwood <lockwood@google.com> | 2012-04-02 09:28:59 -0700 |
commit | 610939f0e7ce51f657598245eba21eb14e189ec0 (patch) | |
tree | c40653c82e59b4f34fa788d24ab31f2900f1d37e /arch/arm | |
parent | 3a5c070e1fc3ad8bca30be0612b3e3b022c2bd1c (diff) | |
download | kernel_samsung_crespo-610939f0e7ce51f657598245eba21eb14e189ec0.zip kernel_samsung_crespo-610939f0e7ce51f657598245eba21eb14e189ec0.tar.gz kernel_samsung_crespo-610939f0e7ce51f657598245eba21eb14e189ec0.tar.bz2 |
USB: gadget: s3c: iscochronous endpoint support
Fix problems working with isochronous endpoints
Configure the single remaining unallocated endpoint as isochronous IN
Signed-off-by: Mike Lockwood <lockwood@google.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/plat-samsung/include/plat/regs-otg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/include/plat/regs-otg.h b/arch/arm/plat-samsung/include/plat/regs-otg.h index 214d730..dccdb26 100644 --- a/arch/arm/plat-samsung/include/plat/regs-otg.h +++ b/arch/arm/plat-samsung/include/plat/regs-otg.h @@ -208,7 +208,9 @@ #define DEPCTL_EPENA (0x1<<31) #define DEPCTL_EPDIS (0x1<<30) #define DEPCTL_SETD1PID (0x1<<29) +#define DEPCTL_SET_ODD_FRM (0x1<<29) #define DEPCTL_SETD0PID (0x1<<28) +#define DEPCTL_SET_EVEN_FRM (0x1<<28) #define DEPCTL_SNAK (0x1<<27) #define DEPCTL_CNAK (0x1<<26) #define DEPCTL_STALL (0x1<<21) |