mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
gemini: remove usage of ehci_port_power() it was removed in kernel 3.8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36138 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- /dev/null
|
||||
+++ b/drivers/usb/host/ehci-fotg2xx.c
|
||||
@@ -0,0 +1,465 @@
|
||||
@@ -0,0 +1,459 @@
|
||||
+/*
|
||||
+ * EHCI Host Controller driver
|
||||
+ *
|
||||
@@ -176,13 +176,7 @@
|
||||
+ if (result)
|
||||
+ return result;
|
||||
+
|
||||
+ result = ehci_init(hcd);
|
||||
+ if (result)
|
||||
+ return result;
|
||||
+
|
||||
+ ehci_port_power(ehci, 0);
|
||||
+
|
||||
+ return result;
|
||||
+ return ehci_init(hcd);
|
||||
+}
|
||||
+
|
||||
+/*
|
||||
|
||||
Reference in New Issue
Block a user