Message ID | 20220116213025.1379508-2-hauke@hauke-m.de |
---|---|
State | Accepted |
Delegated to: | Hauke Mehrtens |
Headers | show |
Series | [1/2] devices: Add Atheros AR9381 | expand |
Which project is this for? I don’t see a devices.txt in openwrt.git.
On 1/17/22 09:19, Paul Spooren wrote:
> Which project is this for? I don’t see a devices.txt in openwrt.git.
Hi Paul,
Sorry I missed the project name.
This is for the iwinfo project:
https://git.openwrt.org/?p=project/iwinfo.git;a=blob;f=devices.txt;h=e6c18e65e9be0d9d65dfc60f1b77c06dfb8efdee;hb=HEAD
Hauke
diff --git a/devices.txt b/devices.txt index 3cec45a..19c7a48 100644 --- a/devices.txt +++ b/devices.txt @@ -198,4 +198,5 @@ 0x14c3 0x7662 0x14c3 0x7662 0 0 "MediaTek" "MT76x2E" 0x14c3 0x7915 0x14c3 0x7915 0 0 "MediaTek" "MT7915E" 0x14e4 0xaa52 0x14e4 0xaa52 0 0 "Broadcom" "BCM43602" +0x02d0 0xa9a6 0x0000 0x0000 0 0 "Cypress" "CYW43455" 0x1ae9 0x0310 0x1ae9 0x0000 0 0 "Wilocity" "Wil6210"
This adds the Cypress CYW43455. This device was found on the Raspberry Pi 4. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> --- devices.txt | 1 + 1 file changed, 1 insertion(+)