Package: firmware-b43legacy-installer
Severity: minor
Tags: patch

Hi,

Please remove BCM4303 as a supported chipset in the long description of
the firmware-b43legacy-installer package, along with the reference to it
in firmware-b43-installer's postinst.

PCI ID 14e4:4301 (BCM4301) was incorrectly listed as BCM4303.  This is
now amended in the PCI ID repository [1] and Linux Wireless b43 driver
page [2] as of revision 242.

Geoff

[1] http://pci-ids.ucw.cz/read/PC/14e4/4301
[2] 
http://wireless.kernel.org/en/users/Drivers/b43?action=diff&rev2=242&rev1=241

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

Kernel: Linux 3.0.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
diff --git a/debian/control b/debian/control
index cfb131d..4cb48a5 100644
--- a/debian/control
+++ b/debian/control
@@ -59,6 +59,5 @@ Description: Installer package for firmware for the b43legacy driver
  .
  Supported chipsets:
   - BCM4301
-  - BCM4303
   - BCM4306/2
   - BCM4306
diff --git a/debian/firmware-b43-installer.postinst b/debian/firmware-b43-installer.postinst
index b9a89e8..f1a6c30 100644
--- a/debian/firmware-b43-installer.postinst
+++ b/debian/firmware-b43-installer.postinst
@@ -74,7 +74,7 @@ if [ -n "$pci" ]; then
 fi
 
 if [ "$legacy" ]; then
-	echo "An unsupported BCM4301, BCM4303, BCM4306 or BCM4306/2 device was found."
+	echo "An unsupported BCM4301, BCM4306 or BCM4306/2 device was found."
 	echo "Use b43legacy firmware (firmware-b43legacy-installer package) instead."
 	echo "Aborting."
 	exit 0

Reply via email to