summaryrefslogtreecommitdiff
path: root/devices.txt
Commit message (Collapse)AuthorAgeFilesLines
* devices: add MediaTek MT7981 WMAC compatibleHEADmasterDavid Bauer2023-05-171-0/+1
| | | | | | This adds detection for the MediaTek MT7981 WMAC. Signed-off-by: David Bauer <mail@david-bauer.net>
* devices: add compatible strings for Ralink WiSoCsDaniel Golle2023-02-081-9/+10
| | | | | | | | | | | | | | | | | Now that iwinfo_hardware_id_from_mtd() is no longer called in case a compatible string is found we need to add those to devices.txt. Unfortunately some WiSoCs share the same dtsi and hence also the compatible string, so detection is now slightly wrong for those, as they were previously identified parsing the MTD EEPROM data. As a reminder that this will need fixing, the following entries have been left in devices.txt: 0x1814 0x3051 0x1814 0x0007 0 0 "Ralink" "Rt3051" 0x1814 0x3052 0x1814 0x0008 0 0 "Ralink" "Rt3052" 0x1814 0x3350 0x1814 0x000b 0 0 "Ralink" "Rt3350" 0x1814 0x3662 0x1814 0x000d 0 0 "Ralink" "Rt3662" Fixes: fac0787 ("devices: add support for declaring compatible matched devices") Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* devices: add USB devices supported by the mt76 driverAndre Heider2023-01-201-0/+40
| | | | | | | | | | | | A nice and stable working mainline driver deserves first class support, and this adds all USB devices supported by it. The PIDs/VIDs are taken directly from the driver, in the very same order to make future syncs easy. The single left out entry is the unknown 148f:760a. Signed-off-by: Andre Heider <a.heider@gmail.com>
* devices: add MediaTek MT7628 cardAndre Heider2023-01-201-0/+1
| | | | | | | This adds the single missing compatible supported by the mt76 driver, which is used by a bunch of ramips mt7628an devices. Signed-off-by: Andre Heider <a.heider@gmail.com>
* devices: add support for declaring compatible matched devicesJo-Philipp Wich2023-01-101-10/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | Some device have embedded wifi card that are not connected with usb or internall with pci. Such device have fake device_id and only the vendor_id actually reflect something real but internally they don't have any id and are just matched by the node compatible binding in DT. We currently match this with a big if-else to match the single devices but this can be improved and be matched directly in devices.txt Rework this so that we can drop the big if-else and move the matching to devices.txt When a device is matched using compatible in iwinfo the hardware will be flagged as embedded and won't print empty ids. Update devices.txt by migrating all the compatible matching device from fake id to compatible matching. Tested-by: Christian Marangi <ansuelsmth@gmail.com> # ipq4019 Co-developed-by: Christian Marangi <ansuelsmth@gmail.com> Signed-off-by: Jo-Philipp Wich <jo@mein.io> Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> Tested-by: Robert Marko <robimarko@gmail.com> # ipq8074 Reviewed-by: Andre Heider <a.heider@gmail.com>
* devices: add Qualcomm Atheros QCN6024/9024/9074 cardsRobert Marko2023-01-061-0/+1
| | | | | | | Add Qualcomm Atheros QCN6024/9024/9074 PCI ID, they all are compatible and use the same ID. Signed-off-by: Robert Marko <robimarko@gmail.com>
* iwinfo: devices: add Qualcomm Atheros IPQ8074 WiSoCRobert Marko2023-01-061-0/+1
| | | | | | | Add detection of the Qualcomm Atheros IPQ8074 WiSoC using the compatible string from device tree. Signed-off-by: Robert Marko <robimarko@gmail.com>
* devices: add usb device MediaTek MT7921AUAndre Heider2022-12-151-0/+4
| | | | | | | | Add USB PID/VID as found on e.g. Comfast CF-953AX. Signed-off-by: Andre Heider <a.heider@gmail.com> [rebase onto current master] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* devices: add MediaTek MT7986 WiSoCDaniel Golle2022-08-311-0/+1
| | | | | | | Add detection of the MediaTek MT7986 WiSoC using the compatible string from device tree. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* devices: remove whitespaceDavid Bauer2022-04-241-1/+1
| | | | Signed-off-by: David Bauer <mail@david-bauer.net>
* devices: Add Cypress CYW43455Hauke Mehrtens2022-03-011-0/+1
| | | | | | This adds the Cypress CYW43455. This device was found on the Raspberry Pi 4. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* devices: fix AMD RZ608 formatDavid Bauer2022-01-061-1/+1
| | | | Signed-off-by: David Bauer <mail@david-bauer.net>
* devices: add AMD RZ608 device-idDavid Bauer2022-01-021-0/+1
| | | | Signed-off-by: David Bauer <mail@david-bauer.net>
* iwinfo: rename hardware.txt to devices.txtJo-Philipp Wich2021-07-111-0/+199
Signed-off-by: Jo-Philipp Wich <jo@mein.io>