patch-2.4.26 linux-2.4.26/include/net/bluetooth/hci.h

Next file: linux-2.4.26/include/net/bluetooth/hci_core.h
Previous file: linux-2.4.26/include/net/arp.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.25/include/net/bluetooth/hci.h linux-2.4.26/include/net/bluetooth/hci.h
@@ -50,6 +50,11 @@
 #define HCI_RS232 	4
 #define HCI_PCI		5
 
+/* HCI device quirks */
+enum {
+	HCI_QUIRK_RESET_ON_INIT
+};
+
 /* HCI device flags */
 enum {
 	HCI_UP,

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)