From: Walter Goldens <goldenstranger@yahoo.com>
To: "Luis R. Rodriguez" <mcgrof@gmail.com>
Cc: linux-wireless@vger.kernel.org
Subject: [PATCH 1/4] compat-wireless: update bluetooth in Makefile
Date: Wed, 20 Oct 2010 08:11:10 -0700 (PDT) [thread overview]
Message-ID: <990909.12705.qm@web56802.mail.re3.yahoo.com> (raw)
- 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
next reply other threads:[~2010-10-20 15:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-20 15:11 Walter Goldens [this message]
2010-10-20 17:30 ` [PATCH 1/4] compat-wireless: update bluetooth in Makefile Luis R. Rodriguez
-- strict thread matches above, loose matches on Subject: below --
2010-10-20 17:58 Walter Goldens
2010-10-20 20:33 ` Luis R. Rodriguez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=990909.12705.qm@web56802.mail.re3.yahoo.com \
--to=goldenstranger@yahoo.com \
--cc=linux-wireless@vger.kernel.org \
--cc=mcgrof@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).