The device enumerates on the USB as 0424/7800, and the chip-id register reads 0x7800. I should have realised sooner that this might not be consistent with a 75xx series device. And indeed, when I tried booting Raspbian, the dmesg output included
Code: Select all
usbcore: registered new interface driver lan78xx
Code: Select all
compatible = "usb424,7800";
It appears that the ethernet core of the LAN7515 is compatible with the LAN7800 and not the LAN7500. Can that be right?