summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ugen.c
Commit message (Expand)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-231-1590/+0
* Add a reset device command to ugen.c.n_hibma2008-11-131-3/+7
* Replace all calls to minor() with dev2unit().ed2008-09-271-2/+2
* Don't include <sys/tty.h> in non-TTY drivers.ed2008-07-241-1/+1
* The timeout is in milliseconds, not in hz. Only the portion of theimp2007-06-281-2/+2
* For both interrupt and isochronous (the patch was unclear which one itimp2007-06-281-3/+13
* Remove devinfo junk.imp2007-06-091-4/+0
* More antideclarification.imp2006-09-061-31/+27
* Remove the portibility layer goo.imp2006-09-061-158/+71
* Fix a number of cases where ugen would panic, especially when theiedowse2006-06-051-32/+85
* Allow zero-length read/write operations to get through to theiedowse2006-06-031-5/+12
* Use %t (ptrdiff_t modifier) to print a couple of pointer differences ratherjhb2005-12-151-2/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Don't call ugen_destroy_devnodes(). it is called from ugen_set_config()julian2004-12-291-3/+0
* Don't include vnode.h.phk2004-12-221-3/+2
* MFNetBSDjulian2004-12-131-43/+44
* Add sys/uio.h explicitly, and move sys/vnode.h include to be moreimp2004-12-131-1/+2
* Changes to cache endpoint descriptors for all the interfaces. this informationjulian2004-12-121-34/+114
* Permit fcntl(F_SETFL) to work on a ugen(4) device by not returning failuregreen2004-10-131-0/+1
* Back out rev.1.91 which implemented bulk read transfers in ugen(4) asgreen2004-10-131-151/+31
* Further modify bulk endpoint behavior to be able to tear down thegreen2004-10-121-4/+17
* * Use two cdevsw's for ugen(4): one for control endpoints, and one forgreen2004-10-021-20/+91
* * When toggling short transfers on a bulk transfer endpoint, cancel andgreen2004-10-021-20/+22
* Fix minor indentation/formatting nit. (No code changes.)wpaul2004-09-291-1/+1
* Arrgh. Recently I tried using ugen(4) in an application that useswpaul2004-09-281-26/+122
* For the moment, back out my back out of green's 1.87 commit. While itimp2004-09-091-11/+9
* Back out 1.88.imp2004-09-081-9/+11
* Tweak the compatibility macros a little so that the device printing isimp2004-08-151-1/+0
* It's not very useful to set a softc refcount around blocking read/writegreen2004-07-011-11/+9
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.imp2004-06-271-1/+1
* MFNetBSD.le2004-06-261-2/+5
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-10/+10
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-2/+2
* Cache dev_t values in the right structure.ticso2003-10-121-4/+4
* Fix indentionticso2003-10-011-1/+1
* Don't call makedev().ticso2003-10-011-9/+18
* I don't know from where the notion that device driver should orphk2003-09-281-8/+0
* Fix the cdevsw compatibility for -stable.joe2003-08-251-1/+1
* Use __FBSDID().obrien2003-08-241-1/+3
* Make note of some NetBSD patches that we already have.joe2003-07-141-1/+3
* MFNetBSD:joe2003-07-141-1/+4
* WARNING: white space diffjmg2003-07-041-33/+33
* Correct the fix in rev 1.70ticso2003-05-291-5/+6
* Recreate devnodes on USB_SET_ALTINTERFACE ioctl.ticso2003-05-181-0/+11
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+8
* Implement outgoing interrupt pipes. It is part of the USB 1.1 spec.jhay2003-02-281-0/+31
* Back out M_* changes, per decision of the TRB.imp2003-02-191-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-5/+5
OpenPOWER on IntegriCloud