Changeset 25439

Show
Ignore:
Timestamp:
05/10/08 18:50:41 (5 days ago)
Author:
mmlr
Message:
Adding USB ECM (Ethernet Control Model) driver. This driver should support
devices of the CDC class (2 - communication) with ECM subclass (6) interfaces.
This type of device can be for example a USB to ethernet adapter or current
UMTS cell phones that support the Wireless Mobile Communications Devices (WMC)
standard.
Note that there is also another, similar, thing called EEM (Ethernet Emulation
Model) which we want to support too and is why I called this driver "usb_ecm"
instead of just "usb_network".
This driver was written in less than half a day and while it works nicely with
my Sony Ericsson K850i (comitting over this very device/driver), it does not
yet contain features like link state reporting and multicast and may obviously
contain a few bugs.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • haiku/trunk/src/add-ons/kernel/drivers/network/Jamfile

    r25045 r25439  
    88SubInclude HAIKU_TOP src add-ons kernel drivers network rtl8169 ; 
    99SubInclude HAIKU_TOP src add-ons kernel drivers network sis900 ; 
     10SubInclude HAIKU_TOP src add-ons kernel drivers network usb_ecm ; 
    1011SubInclude HAIKU_TOP src add-ons kernel drivers network via_rhine ; 
    1112SubInclude HAIKU_TOP src add-ons kernel drivers network vlance ;