Hi Greg, this patch will disable the bluetty.o driver for 2.5.x if the Bluetooth subsystem is selected, like it is now done in 2.4.21-pre1.
Regards Marcel You can import this changeset into BK by piping this whole message to: '| bk receive [path to repository]' or apply the patch as usual. =================================================================== [EMAIL PROTECTED], 2002-12-11 16:11:32+01:00, [EMAIL PROTECTED] [PATCH] Disable bluetty.o if Bluetooth subsystem is used This patch disables the USB Bluetooth TTY driver (bluetty.o) from the drivers/usb/class directory if the Linux Bluetooth subsystem is selected. Kconfig | 5 ++++- 1 files changed, 4 insertions(+), 1 deletion(-) diff -Nru a/drivers/usb/class/Kconfig b/drivers/usb/class/Kconfig --- a/drivers/usb/class/Kconfig Wed Dec 11 16:13:13 2002 +++ b/drivers/usb/class/Kconfig Wed Dec 11 16:13:13 2002 @@ -16,9 +16,12 @@ The module will be called audio.o. If you want to compile it as a module, say M here and read <file:Documentation/modules.txt>. +comment "USB Bluetooth TTY can only be used with disabled Bluetooth subsystem" + depends on USB && BT + config USB_BLUETOOTH_TTY tristate "USB Bluetooth TTY support" - depends on USB + depends on USB && BT=n ---help--- This driver implements a nonstandard tty interface to a Bluetooth device that can be used only by specialized Bluetooth HCI software. =================================================================== This BitKeeper patch contains the following changesets: + ## Wrapped with gzip_uu ## begin 664 bkpatch12225 M'XL(``E6]ST``[54;4_;,!#^7/^*$TAH$VKBLQ,WB]0)"M-`(*V"\F%B?$@< MMXF:ERIV847Y\7-249@H(*:16)'.OGMR=\\]WH4KK>JP5T2U5#G9A9-*F["7 M5KDIHK)TJGIF-R^JRFZZ:54H]^'(C3,S5VJA:C?.E^J^SQR?6-]Q9&0*MZK6 M80\=OMDQJX4*>Q??OE^='UX0,AS"41J5,W6I#`R'Q%3U;90G^B`R:5Z5CJFC M4A?*1(ZLBF;CVC!*F7U]''#JBP8%]0:-Q`0Q\E`EE'F!\![1VI1?Q4*&E'*& M/&BX&-"`'`,Z@1!`F8MV(:`($4/.]BF&E,*Z4P=/.P3["'U*1O!_BS@B$J[' MAY.CDQLXSG04YPK:5ANS<BK(IC!J#4M-"GH9ZY4VJH!,PU*KQ(;:-4FMN>C: MGZP!-)A4P=7EZ$GP9/(3DCJSE,&G#?YGF-9583%:__6I=I<Z=F4>:6WA:B5M MN:LVC];E/"N7O[=E9"%L$EKEUE\E#CD#+H1@9/S(/^F_\R&$1I1\A?MLL;!< MY.V_^X4(YBT;UP\LW#3/\G;/9%5.L]F:>LHI]3CC7D/%8#!HA)?(P)>*RWA* M%4;;N'X+DR&BCY2)AGE^\*4;]!=#VL'_X!K(K%:S@WE=16D[A->M^28H(J>" M"?0:]#FR3A/>WXJ@(1.O*<*#/GZ((MZMA#-8,_$#^O5=M^P`C5\FY1^F\10# MX,165*C2P,YS><FHA*K,5Q"K+BFXR\Q&D\FV]'=(+[&7:YEH&]@)=F\/1A/R EBQPSRP`Y[;Y;?8;EXSTL4R7G>ED,?2%Y/$!)_@!B>Q-!\@4````` ` end ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel