Package: b43-fwcutter
Version: 1:015-5
Severity: wishlist
Tags: patch

Hi,

Device 14e4:4325 (BCM4306 chip) was recently confirmed[1] as working with
the b43legacy driver.  A patch amending the relevant installer postinst
files is attached.

Geoff

[1] 
http://wireless.kernel.org/en/users/Drivers/b43?action=diff&rev2=290&rev1=289

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.1.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages b43-fwcutter depends on:
ii  libc6  2.13-21

b43-fwcutter recommends no packages.

b43-fwcutter suggests no packages.

-- no debconf information
diff --git a/debian/firmware-b43-installer.postinst b/debian/firmware-b43-installer.postinst
index 1e7a050..0a5cc14 100644
--- a/debian/firmware-b43-installer.postinst
+++ b/debian/firmware-b43-installer.postinst
@@ -76,7 +76,7 @@ if [ -n "$pci" ]; then
 	for device in $pci; do
 		device_id=`echo $device | cut -d: -f2`
 		case $device_id in
-		4301 | 4306 | 4320 |4324)
+		4301 | 4306 | 4320 | 4324 | 4325)
 			legacy=1
 		;;
 		4315)
@@ -88,7 +88,7 @@ if [ -n "$pci" ]; then
 		4322 | 4331 | 4727)
 			unsupported="$unsupported $device_id"
 		;;
-		0576 | 4313 | 4325 | 432a | 432c | 432d | 4358 | 4359 | 435a | a99d)
+		0576 | 4313 | 432a | 432c | 432d | 4358 | 4359 | 435a | a99d)
                         nottested=1
                 ;;
 		*)
diff --git a/debian/firmware-b43legacy-installer.postinst b/debian/firmware-b43legacy-installer.postinst
index 5ec00a6..2b171f9 100644
--- a/debian/firmware-b43legacy-installer.postinst
+++ b/debian/firmware-b43legacy-installer.postinst
@@ -44,7 +44,7 @@ pci=`lspci -n | grep -o "14e4:[1234567890abcdef]\+"` || true
 if [ -n "$pci" ]; then
         for device in $pci; do
                 device_id=`echo $device | cut -d: -f2`
-                if [ $device_id = 4301 ] || [ $device_id = 4306 ] || [ $device_id = 4320 ] || [ $device_id = 4324] ; then
+                if [ $device_id = 4301 ] || [ $device_id = 4306 ] || [ $device_id = 4320 ] || [ $device_id = 4324 ] || [ $device_id = 4325 ] ; then
                         supported=1
                         break
                 fi

Reply via email to