Hi Greg, I have updated my patch for disabling the bluetooth.o driver if the Bluetooth subsystem is selected. I forgot to interface correctly with the CONFIG_EXPERIMENTAL state of your driver.
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-11-26 00:04:59+01:00, [EMAIL PROTECTED] [Bluetooth] Disable bluetooth.o if Bluetooth subsystem is used This patch disables the USB Bluetooth driver (bluetooth.o) from the drivers/usb/ directory if the Linux Bluetooth subsystem is selected. Config.in | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletion(-) diff -Nru a/drivers/usb/Config.in b/drivers/usb/Config.in --- a/drivers/usb/Config.in Tue Nov 26 00:05:22 2002 +++ b/drivers/usb/Config.in Tue Nov 26 00:05:22 2002 @@ -32,7 +32,13 @@ comment 'USB Device Class drivers' dep_tristate ' USB Audio support' CONFIG_USB_AUDIO $CONFIG_USB $CONFIG_SOUND dep_tristate ' EMI 2|6 USB Audio interface support' CONFIG_USB_EMI26 $CONFIG_USB_AUDIO - dep_tristate ' USB Bluetooth support (EXPERIMENTAL)' CONFIG_USB_BLUETOOTH $CONFIG_USB $CONFIG_EXPERIMENTAL + if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then + if [ "$CONFIG_BLUEZ" = "n" ]; then + dep_tristate ' USB Bluetooth support (EXPERIMENTAL)' CONFIG_USB_BLUETOOTH +$CONFIG_USB + else + comment ' USB Bluetooth can only be used with disabled Bluetooth subsystem' + fi + fi dep_tristate ' USB MIDI support' CONFIG_USB_MIDI $CONFIG_USB if [ "$CONFIG_SCSI" = "n" ]; then comment ' SCSI support is needed for USB Storage' =================================================================== This BitKeeper patch contains the following changesets: + ## Wrapped with gzip_uu ## begin 664 bkpatch16721 M'XL(`+*LXCT``[54\4_B,!C]F?X57]!$C6%KMXX!%RX<RJF1$X*07,X84[;" M%K>5M)T>E_WQ5T"14TYSWEW7--G7U]>O[WOM#HP4EXU2RF3`$[0#IT+I1BD2 MB4Y9EEE"3DUP((0)VI%(N?TX98]C?<OYC$M[G.3\1\6Q*#+8/M-!!'=<JD:) M6.XZHN<[EMAIL PROTECTED]>C[J<!0LTF'$4LF_)+KJ'91%K(.Y:$JL5TE(C,TI)E*N6: M68%(BS6T<#!VS.<1W\5>M2!53/TB("$AC!(>8H?6JA3)/+:4R!5K)6QF3L2M MS*S]E840QR.N6W-PX5'7H^@8B.7[/F#')L1VJH!Q`].&5S_$I($QK#1J;6H# MAP0J&+7AWZ9_A`*X:AM5M1$^NH;C6+%QPF'\&+($Q!-8(T#E8S4WQTPA5I`K M'AH"TX>1^9TMY0]7%`ITQ&%TV=Y8',K8E`OV-]@/8")%:A@6Z-6\LG,UM@V/ MY($Y[7R1P&*V&V?Y]]^D8@@43PR>AQ8Z!X_6?(KZ3X5'E3]L"&&&T<<WY-Y, M^$ADDWAJQ=F&]!03O_`<MT8+[GDU/,'<KX;8#4)O6Y%?X5MXR'&QL4]!B4O] MI:^WPM_V^%]DC::23UNW4K#H+:J:4S?>JU.O<&JT[BQ-[]#GGG>]USSO0X7\ M%\^_P^?GL!*^!Q5YO^S&)?WM-7B'W8Y=#P@Z,Z./`!;)7$%Y]ZAW\?GLY*;S MM=\9G'WI7`P_=<O0A/*\#-<?%K<B6X!?X-O=4>?;$I@]!YH6\MF-EK'23'/8 M@V>75.6SF9`:]C<W/=B#!VH#7M(/>[WA*>P^11_X>:+XTU:F/BG/],M=`I:! MR)(YC/E27KB/]?KM"+<58N^!=1*CU;A^\(.(![<J3YLT]-V04(9^`GB(M7EM #!@`` ` end ------------------------------------------------------- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel