summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/file_storage.c
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@freescale.com>2013-11-18 09:24:08 +0800
committerAnthony Felice <tony.felice@timesys.com>2014-01-16 15:52:27 -0500
commitce924a53db49cb570f7b481981d488ba8e270828 (patch)
treeb3a0d0017e9aae4606fd6fe304a54a09b0066aaa /drivers/usb/gadget/file_storage.c
parent65321fcd82b5c0dcb7c86f3d1e9b6b249c7b23ba (diff)
usb: certification: several fixes
- change PHY TX/RX parameters accoording to Richard's email - Disable OTG descripor - Add Freescale VID/PID Signed-off-by: Peter Chen <peter.chen@freescale.com>
Diffstat (limited to 'drivers/usb/gadget/file_storage.c')
-rw-r--r--drivers/usb/gadget/file_storage.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/usb/gadget/file_storage.c b/drivers/usb/gadget/file_storage.c
index 390d43b0e2a1..b226412b926d 100644
--- a/drivers/usb/gadget/file_storage.c
+++ b/drivers/usb/gadget/file_storage.c
@@ -280,7 +280,7 @@ static const char fsg_string_product[] = DRIVER_DESC;
static const char fsg_string_config[] = "Self-powered";
static const char fsg_string_interface[] = "Mass Storage";
-
+#define FSG_NO_OTG 1 1
#include "storage_common.c"
@@ -3491,8 +3491,8 @@ static int __ref fsg_bind(struct usb_gadget *gadget)
fsg_fs_intr_in_desc.bEndpointAddress;
}
- if (gadget_is_otg(gadget))
- fsg_otg_desc.bmAttributes |= USB_OTG_HNP;
+// if (gadget_is_otg(gadget))
+// fsg_otg_desc.bmAttributes |= USB_OTG_HNP;
rc = -ENOMEM;