Usbnet

From Bobs Projects
Revision as of 10:29, 17 September 2012 by Bob Edwards (Talk | contribs)

Jump to: navigation, search

usbnet is the Ethernet over USB Network driver shim in the Linux kernel.

The source for the USB Network layer can be found in the Linux kernel at drivers/net/usb

The source for usbnet.c, in particular, is at: drivers/net/usb/usbnet.c

Interesting drivers within the USB Networking layer are:

Gadget drivers

Linux kernel seems to prefer the term "gadget" when referring to USB Device support for devices running Linux.

Support in the Linux kernel for Ethernet over USB networking from the devices end, if the device CPU is running Linux:

External Links