aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/ugen.c
Commit message (Expand)AuthorAgeFilesLines
* Synchronise with NetBSD.Josef Karthauser2001-12-311-34/+79
* KSE Milestone 2Julian Elischer2001-09-121-11/+11
* Only clear endpoint stall if status was USBD_STALLED.Nick Hibma2001-09-021-1/+2
* Add safety belts. A control endpoint doesn't have an endpoint descriptor.Nick Hibma2001-08-301-33/+10
* Pull in the most recent version of usb_quirks.h and propagate the necessaryNick Hibma2001-07-051-1/+1
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-091-0/+4
* make sure we tear down the devnodes for the endpoints 1 and aboveNick Hibma2000-12-121-46/+74
* Add Isochronus transfer mode support required byRoger Hardiman2000-12-071-13/+180
* Non functional change.Roger Hardiman2000-12-071-70/+21
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Remove __P prototypes to reduce diffs between the NetBSD and FreeBSDNick Hibma2000-07-171-11/+11
* Sync with NetBSD:Nick Hibma2000-05-141-4/+17
* Change Lennart's e-mail address.Nick Hibma2000-05-141-1/+1
* OpenBSD has a broken debugger that does not grok static. Use aNick Hibma2000-04-031-17/+17
* Fix flushing of the clists before deleting them. Stops the machineNick Hibma2000-03-021-0/+1
* Correct subroutine names in DPRINTFNick Hibma2000-01-251-5/+5
* The previous fix for the USB ugen device set configuration ioctl()Nick Hibma2000-01-241-4/+12
* Check whether we can change config at all. If any of the endpointsNick Hibma2000-01-231-1/+11
* Zap the vnodes for the control endpoint as well.Nick Hibma2000-01-231-0/+6
* Remove duplicate includeNick Hibma2000-01-201-1/+0
* More USB ethernet tweaks:Bill Paul2000-01-201-1/+2
* Commit for r1.29 of ugen.c was wrong. All the ugenX* deviceNick Hibma1999-11-301-8/+16
* Correct the last parameter for clallocNick Hibma1999-11-281-1/+1
* Synchronisation with NetBSD 1999/11/27Nick Hibma1999-11-281-31/+55
* Revoke the vnodes on detach. This avoids the crashes people have seenNick Hibma1999-11-211-2/+14
* Change the clist reservation from 0 to buffer size.Nick Hibma1999-11-181-1/+1
* Synchronisation with NetBSD as of 1999/11/16:Nick Hibma1999-11-171-163/+175
* Avoid the usurping messageNick Hibma1999-11-111-1/+7
* Use cdevsw_add() explicitly as a workaround for DEV_DRIVER_MODULE().Peter Wemm1999-11-081-1/+4
* Major synchronisation with the NetBSD USB stack:Nick Hibma1999-10-071-138/+273
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* o fix typoMasahide MAEKAWA1999-08-291-1/+1
* o synchronisation with NetBSDMasahide MAEKAWA1999-08-291-2/+4
* We use device_set_desc_copy, so we do not need to free the copied textNick Hibma1999-08-281-1/+1
* Protect the file interface against disconnects.Nick Hibma1999-08-121-7/+12
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.Poul-Henning Kamp1999-07-041-2/+1
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-4/+19
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenPoul-Henning Kamp1999-05-091-1/+1
* Fix some of the places where too much inside knowledge about major/minorPoul-Henning Kamp1999-05-081-2/+2
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-071-2/+2
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-6/+1
* 1) Make debugging more selective.Nick Hibma1999-04-111-4/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
* Added ioctl interfaceNick Hibma1999-01-211-2/+24
* Corrected the latent fact that the uhub driver was providing a driver forNick Hibma1999-01-141-1/+1
* Cast argument to avoid warning.Eivind Eklund1999-01-121-1/+1
* Take cdev major # 114 for ugenNick Hibma1999-01-121-2/+4
* Sync with NetBSD sources. Almost there. Mostly style fixes.Nick Hibma1999-01-101-10/+6
* Major synchronisation with NetBSD USB codeNick Hibma1999-01-071-89/+891