summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbf_subr.c
AgeCommit message (Expand)Author
2008-12-01leak memory in the realloc function until we find out who has a pointerTheo de Raadt
2008-06-10Fix a memory leak in usbf_realloc(), and make the speed configuration arrayMiod Vallat
2007-09-11KNFGilles Chehade
2007-09-09more M_ZERO conversions; ok krw@.Federico G. Schwindt
2007-07-27Correct the length of the usb_string_descriptor_t and fix a possibleMarc Balmer
2007-06-15Replace the USB_USE_SOFTINTR macro with __HAVE_GENERIC_SOFT_INTTERUPTSMarc Balmer
2007-06-14unbreak tree after untested timeout.h deletionsTheo de Raadt
2007-06-12Remove the definition and use of the device_ptr_t which was a struct device *.Marc Balmer
2007-06-11Remove the definiton and usage of the USB_DO_ATTACH macro. It was a wrapperMarc Balmer
2007-06-10Remove the definition and use of the USBDEVNAME macro.Marc Balmer
2007-06-10Remove definitions and usage of usb_callout and related macros. These macrosMarc Balmer
2007-02-13USB client mode with cdce function driver is coming along, RX and TX kinda work.Dale Rahn
2007-02-07Several improvements to the usb client code. Still not working.Dale Rahn
2006-11-25Initial USB device controller (UDC) and USB CDC Ethernet function supportUwe Stuehler