]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/bluetooth/hci_core.c
Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight
[mv-sheeva.git] / net / bluetooth / hci_core.c
index 9c71cffbc6b0edbd3f25a6db6d09d6c0bf411dfb..63caa414945de3b68e728f7d29fba7f8e7c63bb5 100644 (file)
@@ -851,6 +851,7 @@ int hci_register_dev(struct hci_dev *hdev)
 
        hdev->flags = 0;
        hdev->pkt_type  = (HCI_DM1 | HCI_DH1 | HCI_HV1);
+       hdev->esco_type = (ESCO_HV1);
        hdev->link_mode = (HCI_LM_ACCEPT);
 
        hdev->idle_timeout = 0;
@@ -981,7 +982,7 @@ int hci_recv_fragment(struct hci_dev *hdev, int type, void *data, int count)
 
                        skb->dev = (void *) hdev;
                        bt_cb(skb)->pkt_type = type;
-       
+
                        __reassembly(hdev, type) = skb;
 
                        scb = (void *) skb->cb;
@@ -1254,7 +1255,7 @@ EXPORT_SYMBOL(hci_send_sco);
 static inline struct hci_conn *hci_low_sent(struct hci_dev *hdev, __u8 type, int *quote)
 {
        struct hci_conn_hash *h = &hdev->conn_hash;
-       struct hci_conn  *conn = NULL;
+       struct hci_conn *conn = NULL;
        int num = 0, min = ~0;
        struct list_head *p;