summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-231-1388/+0
* Silence detach messages if the device has marked itself quiet (u3g).n_hibma2008-11-131-12/+14
* Add a reset device command to ugen.c.n_hibma2008-11-131-7/+1
* uaa->ifaces contains pointers so set its entry to NULL not 0.n_hibma2008-11-031-1/+1
* Fix two more PRs:imp2007-06-301-2/+18
* s/logprintf/printf/gimp2007-06-201-2/+2
* Expand USB_DO_ATTACH inline.imp2007-06-171-12/+8
* config_detach is just used in one place, so expand it inline.imp2007-06-131-1/+6
* Complete an initialization to make gcc 4.2 happy.mjacob2007-06-101-0/+1
* Do not set address early. It fix problems when SET_ADDR_FAILED happenskevlo2007-05-081-24/+27
* Use pause() rather than tsleep() on stack variables and function pointers.jhb2007-02-271-1/+1
* Fix possible memory leaks of devinfo.imp2007-02-031-2/+2
* When changing the device address and max packet size in usbd_new_device(),iedowse2006-10-031-0/+18
* Yank FreeBSD specific code out from under ifdef.trhodes2006-09-101-127/+0
* More removing compatibility macros.imp2006-09-071-9/+9
* s/Static/static/gimp2006-09-061-20/+20
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Save and restore the data toggle value when a pipe to an endpointiedowse2006-02-261-0/+1
* Add a UQ_OPEN_CLEARSTALL quirk for devices that need a clear-stalliedowse2006-02-191-0/+12
* Improve the memory resoruce allocation and usage during the probe.imp2006-02-111-8/+29
* Don't perform an endpoint stall clear every time a pipe is opened.iedowse2006-01-081-17/+0
* - Rename UQ_BROKEN_IPOD to UQ_NO_OPEN_CLEARSTALL since it's likely to be usedflz2005-12-111-1/+1
* - Add Product IDs for iPod 3G and iPod Video.flz2005-12-051-12/+16
* Merge from NetBSD.sobomax2005-03-011-48/+9
* Although USBVERBOSE was an option in the config system, usb_subr.c failedimp2005-01-201-0/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Merge recent USB2/EHCI related changes from NetBSD:iedowse2004-11-031-8/+23
* Remove extra */peter2004-09-301-1/+1
* When opening a pipe, usbd_setup_pipe() will do a usbd_clear_endpoint_stall()wpaul2004-09-291-3/+8
* Add comments about why we're freeing subdevs (which is completelyimp2004-09-091-8/+11
* Tweak the compatibility macros a little so that the device printing isimp2004-08-151-2/+12
* Next step in making usb more newbus:imp2004-08-141-37/+31
* Add pnpinfo and location information to uhub. We also keep track ofimp2004-06-301-14/+43
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.imp2004-06-271-2/+2
* MFNetBSD.le2004-06-261-7/+23
* Refuse to change the configuration index if the device has openiedowse2004-05-291-2/+10
* Do the looping retry trick in the first operation to try to talkjulian2004-04-011-11/+14
* Put the event notification back where it was for freeBSD, after device creation.julian2004-03-201-2/+2
* Diff reduction to NetBSDjulian2004-03-191-22/+35
* Re-enable detach events after adding a bugfix from NetBSDjulian2004-03-191-1/+2
* Empty vendor string overrides knowndevssanpei2004-01-181-0/+4
* Try a port reset if initial contact to a device failed.ticso2003-09-011-1/+4
* Use __FBSDID().obrien2003-08-241-1/+3
* Update to reflect the NetBSD patches that are already included.joe2003-07-141-1/+6
* WARNING: white space diffjmg2003-07-041-21/+21
* Some USB devices are not prepared to deal with a single byte stringjoe2003-01-141-2/+8
* Retry to get full device descriptor, this let my slow CD Tower device work.davidxu2003-01-081-1/+7
* Set the ivars _after_ checking that the bdev was correctly created insteadn_hibma2002-06-171-2/+2
* Add a power exceeded debug message.joe2002-04-251-1/+2
* MFNetBSD:joe2002-04-251-2/+2
OpenPOWER on IntegriCloud