X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=drivers%2Fbluetooth%2Fbtusb.c;h=e61a195969bf9f43c4b14d73a0151d8d85ee8942;hb=46479e698530b8197d601a23317b7c7654195338;hp=066d5ec83a9b562afef14200e0e0e372aab47945;hpb=7b99b659d90c5d421cb1867295c78a4c0c030734;p=sfrench%2Fcifs-2.6.git diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 066d5ec83a9b..e61a195969bf 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -37,13 +37,13 @@ #define VERSION "0.6" -static int ignore_dga; -static int ignore_csr; -static int ignore_sniffer; -static int disable_scofix; -static int force_scofix; +static bool ignore_dga; +static bool ignore_csr; +static bool ignore_sniffer; +static bool disable_scofix; +static bool force_scofix; -static int reset = 1; +static bool reset = 1; static struct usb_driver btusb_driver;