summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/r8a66597-udc.h
diff options
context:
space:
mode:
authorYoshihiro Shimoda2009-08-20 09:01:06 +0200
committerPaul Mundt2009-08-21 01:34:08 +0200
commit9e7291c1124655980ab05fc89930de8e218c7d64 (patch)
tree53272e72c8444edc9f9882dfd7863813f0ffe3c3 /drivers/usb/gadget/r8a66597-udc.h
parentsh: update kfr2r09 defconfig (diff)
downloadkernel-qcow2-linux-9e7291c1124655980ab05fc89930de8e218c7d64.tar.gz
kernel-qcow2-linux-9e7291c1124655980ab05fc89930de8e218c7d64.tar.xz
kernel-qcow2-linux-9e7291c1124655980ab05fc89930de8e218c7d64.zip
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.h1
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 {
struct list_head queue;
unsigned busy:1;
+ unsigned wedge:1;
unsigned internal_ccpl:1; /* use only control */
/* this member can able to after r8a66597_enable */