devices: add support for declaring compatible matched devices
authorJo-Philipp Wich <jo@mein.io>
Mon, 9 Jan 2023 19:49:53 +0000 (20:49 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Mon, 9 Jan 2023 23:26:50 +0000 (00:26 +0100)
commitfac0787ab007243d7dc51948bd06eceea7299bba
tree7b4c73010e1cfc1a17f90bcedf8acfabdc1ce04f
parentc7b420a2f33c6f1034c3e2191eba0cb0374af7b6
devices: add support for declaring compatible matched devices

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.txt
include/iwinfo.h
iwinfo_cli.c
iwinfo_nl80211.c
iwinfo_utils.c