patch-2.3.49 linux/drivers/usb/usb.h
Next file: linux/drivers/usb/usbdevice_fs.h
Previous file: linux/drivers/usb/usb.c
Back to the patch index
Back to the overall index
-  Lines: 26
-  Date:
Mon Feb 28 14:21:58 2000
-  Orig file: 
v2.3.48/linux/drivers/usb/usb.h
-  Orig date: 
Tue Feb  1 01:35:44 2000
diff -u --recursive --new-file v2.3.48/linux/drivers/usb/usb.h linux/drivers/usb/usb.h
@@ -85,9 +85,22 @@
 /*
  * USB Packet IDs (PIDs)
  */
-#define USB_PID_OUT			0xe1
-#define USB_PID_IN			0x69
-#define USB_PID_SETUP			0x2d
+#define USB_PID_UNDEF_0                        0xf0
+#define USB_PID_OUT                            0xe1
+#define USB_PID_ACK                            0xd2
+#define USB_PID_DATA0                          0xc3
+#define USB_PID_UNDEF_4                        0xb4
+#define USB_PID_SOF                            0xa5
+#define USB_PID_UNDEF_6                        0x96
+#define USB_PID_UNDEF_7                        0x87
+#define USB_PID_UNDEF_8                        0x78
+#define USB_PID_IN                             0x69
+#define USB_PID_NAK                            0x5a
+#define USB_PID_DATA1                          0x4b
+#define USB_PID_PREAMBLE                       0x3c
+#define USB_PID_SETUP                          0x2d
+#define USB_PID_STALL                          0x1e
+#define USB_PID_UNDEF_F                        0x0f
 
 /*
  * Standard requests
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)