summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uhub.c
AgeCommit message (Expand)Author
2010-12-06* replace per-driver dying and/or other state variables with use ofJacob Meuser
2010-09-23add a 'dying' flag to struct usbd_bus. use this to signify the busJacob Meuser
2010-09-23instead of running usb_explore() from individual kthreads for eachJacob Meuser
2010-09-21The size of sc_status[] (the buffer for USB hub's interrupt pipe) will besasano
2009-11-13do not need to pad up the uhub allocation anymore, from miodTheo de Raadt
2009-11-12Avoid using the trick of malloc'ing more than a struct to grow the arrayTheo de Raadt
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-10-11treat usb vendor/product names as a locator, and have usbd_print handle it,Theo de Raadt
2007-06-14Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS andMarc Balmer
2007-06-12Remove the definition and use of the device_ptr_t which was a struct device *.Marc Balmer
2007-06-10Remove the definition and use of the USBDEVNAME macro.Marc Balmer
2007-06-10Remove the definition and use of the USBDEV macro. It only created confusionMarc Balmer
2007-06-06Mechanical removal of USBBASEDEVICE. No binary change.Michael Knudsen
2007-06-06Shrink dmesg output. Tweaked version of a diff from tedu@Jonathan Gray
2007-06-05Remove the "Static" declaration of many functions. It was defined to be emptyMarc Balmer
2007-06-01Remove more Free(?)BSD and NetBSD #ifdef/#endifs. No functional norMarc Balmer
2007-05-27Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.Jonathan Gray
2007-05-21Remove logprintf macroJonathan Gray
2007-03-22Reapplication of rev 1.36.Christopher Pascoe
2007-03-18Backout pascoe@'s last USB change because it page faults at attachmentMarcus Glocker
2007-03-18Wait the stable power delay on a USB hub only once per hub (not per port),Christopher Pascoe
2006-06-26fix typos in debug messagesMichael Coulter
2006-06-23In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesMiod Vallat
2005-08-01Don't keep the devinfo string on the stack, instead use malloc/free.Brad Smith
2005-03-28shorten dmesgDavid Gwynne
2005-03-13Merge support for USB1 devices located beyond USB2 hubs, mostly from netbsd.Christopher Pascoe
2004-12-12get rid of uhub_reset_deviceDavid Gwynne
2004-12-12better way to do the reattachement of a deviceDavid Gwynne
2004-12-09code to let us cause a detach and reattach of a device from softwareDavid Gwynne
2004-07-11from netbsd via loki@animata.net, revision 1.68Theo de Raadt
2004-07-11from netbsd via loki@animata.netTheo de Raadt
2004-07-08put "do { } while (0)" wrappers on all the debug maroc functionsTheo de Raadt
2004-07-07silence somethingTheo de Raadt
2004-06-10From FreeBSD (via rees@umich.edu and nate)Peter Valchev
2003-07-08Sync USB code with NetBSD.Nathan Binkert
2003-05-19fix documentation links from netbsdNathan Binkert
2003-05-07string cleanup; nate okTheo de Raadt
2002-07-25get rid of trailing whitespaceNathan Binkert
2002-07-10Handle resetting port better.Nathan Binkert
2002-05-07Meant to commit only ulpt and committed everything. Most things weren't readyNathan Binkert
2002-05-07Sync ulpt driver with NetBSDNathan Binkert
2001-10-31Synchronize usb code with NetBSD.Nathan Binkert
2001-05-03Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three differentAaron Campbell
2001-01-28Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)Aaron Campbell
2000-11-08Sync with NetBSD. Too many changes to mention. For now I have skippedAaron Campbell
2000-07-04sync with NetBSD... well almost. someone w/ the hw should check umass.Federico G. Schwindt
2000-03-30Sync with NetBSD. USB Ethernet drivers should work now.Aaron Campbell
2000-03-28Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theAaron Campbell
2000-03-26Sync with NetBSD.Aaron Campbell