linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] compat-wireless: update bluetooth in Makefile
@ 2010-10-20 15:11 Walter Goldens
  2010-10-20 17:30 ` Luis R. Rodriguez
  0 siblings, 1 reply; 4+ messages in thread
From: Walter Goldens @ 2010-10-20 15:11 UTC (permalink / raw)
  To: Luis R. Rodriguez; +Cc: linux-wireless

- update bluetooth in Makefile

Signed-off-by: Walter Goldens <goldenstranger@yahoo.com>
---

--- a/Makefile
+++ b/Makefile
@@ -93,19 +93,32 @@ bt-install-modules: bt
     @echo
     @echo "Currently detected bluetooth subsystem modules:"
     @echo
-    @$(MODPROBE) -l sco
-    @$(MODPROBE) -l l2cap
-    @$(MODPROBE) -l hidp
-    @$(MODPROBE) -l rfcomm
+    @$(MODPROBE) -l ath3k       
+    @$(MODPROBE) -l bcm203x
+    @$(MODPROBE) -l bluecard_cs
+    @$(MODPROBE) -l bluetooth
     @$(MODPROBE) -l bnep
+    @$(MODPROBE) -l bpa10x
+    @$(MODPROBE) -l bt3c_cs
+    @$(MODPROBE) -l btmrvl
+    @$(MODPROBE) -l btmrvl_sdio
+    @$(MODPROBE) -l btsdio
     @$(MODPROBE) -l btusb
-    @$(MODPROBE) -l bluetooth
+    @$(MODPROBE) -l btuart_cs
+    @$(MODPROBE) -l    cmtp
+    @$(MODPROBE) -l    dtl1_cs
+    @$(MODPROBE) -l hidp
+    @$(MODPROBE) -l    hci_vhci
+    @$(MODPROBE) -l    hci_uart
+    @$(MODPROBE) -l l2cap
+    @$(MODPROBE) -l rfcomm
+    @$(MODPROBE) -l sco
     @echo
     @echo Now run:
     @echo
     @echo sudo make btunload:
     @echo
-    @echo And the load the needed bluetooth modules. If unsure reboot.
+    @echo And then load the needed bluetooth modules. If unsure reboot.
     @echo
 
 btuninstall:
@@ -118,14 +131,26 @@ btuninstall:
     @echo
     @echo "Your old bluetooth subsystem modules were left intact:"
     @echo
-    @$(MODPROBE) -l sco
-    @$(MODPROBE) -l l2cap
-    @$(MODPROBE) -l hidp
-    @$(MODPROBE) -l rfcomm
+    @$(MODPROBE) -l ath3k       
+    @$(MODPROBE) -l bcm203x
+    @$(MODPROBE) -l bluecard_cs
+    @$(MODPROBE) -l bluetooth
     @$(MODPROBE) -l bnep
+    @$(MODPROBE) -l bpa10x
+    @$(MODPROBE) -l bt3c_cs
+    @$(MODPROBE) -l btmrvl
+    @$(MODPROBE) -l btmrvl_sdio
+    @$(MODPROBE) -l btsdio
     @$(MODPROBE) -l btusb
-    @$(MODPROBE) -l bluetooth
-    @
+    @$(MODPROBE) -l btuart_cs
+    @$(MODPROBE) -l    cmtp
+    @$(MODPROBE) -l    dtl1_cs
+    @$(MODPROBE) -l hidp
+    @$(MODPROBE) -l    hci_vhci
+    @$(MODPROBE) -l    hci_uart
+    @$(MODPROBE) -l l2cap
+    @$(MODPROBE) -l rfcomm
+    @$(MODPROBE) -l sco
     @echo
 
 btclean:
@@ -263,22 +288,35 @@ install-scripts:
     @echo
     @echo "Currently detected bluetooth subsystem modules:"
     @echo
-    @$(MODPROBE) -l sco
-    @$(MODPROBE) -l l2cap
-    @$(MODPROBE) -l hidp
-    @$(MODPROBE) -l rfcomm
+    @$(MODPROBE) -l ath3k           
+    @$(MODPROBE) -l bcm203x
+    @$(MODPROBE) -l bluecard_cs
+    @$(MODPROBE) -l bluetooth
     @$(MODPROBE) -l bnep
+    @$(MODPROBE) -l bpa10x
+    @$(MODPROBE) -l bt3c_cs
+    @$(MODPROBE) -l btmrvl
+    @$(MODPROBE) -l btmrvl_sdio
+    @$(MODPROBE) -l btsdio
     @$(MODPROBE) -l btusb
-    @$(MODPROBE) -l bluetooth
+    @$(MODPROBE) -l btuart_cs
+    @$(MODPROBE) -l    cmtp
+    @$(MODPROBE) -l    dtl1_cs
+    @$(MODPROBE) -l hidp
+    @$(MODPROBE) -l    hci_vhci
+    @$(MODPROBE) -l    hci_uart
+    @$(MODPROBE) -l l2cap
+    @$(MODPROBE) -l rfcomm
+    @$(MODPROBE) -l sco
     @echo 
     @echo Now run:
     @echo 
-    @echo sudo make unload to unload both wireless and bluetooth modules
+    @echo sudo make unload to unload all: wireless, bluetooth and ethernet modules
     @echo sudo make wlunload to unload wireless modules
     @echo sudo make btunload to unload bluetooth modules
     @echo
-    @echo And then load the wireless or bluetooth module you need. If unsure reboot.
-    @echo Alternatively use "sudo make load/wlload/btload" to load modules
+    @echo Run sudo modprobe 'driver-name' to load your desired driver. 
+    @echo If unsure reboot.
     @echo
 
 uninstall:
@@ -379,13 +417,26 @@ uninstall:
     @echo
     @echo "Your old bluetooth subsystem modules were left intact:"
     @echo
-    @$(MODPROBE) -l sco
-    @$(MODPROBE) -l l2cap
-    @$(MODPROBE) -l hidp
-    @$(MODPROBE) -l rfcomm
+    @$(MODPROBE) -l ath3k           
+    @$(MODPROBE) -l bcm203x
+    @$(MODPROBE) -l bluecard_cs
+    @$(MODPROBE) -l bluetooth
     @$(MODPROBE) -l bnep
+    @$(MODPROBE) -l bpa10x
+    @$(MODPROBE) -l bt3c_cs
+    @$(MODPROBE) -l btmrvl
+    @$(MODPROBE) -l btmrvl_sdio
+    @$(MODPROBE) -l btsdio
     @$(MODPROBE) -l btusb
-    @$(MODPROBE) -l bluetooth
+    @$(MODPROBE) -l btuart_cs
+    @$(MODPROBE) -l    cmtp
+    @$(MODPROBE) -l    dtl1_cs
+    @$(MODPROBE) -l hidp
+    @$(MODPROBE) -l    hci_vhci
+    @$(MODPROBE) -l    hci_uart
+    @$(MODPROBE) -l l2cap
+    @$(MODPROBE) -l rfcomm
+    @$(MODPROBE) -l sco
     @
     @echo 
 
@@ -397,22 +448,14 @@ clean:
 unload:
     @./scripts/unload.sh
 
-load: unload
-    @./scripts/load.sh
-
 btunload:
     @./scripts/btunload.sh
 
-btload: btunload
-    @./scripts/btload.sh
-
 wlunload:
     @./scripts/wlunload.sh
 
-wlload: wlunload
-    @./scripts/wlload.sh
 
-.PHONY: all clean install uninstall unload load btunload btload wlunload wlload modules bt
+.PHONY: all clean install uninstall unload btunload wlunload modules bt
 
 endif





      

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/4] compat-wireless: update bluetooth in Makefile
  2010-10-20 15:11 Walter Goldens
@ 2010-10-20 17:30 ` Luis R. Rodriguez
  0 siblings, 0 replies; 4+ messages in thread
From: Luis R. Rodriguez @ 2010-10-20 17:30 UTC (permalink / raw)
  To: Walter Goldens; +Cc: linux-wireless, linux-bluetooth

On Wed, Oct 20, 2010 at 8:11 AM, Walter Goldens
<goldenstranger@yahoo.com> wrote:
> - update bluetooth in Makefile
>

Thanks Walter, I welcome these changes but I got them in
quoted-printable format, and was unable to save them. Can you please
resend as plain ascii text and also include linux-bluetooth as these
are related to that subsystem and those guys would likely want to
review these patches as well.

  Luis

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/4] compat-wireless: update bluetooth in Makefile
@ 2010-10-20 17:58 Walter Goldens
  2010-10-20 20:33 ` Luis R. Rodriguez
  0 siblings, 1 reply; 4+ messages in thread
From: Walter Goldens @ 2010-10-20 17:58 UTC (permalink / raw)
  To: Luis R. Rodriguez; +Cc: linux-wireless, linux-bluetooth

[-- Attachment #1: Type: text/plain, Size: 571 bytes --]

> Thanks Walter, I welcome these changes but I got them in
> quoted-printable format, and was unable to save them. Can
> you please
> resend as plain ascii text and also include linux-bluetooth
> as these
> are related to that subsystem and those guys would likely
> want to
> review these patches as well.
> 
>   Luis

Luis, I did send them as plain text, I don't know why this happened. I didn't send these patches any differently from the previous ones. Anyway, I'm attaching them to this email with their respective number. Let me know if this works.

Walter


      

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 1.patch --]
[-- Type: text/x-patch; name="1.patch", Size: 4435 bytes --]

update bluetooth in Makefile

Signed-off-by: Walter Goldens <goldenstranger@yahoo.com>
---

--- a/Makefile
+++ b/Makefile
@@ -93,19 +93,32 @@ bt-install-modules: bt
 	@echo
 	@echo "Currently detected bluetooth subsystem modules:"
 	@echo
-	@$(MODPROBE) -l sco
-	@$(MODPROBE) -l l2cap
-	@$(MODPROBE) -l hidp
-	@$(MODPROBE) -l rfcomm
+	@$(MODPROBE) -l ath3k       
+	@$(MODPROBE) -l bcm203x
+	@$(MODPROBE) -l bluecard_cs
+	@$(MODPROBE) -l bluetooth
 	@$(MODPROBE) -l bnep
+	@$(MODPROBE) -l bpa10x
+	@$(MODPROBE) -l bt3c_cs
+	@$(MODPROBE) -l btmrvl
+	@$(MODPROBE) -l btmrvl_sdio
+	@$(MODPROBE) -l btsdio
 	@$(MODPROBE) -l btusb
-	@$(MODPROBE) -l bluetooth
+	@$(MODPROBE) -l btuart_cs
+	@$(MODPROBE) -l	cmtp
+	@$(MODPROBE) -l	dtl1_cs
+	@$(MODPROBE) -l hidp
+	@$(MODPROBE) -l	hci_vhci
+	@$(MODPROBE) -l	hci_uart
+	@$(MODPROBE) -l l2cap
+	@$(MODPROBE) -l rfcomm
+	@$(MODPROBE) -l sco
 	@echo
 	@echo Now run:
 	@echo
 	@echo sudo make btunload:
 	@echo
-	@echo And the load the needed bluetooth modules. If unsure reboot.
+	@echo And then load the needed bluetooth modules. If unsure reboot.
 	@echo
 
 btuninstall:
@@ -118,14 +131,26 @@ btuninstall:
 	@echo
 	@echo "Your old bluetooth subsystem modules were left intact:"
 	@echo
-	@$(MODPROBE) -l sco
-	@$(MODPROBE) -l l2cap
-	@$(MODPROBE) -l hidp
-	@$(MODPROBE) -l rfcomm
+	@$(MODPROBE) -l ath3k       
+	@$(MODPROBE) -l bcm203x
+	@$(MODPROBE) -l bluecard_cs
+	@$(MODPROBE) -l bluetooth
 	@$(MODPROBE) -l bnep
+	@$(MODPROBE) -l bpa10x
+	@$(MODPROBE) -l bt3c_cs
+	@$(MODPROBE) -l btmrvl
+	@$(MODPROBE) -l btmrvl_sdio
+	@$(MODPROBE) -l btsdio
 	@$(MODPROBE) -l btusb
-	@$(MODPROBE) -l bluetooth
-	@
+	@$(MODPROBE) -l btuart_cs
+	@$(MODPROBE) -l	cmtp
+	@$(MODPROBE) -l	dtl1_cs
+	@$(MODPROBE) -l hidp
+	@$(MODPROBE) -l	hci_vhci
+	@$(MODPROBE) -l	hci_uart
+	@$(MODPROBE) -l l2cap
+	@$(MODPROBE) -l rfcomm
+	@$(MODPROBE) -l sco
 	@echo
 
 btclean:
@@ -263,22 +288,35 @@ install-scripts:
 	@echo
 	@echo "Currently detected bluetooth subsystem modules:"
 	@echo
-	@$(MODPROBE) -l sco
-	@$(MODPROBE) -l l2cap
-	@$(MODPROBE) -l hidp
-	@$(MODPROBE) -l rfcomm
+	@$(MODPROBE) -l ath3k           
+	@$(MODPROBE) -l bcm203x
+	@$(MODPROBE) -l bluecard_cs
+	@$(MODPROBE) -l bluetooth
 	@$(MODPROBE) -l bnep
+	@$(MODPROBE) -l bpa10x
+	@$(MODPROBE) -l bt3c_cs
+	@$(MODPROBE) -l btmrvl
+	@$(MODPROBE) -l btmrvl_sdio
+	@$(MODPROBE) -l btsdio
 	@$(MODPROBE) -l btusb
-	@$(MODPROBE) -l bluetooth
+	@$(MODPROBE) -l btuart_cs
+	@$(MODPROBE) -l	cmtp
+	@$(MODPROBE) -l	dtl1_cs
+	@$(MODPROBE) -l hidp
+	@$(MODPROBE) -l	hci_vhci
+	@$(MODPROBE) -l	hci_uart
+	@$(MODPROBE) -l l2cap
+	@$(MODPROBE) -l rfcomm
+	@$(MODPROBE) -l sco
 	@echo 
 	@echo Now run:
 	@echo 
-	@echo sudo make unload to unload both wireless and bluetooth modules
+	@echo sudo make unload to unload all: wireless, bluetooth and ethernet modules
 	@echo sudo make wlunload to unload wireless modules
 	@echo sudo make btunload to unload bluetooth modules
 	@echo
-	@echo And then load the wireless or bluetooth module you need. If unsure reboot.
-	@echo Alternatively use "sudo make load/wlload/btload" to load modules
+	@echo Run sudo modprobe 'driver-name' to load your desired driver. 
+	@echo If unsure reboot.
 	@echo
 
 uninstall:
@@ -379,13 +417,26 @@ uninstall:
 	@echo
 	@echo "Your old bluetooth subsystem modules were left intact:"
 	@echo
-	@$(MODPROBE) -l sco
-	@$(MODPROBE) -l l2cap
-	@$(MODPROBE) -l hidp
-	@$(MODPROBE) -l rfcomm
+	@$(MODPROBE) -l ath3k           
+	@$(MODPROBE) -l bcm203x
+	@$(MODPROBE) -l bluecard_cs
+	@$(MODPROBE) -l bluetooth
 	@$(MODPROBE) -l bnep
+	@$(MODPROBE) -l bpa10x
+	@$(MODPROBE) -l bt3c_cs
+	@$(MODPROBE) -l btmrvl
+	@$(MODPROBE) -l btmrvl_sdio
+	@$(MODPROBE) -l btsdio
 	@$(MODPROBE) -l btusb
-	@$(MODPROBE) -l bluetooth
+	@$(MODPROBE) -l btuart_cs
+	@$(MODPROBE) -l	cmtp
+	@$(MODPROBE) -l	dtl1_cs
+	@$(MODPROBE) -l hidp
+	@$(MODPROBE) -l	hci_vhci
+	@$(MODPROBE) -l	hci_uart
+	@$(MODPROBE) -l l2cap
+	@$(MODPROBE) -l rfcomm
+	@$(MODPROBE) -l sco
 	@
 	@echo 
 
@@ -397,22 +448,14 @@ clean:
 unload:
 	@./scripts/unload.sh
 
-load: unload
-	@./scripts/load.sh
-
 btunload:
 	@./scripts/btunload.sh
 
-btload: btunload
-	@./scripts/btload.sh
-
 wlunload:
 	@./scripts/wlunload.sh
 
-wlload: wlunload
-	@./scripts/wlload.sh
 
-.PHONY: all clean install uninstall unload load btunload btload wlunload wlload modules bt
+.PHONY: all clean install uninstall unload btunload wlunload modules bt
 
 endif

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: 2.patch --]
[-- Type: text/x-patch; name="2.patch", Size: 1660 bytes --]

reshuffle driver-select, enable "bt" group for all bluetooth modules with driver-select

Signed-off-by: Walter Goldens <goldenstranger@yahoo.com>
---

--- a/scripts/driver-select
+++ b/scripts/driver-select
@@ -53,11 +53,6 @@ function usage {
 		echo -e "\t${PURPLE}${i}${NORMAL}"
 	done
 
-	echo -e "\nSupported Ethernet drivers: < ${PURPLE}atl1 atl2 atl1e atl1c${NORMAL} >"
-	for i in $SUPPORTED_ETH_DRIVERS; do
-		echo -e "\t${PURPLE}${i}${NORMAL}"
-	done
-
 	# These should match the switch below.
 	echo -e "\nSupported group drivers:"
 	echo -e "\t${CYAN}atheros${NORMAL} < ${PURPLE} ath5k ath9k carl9170 zd1211rw ${NORMAL}>"
@@ -67,7 +62,9 @@ function usage {
 	echo -e "\t${CYAN}rtl818x${NORMAL} < ${PURPLE} rtl8180 rtl8187 ${NORMAL}>"
 	echo -e "\t${CYAN}wl12xx${NORMAL} < ${PURPLE} wl1251 wl1271 (SPI and SDIO)${NORMAL}>"
 	
+	echo -e "\nSupported group drivers: Bluetooth & Ethernet:"
 	echo -e "\t${BLUE}atlxx${NORMAL} < ${PURPLE} atl1 atl2 atl1e atl1c ${NORMAL}>"
+	echo -e "\t${BLUE}bt${NORMAL} < ${PURPLE} Linux bluetooth drivers ${NORMAL}>"
 
 	echo -e "Restoring compat-wireless:"
 	echo -e "\t${GREEN}restore${NORMAL}: you can use this option to restore compat-wireless to the original state"
@@ -390,7 +387,7 @@ case $1 in
 		disable_staging
 		disable_var_01
 		;;
-# Ethernet drivers
+# Ethernet and Bluetooth drivers
 	atl1)
 		enable_only_ethernet
 		echo -e "obj-\$(CONFIG_ATL1) += atlx/" > $DRIVERS_NET
@@ -412,6 +409,13 @@ case $1 in
 		enable_only_ethernet
 		disable_b44
 		;;
+	bt)
+		select_driver 		CONFIG_BT
+		disable_var
+		disable_ethernet
+		disable_staging
+		disable_80211
+		;;
 	*)
 		echo "Unsupported driver"
 		exit


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #4: 3.patch --]
[-- Type: text/x-patch; name="3.patch", Size: 1506 bytes --]

update unloading scripts for bt

Signed-off-by: Walter Goldens <goldenstranger@yahoo.com>
---

--- a/scripts/unload.sh
+++ b/scripts/unload.sh
@@ -27,14 +27,16 @@ MODULES="$MODULES rtl8180 rtl8187"
 MODULES="$MODULES mwl8k mac80211_hwsim"
 MODULES="$MODULES at76c50x_usb at76_usb"
 MODULES="$MODULES rndis_wlan rndis_host cdc_ether usbnet"
-MODULES="$MODULES atl1 atl2 atl1e atl1c"
 # eeprom_93cx6 is used by rt2x00 (rt61pci, rt2500pci, rt2400pci) 
 # and Realtek drivers ( rtl8187, rtl8180)
 MODULES="$MODULES eeprom_93cx6"
 MODULES="$MODULES lib80211_crypt_ccmp lib80211_crypt_tkip lib80211_crypt_wep"
 MODULES="$MODULES mac80211 cfg80211 lib80211"
-MODULES="$MODULES hidp rfcomm bnep l2cap sco btusb bluetooth"
 MODULES="$MODULES compat"
+# Bluetooth modules
+MODULES="$MODULES ath3k bcm203x bluecard_cs bnep bpa10x bt3c_cs btmrvl btmrvl_sdio btsdio"
+MODULES="$MODULES btusb btuart_cs cmtp dtl1_cs hidp hci_vhci hci_uart rfcomm sco bluetooth l2cap"
+MODULES="$MODULES atl1 atl2 atl1e atl1c"
 echo Stoping bluetooth service..
 /etc/init.d/bluetooth stop
 /etc/init.d/bluetooth status

--- a/scripts/btunload.sh
+++ b/scripts/btunload.sh
@@ -1,5 +1,6 @@
 #!/bin/bash
-MODULES="hidp rfcomm bnep l2cap sco btusb bluetooth"
+MODULES="$MODULES ath3k bcm203x bluecard_cs bnep bpa10x bt3c_cs btmrvl btmrvl_sdio btsdio"
+MODULES="$MODULES btusb btuart_cs cmtp dtl1_cs hidp hci_vhci hci_uart rfcomm sco bluetooth l2cap"
 echo Stoping bluetooth service..
 /etc/init.d/bluetooth stop
 /etc/init.d/bluetooth status

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #5: 4.patch --]
[-- Type: text/x-patch; name="4.patch", Size: 2047 bytes --]

delete obsolete load scripts

Signed-off-by: Walter Goldens <goldenstranger@yahoo.com>
---

--- a/scripts/load.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/bash
-MODULES="ipw2100 ipw2200 libertas_cs usb8xxx"
-MODULES="$MODULES p54pci p54usb"
-MODULES="$MODULES adm8211 zd1211rw"
-MODULES="$MODULES rtl8180 rtl8187"
-MODULES="$MODULES p54pci p54usb"
-MODULES="$MODULES iwl3945 iwlagn"
-MODULES="$MODULES ath ar9170usb"
-MODULES="$MODULES rtl8180 rtl8187"
-MODULES="$MODULES rt2400pci rt2500pci rt61pci"
-MODULES="$MODULES rt2500usb rt73usb"
-MODULES="$MODULES rndis_wlan at76_usb"
-MODULES="$MODULES mwl8k mac80211_hwsim"
-MODULES="$MODULES at76c50x_usb"
-MODULES="$MODULES bluetooth btusb l2cap sco hidp rfcomm bnep"
-for i in $MODULES; do
-	echo Loading $i...
-	modprobe $i
-done
-# For ath5k we must be sure to unload MadWifi first
-athload ath5k
-# For b43 we must make sure to unload bcm43xx first
-b43load b43
-echo Starting bluetooth service..
-/etc/init.d/bluetooth start
-/etc/init.d/bluetooth status
--- a/scripts/wlload.sh
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/bash
-MODULES="ipw2100 ipw2200 libertas_cs usb8xxx"
-MODULES="$MODULES p54pci p54usb"
-MODULES="$MODULES adm8211 zd1211rw"
-MODULES="$MODULES rtl8180 rtl8187"
-MODULES="$MODULES p54pci p54usb"
-MODULES="$MODULES iwl3945 iwlagn"
-MODULES="$MODULES ath ar9170usb"
-MODULES="$MODULES rtl8180 rtl8187"
-MODULES="$MODULES rt2400pci rt2500pci rt61pci"
-MODULES="$MODULES rt2500usb rt73usb"
-MODULES="$MODULES rndis_wlan at76_usb"
-MODULES="$MODULES mwl8k mac80211_hwsim"
-MODULES="$MODULES at76c50x_usb"
-for i in $MODULES; do
-	echo Loading $i...
-	modprobe $i
-done
-# For ath5k we must be sure to unload MadWifi first
-athload ath5k
-# For b43 we must make sure to unload bcm43xx first
-b43load b43
--- a/scripts/btload.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-MODULES="bluetooth btusb l2cap sco hidp rfcomm bnep"
-for i in $MODULES; do
-	echo Loading $i...
-	modprobe $i
-done
-echo Starting bluetooth service..
-/etc/init.d/bluetooth start
-/etc/init.d/bluetooth status
-

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/4] compat-wireless: update bluetooth in Makefile
  2010-10-20 17:58 [PATCH 1/4] compat-wireless: update bluetooth in Makefile Walter Goldens
@ 2010-10-20 20:33 ` Luis R. Rodriguez
  0 siblings, 0 replies; 4+ messages in thread
From: Luis R. Rodriguez @ 2010-10-20 20:33 UTC (permalink / raw)
  To: Walter Goldens; +Cc: linux-wireless, linux-bluetooth

On Wed, Oct 20, 2010 at 10:58 AM, Walter Goldens
<goldenstranger@yahoo.com> wrote:
>> Thanks Walter, I welcome these changes but I got them in
>> quoted-printable format, and was unable to save them. Can
>> you please
>> resend as plain ascii text and also include linux-bluetooth
>> as these
>> are related to that subsystem and those guys would likely
>> want to
>> review these patches as well.
>>
>>   Luis
>
> Luis, I did send them as plain text, I don't know why this happened.

Odd, yeah gmail garbeles them when I "show original"

> I didn't send these patches any differently from the previous ones. Anyway, I'm attaching them to this email with their respective number. Let me know if this works.
>

Please do not send them as attachments, can you resend and cc both lists?

  Luis

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-10-20 20:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-20 17:58 [PATCH 1/4] compat-wireless: update bluetooth in Makefile Walter Goldens
2010-10-20 20:33 ` Luis R. Rodriguez
  -- strict thread matches above, loose matches on Subject: below --
2010-10-20 15:11 Walter Goldens
2010-10-20 17:30 ` Luis R. Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).