initialize global variables
This commit is contained in:
@@ -66,8 +66,8 @@ struct hci
|
|||||||
/* ---- end of common part ---- */
|
/* ---- end of common part ---- */
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct usb_device *usb_dev;
|
static struct usb_device *usb_dev = NULL;
|
||||||
int bus_index;
|
int bus_index = 0;
|
||||||
static int dev_index[USB_MAX_BUS];
|
static int dev_index[USB_MAX_BUS];
|
||||||
static struct hci *controller_priv[USB_MAX_BUS];
|
static struct hci *controller_priv[USB_MAX_BUS];
|
||||||
static int asynch_allowed;
|
static int asynch_allowed;
|
||||||
|
|||||||
Reference in New Issue
Block a user