diff options
author | Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> | 2009-08-20 03:01:06 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-20 19:34:08 -0400 |
commit | 9e7291c1124655980ab05fc89930de8e218c7d64 (patch) | |
tree | 53272e72c8444edc9f9882dfd7863813f0ffe3c3 /drivers/usb/gadget/r8a66597-udc.h | |
parent | a81bec7653a098349af247926bb19c2889dde803 (diff) |
usb: r8a66597-udc: implement the set_wedge method
fix the problem that MSC Tests of USBCV detects some warnings.
Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/usb/gadget/r8a66597-udc.h')
-rw-r--r-- | drivers/usb/gadget/r8a66597-udc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/r8a66597-udc.h b/drivers/usb/gadget/r8a66597-udc.h index e653575d4ceb..03087e7b9190 100644 --- a/drivers/usb/gadget/r8a66597-udc.h +++ b/drivers/usb/gadget/r8a66597-udc.h | |||
@@ -73,6 +73,7 @@ struct r8a66597_ep { | |||
73 | 73 | ||
74 | struct list_head queue; | 74 | struct list_head queue; |
75 | unsigned busy:1; | 75 | unsigned busy:1; |
76 | unsigned wedge:1; | ||
76 | unsigned internal_ccpl:1; /* use only control */ | 77 | unsigned internal_ccpl:1; /* use only control */ |
77 | 78 | ||
78 | /* this member can able to after r8a66597_enable */ | 79 | /* this member can able to after r8a66597_enable */ |