]> git.pld-linux.org Git - packages/atmelwlandriver.git/blobdiff - atmelwlandriver-usb_defctrl.patch
- orphaned, outdated
[packages/atmelwlandriver.git] / atmelwlandriver-usb_defctrl.patch
diff --git a/atmelwlandriver-usb_defctrl.patch b/atmelwlandriver-usb_defctrl.patch
deleted file mode 100644 (file)
index 4961dd5..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- atmelwlandriver/src/usb/reset_device.c.orig        2004-07-18 23:50:44.000000000 +0200
-+++ atmelwlandriver/src/usb/reset_device.c     2004-07-19 00:04:03.736081160 +0200
-@@ -24,6 +24,9 @@
- #include <linux/delay.h>
- #include "linux/device.h"
-+#define usb_snddefctrl(dev)   ((PIPE_CONTROL << 30) | __create_pipe(dev,0))
-+#define usb_rcvdefctrl(dev)   ((PIPE_CONTROL << 30) | __create_pipe(dev,0) | USB_DIR_IN)
-+
- static DECLARE_MUTEX(usb_address0_sem);
- static inline struct device *hubdev (struct usb_device *dev)
This page took 0.081266 seconds and 4 git commands to generate.