On Friday 29 October 2010, Alan Cox wrote: > > line discipline then even though that could cause other problems. I do > > not know if it is possible to add a condition in Kconfig otherwise so > > the CG2900 ldisc cannot be active while the "normal" ldisc driver is > > selected. > > Not sure I follow the concern here ? It's about the ldisc number. Both bluetooth and cg2900 register themselves to ldisc 15 (N_HCI). A user doing TIOCSETD can only get one of the two. The solution would not be to make the two ldisc implementations mutually exclusive, but to make cg2900 use a new ldisc number, e.g. N_HCI_CG2900. However, I'm still not convinced that this is actually necessary, we might be able to add hooks into the existing N_HCI implementation for the extensions in cg2900. Arnd -- 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