aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/ubser.h
Commit message (Collapse)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that theAndrew Thompson2009-02-231-43/+0
| | | | | | | | | | new USB2 stack will fully replace this for 8.0. Remove kernel modules, a subsequent commit will update conf/files. Unhook usbdevs from the build. Notes: svn path=/head/; revision=188939
* initialize pp->p_sc so it can be referenced later.Bernd Walter2005-03-171-0/+2
| | | | | | | | | dynamicaly allocate the per port array. allow up to 32 serials per USB device. ask the device for correct pipe sizes. Notes: svn path=/head/; revision=143772
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
| | | | Notes: svn path=/head/; revision=139749
* add driver for BWCT console management serialsBernd Walter2004-03-011-0/+41
Notes: svn path=/head/; revision=126423