summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ugen.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cast a ptrdiff_t value to an int to quiet a warning since we don't supportjhb2002-11-071-1/+2
* Use the hw.usb sysctl tree instead of debug.usb.joe2002-08-081-1/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch thejoe2002-07-311-2/+2
* Get bored with hard coded debug level variables and introduce a debug.usbjoe2002-07-311-0/+3
* Delay the creation of the ugenX device node until we're certainjoe2002-07-091-5/+6
* MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96),joe2002-05-061-11/+4
* Be more specific about when block major numbers disappeared fromjoe2002-03-111-1/+1
* Prefix structure members to protect them against clashes with eg.alfred2002-02-201-41/+41
* Re-add bmaj to the cdevsw's, but don't compile it in on -current.joe2002-02-151-0/+3
* Revert uio.uio_td back to uio.uio_procp, using a #define in usb_port tojoe2002-01-021-2/+2
* Remove the special casing for NetBSD and OpenBSD now that theyjoe2002-01-021-4/+0
* NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)joe2002-01-021-11/+11
OpenPOWER on IntegriCloud