patch-2.4.23 linux-2.4.23/drivers/bluetooth/hci_usb.h
Next file: linux-2.4.23/drivers/cdrom/cdrom.c
Previous file: linux-2.4.23/drivers/bluetooth/hci_usb.c
Back to the patch index
Back to the overall index
-  Lines: 28
-  Date:
2003-11-28 10:26:20.000000000 -0800
-  Orig file: 
linux-2.4.22/drivers/bluetooth/hci_usb.h
-  Orig date: 
2003-06-13 07:51:32.000000000 -0700
diff -urN linux-2.4.22/drivers/bluetooth/hci_usb.h linux-2.4.23/drivers/bluetooth/hci_usb.h
@@ -35,12 +35,18 @@
 #define HCI_DEV_PROTOCOL     0x01	/* Bluetooth programming protocol */
 
 #define HCI_CTRL_REQ	     0x20
+#define HCI_DIGI_REQ	     0x40
+
+#define HCI_DIGIANSWER       0x01
 
 #define HCI_MAX_IFACE_NUM	3 
 
 #define HCI_MAX_BULK_TX     	4
 #define HCI_MAX_BULK_RX     	1
 
+#define HCI_MAX_ISOC_RX		2
+#define HCI_MAX_ISOC_TX		2
+
 #define HCI_MAX_ISOC_FRAMES     10
 
 struct _urb_queue {
@@ -119,6 +125,8 @@
 	struct usb_endpoint_descriptor	*isoc_out_ep;
 	struct usb_endpoint_descriptor	*isoc_in_ep;
 
+	__u8			ctrl_req;
+
 	struct sk_buff_head	transmit_q[4];
 	struct sk_buff		*reassembly[4]; // Reassembly buffers
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)