USB-ETHERNET adapter with chipset AX88772B (not just AX88772)

Hello,

suggests USB-ETHERNET adapter with chipset AX88772 for hikey.
Is the USB-ETHERNET adapter with chipset AX88772B good too?
(for plug and play)
(The adapter with chipset AX88772B is used for OLinuXino boards)

Thanks.

Yes, the chipset should be supported. However that’s not enough for things to work out of the box, the kernel will also need to know the VID/PID of the adapter.

Check it against this list from the v4.4 kernel sources:
http://lxr.free-electrons.com/source/drivers/net/usb/asix_devices.c?v=4.4#L936

Many thanks!