summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/storage_common.h
diff options
context:
space:
mode:
authorPratyush Anand <pratyush.anand@st.com>2013-11-04 22:13:54 +0530
committerFelipe Balbi <balbi@ti.com>2013-11-25 10:56:33 -0600
commit655403c21236af7b121c8c44618e60ff747acc87 (patch)
tree2f812e0f563141f1741f112af2cda5e516418dac /drivers/usb/gadget/storage_common.h
parentbc912b0d237c1d376214616ae0c9d12b7d542ab4 (diff)
downloadop-kernel-dev-655403c21236af7b121c8c44618e60ff747acc87.zip
op-kernel-dev-655403c21236af7b121c8c44618e60ff747acc87.tar.gz
usb: gadget: mass storage: fix return of delayed status
Mass storage gadget returns DELAYED_STATUS in stead of USB_GADGET_DELAYED_STATUS while handling bulk reset request. Since peripheral driver uses USB_GADGET_DELAYED_STATUS for delayed status handling, therefore replace DELAYED_STATUS by USB_GADGET_DELAYED_STATUS in mass storage driver. Since, DELAYED_STATUS and hence EP0_BUFSIZE will no longer be used now, so remove them. Signed-off-by: Pratyush Anand <pratyush.anand@st.com> Cc: Paul Zimmerman <Paul.Zimmerman@synopsys.com> Cc: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/gadget/storage_common.h')
-rw-r--r--drivers/usb/gadget/storage_common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/gadget/storage_common.h b/drivers/usb/gadget/storage_common.h
index c74c2fd..70c8914 100644
--- a/drivers/usb/gadget/storage_common.h
+++ b/drivers/usb/gadget/storage_common.h
@@ -119,10 +119,6 @@ static inline bool fsg_lun_is_open(struct fsg_lun *curlun)
return curlun->filp != NULL;
}
-/* Big enough to hold our biggest descriptor */
-#define EP0_BUFSIZE 256
-#define DELAYED_STATUS (EP0_BUFSIZE + 999) /* An impossibly large value */
-
/* Default size of buffer length. */
#define FSG_BUFLEN ((u32)16384)
OpenPOWER on IntegriCloud