summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_cdce.c
Commit message (Expand)AuthorAgeFilesLines
* Fix two more PRs:imp2007-06-301-1/+2
* Add a boatload of devices from OpenBSD and NetBSD to kue and cdce.imp2007-06-231-4/+8
* Remove USBGETSOFTC, USB_ATTACH_START, USB_DETACH_START andimp2007-06-171-8/+26
* Expand USB_MATCH_STARTimp2007-06-171-1/+1
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalimp2007-06-131-3/+6
* Remove USBDEV() macro. We do not need a macro that is defined as itsimp2007-06-121-2/+2
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-121-8/+8
* Prefer device_printf over printfimp2007-06-101-35/+31
* The devinfo stuff has been moved up into the parent bus. There's noimp2007-06-091-5/+0
* Add support for Familiar Linux powered iPaq handhelds to cdce(4).flz2006-10-071-0/+1
* Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls incognet2006-09-221-2/+2
* More removing compatibility macros.imp2006-09-071-22/+22
* s/Static/static/gimp2006-09-061-27/+27
* Emit USB_EVENT_DRIVER_DETACH on detach.netchild2005-12-291-0/+3
* add product ID for Linux Ethernet/RNDIS gadget on pxa210/25x/26x.ume2005-09-281-0/+1
* Add dummy support for ifmedia subsystem. This allows devd to see cdce as ansobomax2005-09-261-0/+31
* Add missing mtx_destroy() when if_alloc() fails.ru2005-09-161-0/+2
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-15/+15
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-3/+7
* Fix identation.sobomax2005-03-251-1/+1
* Fix breakage in the previous commit caused by the last-minute change.sobomax2005-03-251-3/+2
* Move Rx/Tx lists management routines into central location.sobomax2005-03-251-115/+44
* Move xxx_newbuf() function, which was the same in all drivers into centralsobomax2005-03-251-28/+4
* Zaurus expecrs CRC to be in little-endian order, so that convert it into LEsobomax2005-03-221-1/+2
* Add USB Communication Device Class Ethernet driver. Originally written forsobomax2005-03-221-0/+807
OpenPOWER on IntegriCloud