summaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller
AgeCommit message (Expand)Author
2009-06-27Sync to p4Andrew Thompson
2009-06-23- Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson
2009-06-15s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson
2009-06-12Move the memory layout definitions and logic from mvreg.h to mvwin.hMarcel Moolenaar
2009-06-07Rename usb pipes to endpoints as it better represents what they are, and structAndrew Thompson
2009-05-30Revert the size_t part of the last commit for the moment, this blows up theAndrew Thompson
2009-05-29Fix function arguments were previously they matched the typedef by accident.Andrew 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-21Fix a failure to report failure on stalled status stage for controlAndrew Thompson
2009-05-21Add a driver for the AVR32 series USB Device Controller. Not hooked up asAndrew Thompson
2009-05-21Improve device mode (gadget) stall handling.Andrew Thompson
2009-05-21Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson
2009-05-21Use enums for speed and rev data types.Andrew Thompson
2009-05-21- rename usb2_mode to usb_mode [1]Andrew Thompson
2009-05-20Use defines for register offsets that do not change.Andrew Thompson
2009-05-20- Add new register definitionsAndrew Thompson
2009-05-20The register shift is not needed on this controller.Andrew Thompson
2009-05-13Add debug lines for fullspeed and highspeed xfer completion.Andrew Thompson
2009-05-05Make sure the frame list base address is re-programmed after stopping the USBAndrew Thompson
2009-05-05Revert part of r191494 which used the udev state to mark suspending, this needsAndrew Thompson
2009-04-25Track the usb device state as its powered on, addressed and configured. This ...Andrew Thompson
2009-04-22MFp4 //depot/projects/usb@160930Andrew Thompson
2009-04-22MFp4 //depot/projects/usb@160708Andrew Thompson
2009-04-22MFp4 //depot/projects/usb@160706Andrew Thompson
2009-04-22MFp4 //depot/projects/usb@160678Andrew Thompson
2009-04-22MFp4 //depot/projects/usb@160413Andrew Thompson
2009-04-10Revert r190676,190677Andrew Thompson
2009-04-06Remove usb_sw_transfer.[ch] which are now empty after r190735.Andrew Thompson
2009-04-06Provide a better commit log for r190735, forced by making a whitespace change.Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159946Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159926Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159922Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159909Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159866Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159700Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159674Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159673Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159671Andrew Thompson
2009-04-03Add a how argument to root_mount_hold() so it can be passed NOWAIT and be calledAndrew Thompson
2009-03-27The buffer start and end phys addresses should be 0x0 for an OHCI zero lengthAndrew Thompson
2009-03-20MFp4 //depot/projects/usb @159479,159502,159516,159522,159529Andrew Thompson
2009-03-20MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson
2009-03-20MFp4 //depot/projects/usb@159392Andrew Thompson
2009-03-20MFp4 //depot/projects/usb @159430Andrew Thompson
2009-03-11MFp4 //depot/projects/usb 158981,159016,159024Andrew Thompson
2009-03-11Fix a possible NULL pointer access at controller attach.Andrew Thompson
2009-03-09Fix musb_otg.h include filename.Andrew Thompson
2009-03-09remove now-redunant cardbus attachment.Warner Losh
2009-03-07(re)merge r186415,186416 from the old usb stack;Andrew Thompson