2010-10-20 15:11:12

by Walter Goldens

[permalink] [raw]
Subject: [PATCH 1/4] compat-wireless: update bluetooth in Makefile

- update bluetooth in Makefile

Signed-off-by: Walter Goldens <[email protected]>
---

--- 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








2010-10-20 17:30:47

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: [PATCH 1/4] compat-wireless: update bluetooth in Makefile

On Wed, Oct 20, 2010 at 8:11 AM, Walter Goldens
<[email protected]> 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