Hi, On Tue, Nov 15, 2011 at 02:09:26PM +0200, Emeltchenko Andrei wrote: > > @@ -239,6 +241,9 @@ static int vhci_open(struct inode *inode, struct file *file) > > hdev->bus = HCI_VIRTUAL; > > hdev->driver_data = data; > > > > + if (amp) > > + hdev->dev_type = HCI_AMP; > > + > > I am thinking about changing lines above to: > > - if (amp) > + if (amp) { > hdev->dev_type = HCI_AMP; > + hdev->amp_type = AMP_CTRL_BLUETOOTH_ONLY; actually it is amp_status, I have resent patches and removed ack from this specific patch. Best regards Andrei Emeltchenko -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html