diff options
author | Thomas Backlund <tmb@mageia.org> | 2013-04-13 17:20:03 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2013-04-13 17:20:03 +0000 |
commit | a69330f3560ffa51be3cabf520f9af883392bfb8 (patch) | |
tree | 85aafae8510fb5c7c77d6d254e389172cbb7c546 | |
parent | ddf795c1d4d9e5c5a9d6de9c74d286291407f031 (diff) | |
download | ldetect-lst-a69330f3560ffa51be3cabf520f9af883392bfb8.tar ldetect-lst-a69330f3560ffa51be3cabf520f9af883392bfb8.tar.gz ldetect-lst-a69330f3560ffa51be3cabf520f9af883392bfb8.tar.bz2 ldetect-lst-a69330f3560ffa51be3cabf520f9af883392bfb8.tar.xz ldetect-lst-a69330f3560ffa51be3cabf520f9af883392bfb8.zip |
- map broadcom-wl driver for hw with no free alternative:
* 0x4313 / BCM4311
* 0x432a / BCM4321
* 0x432d / BCM4322
* 0x435a / BCM43228
* 0xa99d / BCM43421
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | lst/pcitable | 5 |
2 files changed, 11 insertions, 0 deletions
@@ -1,4 +1,10 @@ - nuke ancient dkms-modules-info/* +- map broadcom-wl driver for hw with no free alternative: + * 0x4313 / BCM4311 + * 0x432a / BCM4321 + * 0x432d / BCM4322 + * 0x435a / BCM43228 + * 0xa99d / BCM43421 Version 0.1.319 - 10 April 2013 diff --git a/lst/pcitable b/lst/pcitable index d099c503..939cb6a1 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -2150,6 +2150,11 @@ 0x1462 0x9123 "Card:NVIDIA GeForce 6100 to GeForce 7950" 0x1462 0x9591 "Card:NVIDIA GeForce 6100 to GeForce 7950" 0x148d 0x1003 "Hcf:www.linmodems.org" +0x14e4 0x4313 "wl" +0x14e4 0x432a "wl" +0x14e4 0x432d "wl" +0x14e4 0x435a "wl" +0x14e4 0xa99d "wl" 0x14ea 0xab06 "8139too" 0x14ea 0xab07 "8139too" 0x14ea 0xab08 "tulip" |