summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_dev.h
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-03-20MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson
2009-03-17MFp4 //depot/projects/usb 159225,159241,159292Andrew Thompson
2009-02-28- Remove the usb interface number from the device nodes as it is not needed.Andrew Thompson
2009-02-27Change USB over to make_dev() for all device nodes, previously it hooked intoAndrew Thompson
2009-02-23Move the new USB stack into its new home.Andrew Thompson