summaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.1.0_cvscvs2svn1999-02-1632-32/+32
* Removal unneccessary definitionsNick Hibma1999-01-141-9/+5
* Corrected the latent fact that the uhub driver was providing a driver forNick Hibma1999-01-148-13/+31
* Added Entrega Parallel and Serial Connectors to the informationNick Hibma1999-01-142-4/+26
* Changed 'xxxdebug = 0' to '...= 1' (Brian Feldman)Nick Hibma1999-01-135-11/+11
* 1) Bug fix: Interrupt transfers worked only for the first packet.Nick Hibma1999-01-131-12/+17
* Cast argument to avoid warning.Eivind Eklund1999-01-121-1/+1
* %b takes ints, not u_longs.Eivind Eklund1999-01-121-4/+4
* Take cdev major # 114 for ugenNick Hibma1999-01-121-2/+4
* 1) textual changesNick Hibma1999-01-121-48/+24
* Changed DRIVER_MODULE to CDEV_DRIVER_MODULENick Hibma1999-01-121-3/+4
* Added file handling to ulpt (USB printer) driverNick Hibma1999-01-111-2/+39
* Sync with NetBSD sources. Almost there. Mostly style fixes.Nick Hibma1999-01-1024-199/+287
* USUBCLASS_MODEM -> USUBCLASS_ABSTRACT_CONTROL_MODELEivind Eklund1999-01-081-2/+2
* Major synchronisation with NetBSD USB codeNick Hibma1999-01-0732-2054/+3790
* queue.h has taken over this functionalityNick Hibma1999-01-061-64/+0
* Big oops, wrong major number in sourceNick Hibma1999-01-051-2/+2
* Corrected the major number for usb and added ums as major 111Nick Hibma1999-01-032-4/+4
* Added UCLASS_CDC definitions to usb.hNick Hibma1998-12-152-5/+6
* The OHCI interfaces I have access to map their control regs etc. intoJulian Elischer1998-12-141-4/+4
* Added Id to all filesNick Hibma1998-12-1431-1/+35
* Added IdNick Hibma1998-12-141-0/+35
* Added commentNick Hibma1998-12-141-0/+3
* Added copyright and IdNick Hibma1998-12-141-0/+34
* small oops on previous bug fix, it's late...Nick Hibma1998-12-131-1/+1
* small bug fixNick Hibma1998-12-132-0/+2
* Removed unneeded definitionNick Hibma1998-12-131-4/+0
* dded the stubs for umodem and ucom (communications class driver). They are no...Nick Hibma1998-12-132-0/+403
* Updated USB kernel sources to NetBSD sources of 1998-12-09.Nick Hibma1998-12-1312-77/+88
* Fixed warning in usr.sbin/usbdNick Hibma1998-12-121-0/+2
* If we failed to probe/attach somehow, we never have a sc->sc_hccaJulian Elischer1998-12-111-0/+3
* Various bug fixes:Nick Hibma1998-12-099-44/+65
* Preliminary support for OHCI motherboardsNick Hibma1998-12-091-0/+2078
* Initial commit of ported NetBSD USB stackNick Hibma1998-11-2630-0/+11741