|
From: Peter K. <pk...@us...> - 2001-03-05 15:10:45
|
The following files were modified in linux/drivers/char/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- Config.in 1.2 1.3=20=20=20=20=20=20=20=20=20=20=20=20=20 hci_vendor.c 1.13 1.14=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Removed CONFIG_BLUETOOTH_HCI_USB. The diff of the modified file(s): --- Config.in 2001/03/04 17:54:54 1.2 +++ Config.in 2001/03/05 15:12:21 1.3 @@ -10,7 +10,6 @@ =20 bool 'Bluetooth proc entry' CONFIG_BLUETOOTH_PROC bool 'Input buffering' CONFIG_BLUETOOTH_USEINBUFFER - bool 'HCI USB' CONFIG_BLUETOOTH_HCI_USB bool 'Allow connectionless L2CAP' CONFIG_BLUETOOTH_L2CAP_CONNECTIONLESS bool 'Use L2CAP timers' CONFIG_BLUETOOTH_L2CAP_USETIMERS =20 --- hci_vendor.c 2001/03/04 17:54:54 1.13 +++ hci_vendor.c 2001/03/05 15:12:21 1.14 @@ -53,9 +53,7 @@ #include <linux/bluetooth/bluetooth.h> #include <linux/bluetooth/btmem.h> #include <linux/delay.h> -#ifdef CONFIG_BLUETOOTH_HCI_USB #include <linux/interrupt.h> -#endif #else /* user mode */ #include <stdlib.h> #include <string.h> |