patch-2.3.1 linux/drivers/usb/usb.h
Next file: linux/drivers/video/Config.in
Previous file: linux/drivers/usb/usb.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Thu May 13 14:42:48 1999
-  Orig file: 
v2.3.0/linux/drivers/usb/usb.h
-  Orig date: 
Tue May 11 10:04:03 1999
diff -u --recursive --new-file v2.3.0/linux/drivers/usb/usb.h linux/drivers/usb/usb.h
@@ -326,6 +326,8 @@
 /* Create control pipes.. */
 #define usb_sndctrlpipe(dev,endpoint)	((2 << 30) | __create_pipe(dev,endpoint))
 #define usb_rcvctrlpipe(dev,endpoint)	((2 << 30) | __create_pipe(dev,endpoint) | 0x80)
+#define usb_sndisocpipe(dev,endpoint)	((0 << 30) | __create_pipe(dev,endpoint))
+#define usb_rcvisocpipe(dev,endpoint)	((0 << 30) | __create_pipe(dev,endpoint) | 0x80)
 #define usb_snddefctrl(dev)		((2 << 30) | __default_pipe(dev))
 #define usb_rcvdefctrl(dev)		((2 << 30) | __default_pipe(dev) | 0x80)
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)