]> git.pld-linux.org Git - packages/atmelwlandriver.git/commitdiff
- old macros.
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 18 Jul 2004 22:06:21 +0000 (22:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    atmelwlandriver-usb_defctrl.patch -> 1.1

atmelwlandriver-usb_defctrl.patch [new file with mode: 0644]

diff --git a/atmelwlandriver-usb_defctrl.patch b/atmelwlandriver-usb_defctrl.patch
new file mode 100644 (file)
index 0000000..4961dd5
--- /dev/null
@@ -0,0 +1,12 @@
+--- 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.044382 seconds and 4 git commands to generate.