summaryrefslogtreecommitdiffstats
path: root/patches/linux-3.6.7/0128-Turn-on-microframe_schedule-by-default.-Can-still-be.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/linux-3.6.7/0128-Turn-on-microframe_schedule-by-default.-Can-still-be.patch')
-rw-r--r--patches/linux-3.6.7/0128-Turn-on-microframe_schedule-by-default.-Can-still-be.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/patches/linux-3.6.7/0128-Turn-on-microframe_schedule-by-default.-Can-still-be.patch b/patches/linux-3.6.7/0128-Turn-on-microframe_schedule-by-default.-Can-still-be.patch
new file mode 100644
index 0000000..8e8cfd4
--- /dev/null
+++ b/patches/linux-3.6.7/0128-Turn-on-microframe_schedule-by-default.-Can-still-be.patch
@@ -0,0 +1,22 @@
+From: popcornmix <popcornmix@gmail.com>
+Date: Fri, 24 Aug 2012 23:25:13 +0100
+Subject: [PATCH] Turn on microframe_schedule by default. Can still be
+ disabled on command line
+
+---
+ drivers/usb/host/dwc_otg/dwc_otg_driver.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/drivers/usb/host/dwc_otg/dwc_otg_driver.c b/drivers/usb/host/dwc_otg/dwc_otg_driver.c
+index 8ddc9ae..e7f99e1 100644
+--- a/drivers/usb/host/dwc_otg/dwc_otg_driver.c
++++ b/drivers/usb/host/dwc_otg/dwc_otg_driver.c
+@@ -60,7 +60,7 @@
+ #define DWC_DRIVER_VERSION "3.00a 10-AUG-2012"
+ #define DWC_DRIVER_DESC "HS OTG USB Controller driver"
+
+-bool microframe_schedule;
++bool microframe_schedule=true;
+
+ static const char dwc_driver_name[] = "dwc_otg";
+