summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_dev.c
AgeCommit message (Expand)Author
2009-05-30Revert the size_t part of the last commit for the moment, this blows up theAndrew Thompson
2009-05-29s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson
2009-05-28s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson
2009-05-21Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson
2009-05-21- rename usb2_mode to usb_mode [1]Andrew Thompson
2009-05-13Check the correct variable for IO_NDELAY.Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159864Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159806Andrew Thompson
2009-03-22Set the endpoint on the preallocated fifo so it doesnt get matched as anAndrew Thompson
2009-03-22Improve debugging output around ioctls.Andrew Thompson
2009-03-20Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS.Andrew Thompson
2009-03-20MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson
2009-03-20MFp4 //depot/projects/usb @159430Andrew Thompson
2009-03-17MFp4 //depot/projects/usb 159225,159241,159292Andrew Thompson
2009-03-05Fix usb2_poll not to return an error number as the function return value is aAndrew Thompson
2009-02-28A couple of style nits in the last commitAndrew Thompson
2009-02-28- Remove the usb interface number from the device nodes as it is not needed.Andrew Thompson
2009-02-27Change the last references to PRIV_ROOT. /dev/usb used to be world writable soAndrew Thompson
2009-02-27Change USB over to make_dev() for all device nodes, previously it hooked intoAndrew Thompson
2009-02-24Fix compiler warning.Andrew Thompson
2009-02-24MFp4 //depot/projects/usb@157974Andrew Thompson
2009-02-23Move the new USB stack into its new home.Andrew Thompson