From patchwork Thu Oct 21 06:33:11 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Walter Goldens X-Patchwork-Id: 270151 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o9L6XG85025486 for ; Thu, 21 Oct 2010 06:33:16 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755806Ab0JUGdN (ORCPT ); Thu, 21 Oct 2010 02:33:13 -0400 Received: from web56808.mail.re3.yahoo.com ([66.196.97.82]:37662 "HELO web56808.mail.re3.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1755878Ab0JUGdM (ORCPT ); Thu, 21 Oct 2010 02:33:12 -0400 Received: (qmail 74133 invoked by uid 60001); 21 Oct 2010 06:33:11 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1287642791; bh=9Wja7O2oU4KdxkfBEQxtRZ/6U/afgyoCpCIalAH4T2M=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type; b=GTOS342OhdgWkCDOkhA5XVnTdDNjA7rXqoOrPkklyZc6jnN6wDEscQeENdTtIKvHLZ4pB7yjFg9ycmmf5D0F27JAEQdPaTyqG1cf5C0cdf9sfuhEmWFRbU1IIFicNCjVNU/itwK+gnUkSNObGSVYUc+sn/Qz4bedeQymWHlJ7sA= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type; b=UiddNS4HUHy+acAxTIzXuIddgaYtC7SUUvskqFvn/f5EFSFkgeLQ33m1r/h916hguAWlFZkwSOBewcCIo4JrM8DsjfK6Q2g3VzjL0cRFOgiBazIEWJPs4d03R8J/4601h16xcCMYegc2ctE4eDJgiI/3yZhajRtpr4NQuhbiA2E=; Message-ID: <481433.72209.qm@web56808.mail.re3.yahoo.com> X-YMail-OSG: Pb249X8VM1l9R7Fz0PDg1iQj2wSL5bvCQiy73E0713jNppJ IwpC1XmwzECXkBEiA0YmVk.ZLdBhq1weFzRqxN9egXRBseCvJ5JW2vO6NYPI X0E1Xoi6bspAJFvnK9mGcY_d1YBaovVN7pusDKKTcuAGCrsqz8qVG.jAI8Js 7KZGkeAZQPBSGuEe.i9oQwRLGhDD.Npkei_PaxDfeWWIR.EnwEXL.Fi9xcPc gQL4Pb18kxYEls3r.7BSh.WEKRANJ6peXp1IDu0bBfUkLGizf8ecDf4jMh4H _5IDyz9TtgoE5UtV3q3bDjirtjjhUJjYwum5ZYSz_rzpUKOPdsP5upTiX1tL 7eZRf7G3LKQBu56IE.5mCXkPBTjlMr9PocA-- Received: from [80.72.74.234] by web56808.mail.re3.yahoo.com via HTTP; Wed, 20 Oct 2010 23:33:11 PDT X-Mailer: YahooMailClassic/11.4.9 YahooMailWebService/0.8.107.284920 Date: Wed, 20 Oct 2010 23:33:11 -0700 (PDT) From: Walter Goldens Subject: [PATCH 1/4 v2] compat-wireless: update bluetooth in Makefile To: "Luis R. Rodriguez" Cc: linux-wireless@vger.kernel.org, linux-bluetooth MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Thu, 21 Oct 2010 06:33:16 +0000 (UTC) --- 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