Index: drivers/net/usb/usbnet.c
===================================================================
--- a/drivers.orig/net/usb/usbnet.c
+++ b/drivers/net/usb/usbnet.c
@@ -1677,10 +1677,11 @@
 		// heuristic:  "usb%d" for links we know are two-host,
 		// else "eth%d" when there's reasonable doubt.  userspace
 		// can rename the link if it knows better.
+		// "eth%d" renamed "usb%d" by dinotse  20200917
 		if ((dev->driver_info->flags & FLAG_ETHER) != 0 &&
 		    ((dev->driver_info->flags & FLAG_POINTTOPOINT) == 0 ||
 		     (net->dev_addr [0] & 0x02) == 0))
-			strcpy (net->name, "eth%d");
+			strcpy (net->name, "usb%d");
 		/* WLAN devices should always be named "wlan%d" */
 		if ((dev->driver_info->flags & FLAG_WLAN) != 0)
 			strcpy(net->name, "wlan%d");
