diff options
author | Burt P <pburt0@gmail.com> | 2018-12-30 04:49:49 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-01-02 08:21:54 +0100 |
commit | 6012eaef6e7097aab6d69748492ab8f21a820261 (patch) | |
tree | 4f03107b196a6e2aab84ef5926618b8a733b2c1d /hwdb | |
parent | Merge pull request #11297 from yuwata/fix-11295 (diff) | |
download | systemd-6012eaef6e7097aab6d69748492ab8f21a820261.tar.xz systemd-6012eaef6e7097aab6d69748492ab8f21a820261.zip |
hwdb/sdio.ids: add BCM43438 + minor rewording of class name
* BCM43438 is used in the Raspberry Pi 3 B and B+
https://www.raspberrypi.org/products/raspberry-pi-3-model-b/
"BCM43438 wireless LAN and Bluetooth Low Energy (BLE) on board"
* With this minor change to "C 00", each class name could be prefixed
with "Is a" and still make sense.
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'hwdb')
-rw-r--r-- | hwdb/sdio.ids | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hwdb/sdio.ids b/hwdb/sdio.ids index d61729744e..9c706c0ea2 100644 --- a/hwdb/sdio.ids +++ b/hwdb/sdio.ids @@ -35,6 +35,7 @@ 02d0 Broadcom Corp. 044b Nintendo Wii WLAN daughter card a887 BCM43143 WLAN card + a9a6 BCM43438 combo WLAN and Bluetooth Low Energy (BLE) # As in RPi3B 4324 BCM43241 WLAN card 4329 BCM4329 WLAN card 4330 BCM4330 WLAN card @@ -82,7 +83,7 @@ # Syntax: # C class class_name -C 00 Not a SDIO standard interface +C 00 Non-standard SDIO interface C 01 UART standard interface C 02 Bluetooth Type-A standard interface C 03 Bluetooth Type-B standard interface |