aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/uhub.c
Commit message (Expand)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that theAndrew Thompson2009-02-231-703/+0
* Fix two more PRs:Warner Losh2007-06-301-1/+2
* Change uhub to dynamic status size for status change endpoint. From aWarner Losh2007-06-291-2/+2
* Latest round of usb cleanups:Warner Losh2007-06-211-20/+38
* Mark the few remaining drivers that haven't been converted as needingWarner Losh2007-06-181-0/+1
* Expand USB_MATCH_STARTWarner Losh2007-06-171-1/+1
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalWarner Losh2007-06-131-2/+4
* Remove USBDEV() macro. We do not need a macro that is defined as itsWarner Losh2007-06-121-5/+4
* Remove devinfo junk.Warner Losh2007-06-091-7/+2
* Fix build (sc->dev => sc->sc_dev).Florent Thoumie2007-02-031-1/+1
* Fix memory leak of devinfo. The leak itself was documented inWarner Losh2007-02-031-122/+66
* More removing compatibility macros.Warner Losh2006-09-071-23/+23
* s/Static/static/gWarner Losh2006-09-061-7/+7
* Provide the USB device release number along with other parametersIan Dowse2005-08-231-4/+4
* Take out Giant in uhub_child_* in giant. There's one place where weWarner Losh2005-05-111-9/+16
* Use usbd_get_string() instead of calling usbd_get_string_desc()Ian Dowse2005-03-251-15/+3
* Root hubs don't have transaction translators, so skip printing theIan Dowse2005-03-201-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* When a port cannot be set up, report the error code in the `disablingIan Dowse2004-11-091-2/+2
* Merge recent USB2/EHCI related changes from NetBSD:Ian Dowse2004-11-031-4/+44
* We don't need a uhub_child_detached() routine now that we don't detachWarner Losh2004-09-091-34/+2
* Tweak the compatibility macros a little so that the device printing isWarner Losh2004-08-151-1/+0
* Next step in making usb more newbus:Warner Losh2004-08-141-26/+14
* Make the USB subsystem unloadable and detachable, though currentlyIan Dowse2004-08-021-1/+2
* Remove redundant inclusion of bus_if.h. It isn't needed in this file, asWarner Losh2004-07-221-1/+0
* MFp4:Warner Losh2004-07-221-28/+27
* MFNetBSD.Lukas Ertl2004-07-011-2/+5
* Add pnpinfo and location information to uhub. We also keep track ofWarner Losh2004-06-301-0/+107
* Initialise `restartcnt' in the newly malloc'd usbd_port structure,Ian Dowse2004-06-101-0/+1
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Merge up-to-date with NetBSD. No functional changes.Josef Karthauser2003-07-141-6/+2
* MFNetBSD:Josef Karthauser2003-07-141-5/+3
* MFNetBSD:Josef Karthauser2003-07-141-2/+1
* MFNetBSD:Josef Karthauser2003-07-141-1/+5
* As defined by USB Specification Rev 2.0 (in section 11.24.2.5), toJosef Karthauser2003-07-141-1/+1
* WARNING: white space diffJohn-Mark Gurney2003-07-041-15/+15
* Use the hw.usb sysctl tree instead of debug.usb.Josef Karthauser2002-08-081-1/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch theJosef Karthauser2002-07-311-1/+1
* Wake up Joe! It would help if I included sys/sysctl.h.Josef Karthauser2002-07-311-0/+1
* Add a sysctl (debug.usb.uhub) for tweaking the uhub debug levels.Josef Karthauser2002-07-311-1/+3
* Avoid reprobing on loading a driver. This does not work as the ivars setNick Hibma2002-06-171-0/+15
* Reduce the difference between our version and NetBSD's. (NoJosef Karthauser2002-04-071-11/+10
* MFNetBSD:Josef Karthauser2002-04-071-1/+2
* MFNetBSD: ohci.c (1.109), uhci.c (1.144), uhub.c (1.56), usb.c (1.57),Josef Karthauser2002-04-071-1/+1
* MFNetBSD:Josef Karthauser2002-04-071-3/+3
* MFNetBSD: uhub.c (1.54), usb_subr.c (1.92)Josef Karthauser2002-04-071-1/+18
* MFNetBSD:Josef Karthauser2002-04-071-2/+8
* MFNetBSD:Josef Karthauser2002-04-071-3/+3
* MFNetBSD: uhub.c (1.49), usb.c (1.51), usbdi.h (1.48), usbdivar.h (1.63)Josef Karthauser2002-04-021-2/+3
* Merge from NetBSD:Josef Karthauser2002-02-191-4/+13