summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ugen.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-211-1/+1
* MFC 184941:Nick Hibma2009-03-221-3/+7
* The timeout is in milliseconds, not in hz. Only the portion of theWarner Losh2007-06-281-2/+2
* For both interrupt and isochronous (the patch was unclear which one itWarner Losh2007-06-281-3/+13
* Remove devinfo junk.Warner Losh2007-06-091-4/+0
* More antideclarification.Warner Losh2006-09-061-31/+27
* Remove the portibility layer goo.Warner Losh2006-09-061-158/+71
* Fix a number of cases where ugen would panic, especially when theIan Dowse2006-06-051-32/+85
* Allow zero-length read/write operations to get through to theIan Dowse2006-06-031-5/+12
* Use %t (ptrdiff_t modifier) to print a couple of pointer differences ratherJohn Baldwin2005-12-151-2/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Don't call ugen_destroy_devnodes(). it is called from ugen_set_config()Julian Elischer2004-12-291-3/+0
* Don't include vnode.h.Poul-Henning Kamp2004-12-221-3/+2
* MFNetBSDJulian Elischer2004-12-131-43/+44
* Add sys/uio.h explicitly, and move sys/vnode.h include to be moreWarner Losh2004-12-131-1/+2
* Changes to cache endpoint descriptors for all the interfaces. this informationJulian Elischer2004-12-121-34/+114
* Permit fcntl(F_SETFL) to work on a ugen(4) device by not returning failureBrian Feldman2004-10-131-0/+1
* Back out rev.1.91 which implemented bulk read transfers in ugen(4) asBrian Feldman2004-10-131-151/+31
* Further modify bulk endpoint behavior to be able to tear down theBrian Feldman2004-10-121-4/+17
* * Use two cdevsw's for ugen(4): one for control endpoints, and one forBrian Feldman2004-10-021-20/+91
* * When toggling short transfers on a bulk transfer endpoint, cancel andBrian Feldman2004-10-021-20/+22
* Fix minor indentation/formatting nit. (No code changes.)Bill Paul2004-09-291-1/+1
* Arrgh. Recently I tried using ugen(4) in an application that usesBill Paul2004-09-281-26/+122
* For the moment, back out my back out of green's 1.87 commit. While itWarner Losh2004-09-091-11/+9
* Back out 1.88.Warner Losh2004-09-081-9/+11
* Tweak the compatibility macros a little so that the device printing isWarner Losh2004-08-151-1/+0
* It's not very useful to set a softc refcount around blocking read/writeBrian Feldman2004-07-011-11/+9
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.Warner Losh2004-06-271-1/+1
* MFNetBSD.Lukas Ertl2004-06-261-2/+5
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-10/+10
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-2/+2
* Cache dev_t values in the right structure.Bernd Walter2003-10-121-4/+4
* Fix indentionBernd Walter2003-10-011-1/+1
* Don't call makedev().Bernd Walter2003-10-011-9/+18
* I don't know from where the notion that device driver should orPoul-Henning Kamp2003-09-281-8/+0
* Fix the cdevsw compatibility for -stable.Josef Karthauser2003-08-251-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Make note of some NetBSD patches that we already have.Josef Karthauser2003-07-141-1/+3
* MFNetBSD:Josef Karthauser2003-07-141-1/+4
* WARNING: white space diffJohn-Mark Gurney2003-07-041-33/+33
* Correct the fix in rev 1.70Bernd Walter2003-05-291-5/+6
* Recreate devnodes on USB_SET_ALTINTERFACE ioctl.Bernd Walter2003-05-181-0/+11
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+8
* Implement outgoing interrupt pipes. It is part of the USB 1.1 spec.John Hay2003-02-281-0/+31
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-5/+5
* Cast a ptrdiff_t value to an int to quiet a warning since we don't supportJohn Baldwin2002-11-071-1/+2
* Use the hw.usb sysctl tree instead of debug.usb.Josef Karthauser2002-08-081-1/+2