Re: [PATCH v2] Bluetooth: allocate static minor for vhci

2014-02-18 Thread Marcel Holtmann
Hi Lucas, >>> Commit bfacbb9 (Bluetooth: Use devname:vhci module alias for virtual HCI >>> driver) added the module alias to hci_vhci module so it's possible to >>> create the /dev/vhci node. However creating an alias without >>> specifying the minor doesn't allow us to create the node ahead, >>>

Re: [PATCH v2] Bluetooth: allocate static minor for vhci

2014-02-18 Thread Greg Kroah-Hartman
On Mon, Feb 17, 2014 at 11:01:11PM -0800, Marcel Holtmann wrote: > Hi Lucas, > > > Commit bfacbb9 (Bluetooth: Use devname:vhci module alias for virtual HCI > > driver) added the module alias to hci_vhci module so it's possible to > > create the /dev/vhci node. However creating an alias without > >

Re: [PATCH v2] Bluetooth: allocate static minor for vhci

2014-02-17 Thread Marcel Holtmann
Hi Lucas, > Commit bfacbb9 (Bluetooth: Use devname:vhci module alias for virtual HCI > driver) added the module alias to hci_vhci module so it's possible to > create the /dev/vhci node. However creating an alias without > specifying the minor doesn't allow us to create the node ahead, > triggerrin

[PATCH v2] Bluetooth: allocate static minor for vhci

2014-02-17 Thread Lucas De Marchi
From: Lucas De Marchi Commit bfacbb9 (Bluetooth: Use devname:vhci module alias for virtual HCI driver) added the module alias to hci_vhci module so it's possible to create the /dev/vhci node. However creating an alias without specifying the minor doesn't allow us to create the node ahead, trigger