summaryrefslogtreecommitdiff
path: root/sys/dev/usb/umodem.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.8.0_cvscvs2svn2003-04-031-1/+1
* MFC: Change some structure names to bring them in line with -currentJosef Karthauser2002-11-061-3/+3
* MFC: ANSIfy the function headers.Josef Karthauser2002-11-061-69/+22
* MFC: Make debugging the usb stack easier. Introduce a hw.usb sysctlJosef Karthauser2002-08-121-2/+6
* MFC: sync kq up to current (extend to device layer, plus other fixes)Jonathan Lemon2001-02-261-2/+3
* MFC:Nick Hibma2001-01-061-4/+4
* MFC: The driver for the 3Com 5605 USB modem.Nick Hibma2000-10-311-25/+1121
* MFC: Update Lennart's e-mail address.Nick Hibma2000-07-021-1/+1
* MFC: Remove unneccessary includes.Nick Hibma2000-05-071-2/+0
* MFC: static -> Static in order to be more OpenBSD friendly.Nick Hibma2000-05-071-1/+1
* Missed a name change.Nick Hibma1999-11-181-1/+1
* Move the include of device.h into the NetBSD specific section.Nick Hibma1999-10-081-1/+1
* Make the umodem stub compileNick Hibma1999-10-071-1/+1
* Major synchronisation with the NetBSD USB stack:Nick Hibma1999-10-071-0/+1
* We use device_set_desc_copy, so we do not need to free the copied textNick Hibma1999-08-281-1/+0
* 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-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
* Textual changesNick Hibma1999-01-221-0/+1
* Corrected the latent fact that the uhub driver was providing a driver forNick Hibma1999-01-141-1/+1
* Changed 'xxxdebug = 0' to '...= 1' (Brian Feldman)Nick Hibma1999-01-131-1/+1
* Sync with NetBSD sources. Almost there. Mostly style fixes.Nick Hibma1999-01-101-10/+10
* Major synchronisation with NetBSD USB codeNick Hibma1999-01-071-79/+17
* Added Id to all filesNick Hibma1998-12-141-0/+1
* small bug fixNick Hibma1998-12-131-0/+1
* dded the stubs for umodem and ucom (communications class driver). They are no...Nick Hibma1998-12-131-0/+202