summaryrefslogtreecommitdiff
path: root/sys/dev/usb/umodem.c
Commit message (Expand)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that theAndrew Thompson2009-02-231-821/+0
* All the other routines returned EIO from the param routine. Return itWarner Losh2008-08-311-1/+1
* Ioctls that aren't handled by this layer need to return ENOIOCTL, notWarner Losh2008-08-311-9/+7
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-2/+2
* Add missing newline in printf.Warner Losh2007-07-291-1/+1
* With the advent of G3/CDMA modems, the old buffer sizes are no longerWarner Losh2007-06-281-4/+4
* Initialize id before using it.Warner Losh2007-06-231-1/+1
* Latest round of usb cleanups:Warner Losh2007-06-211-12/+7
* s/logprintf/printf/gWarner Losh2007-06-201-1/+1
* Finish removal of usb_port.h macros.Warner Losh2007-06-181-2/+3
* Expand USB_MATCH_STARTWarner Losh2007-06-171-1/+1
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalWarner Losh2007-06-131-3/+6
* Eliminate usb_thread_t.Warner Losh2007-06-121-2/+2
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromWarner Losh2007-06-121-2/+2
* Try to set the data multiplexed feature, but don't care if there's anWarner Losh2007-06-091-46/+28
* More removing compatibility macros.Warner Losh2006-09-071-9/+9
* s/Static/static/gWarner Losh2006-09-061-28/+28
* Add support for:Alexander Leidinger2006-06-181-0/+2
* Use a taskqueue to handle port status changes.Shunsuke Akiyama2005-01-311-1/+18
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* We don't need vnode.h, but do need uio.h in these files. vnode.hWarner Losh2004-12-131-1/+1
* Overhaul ucom serial driver by using generic stuff instead of homerolledPoul-Henning Kamp2004-09-171-3/+4
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.Warner Losh2004-06-271-2/+2
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* check interface numberMIHIRA Sanpei Yoshiro2004-05-301-3/+5
* add support Kyocera AH-K3001V (cellular phone in Japan)MIHIRA Sanpei Yoshiro2004-05-211-6/+32
* MFNetBSD (umodem.c 1.46):MIHIRA Sanpei Yoshiro2004-05-141-2/+2
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Fix duplicate sc_dying usage.Shunsuke Akiyama2003-03-091-5/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Make compile cleanly when USB_DEBUG is defined.Warner Losh2003-01-121-1/+2
* Merge from NetBSD and arrange for FreeBSD's slight differences inWarner Losh2003-01-091-817/+411
* Use the hw.usb sysctl tree instead of debug.usb.Josef Karthauser2002-08-081-1/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch theJosef Karthauser2002-07-311-2/+2
* Get bored with hard coded debug level variables and introduce a debug.usbJosef Karthauser2002-07-311-0/+3
* Make this compile again after the recent NetBSD mergeWarner Losh2002-04-021-2/+2
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* MFNetBSD: Update many URLs.Josef Karthauser2002-04-011-1/+2
* Use ANSI prototypes and declarations.Josef Karthauser2002-04-011-69/+22
* Be more specific about when block major numbers disappeared fromJosef Karthauser2002-03-111-1/+1
* Re-add bmaj to the cdevsw's, but don't compile it in on -current.Josef Karthauser2002-02-151-0/+3
* Sync with NetBSD:Josef Karthauser2002-01-021-3/+3
* NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)Josef Karthauser2002-01-021-9/+9
* KSE Milestone 2Julian Elischer2001-09-121-9/+9
* Only clear endpoint stall if status was USBD_STALLED.Nick Hibma2001-09-021-2/+4
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Extend kqueue down to the device layer.Jonathan Lemon2001-02-151-2/+3
* Use suser(9) instead of checking p->p_ucred->cr_uid directly.John Baldwin2001-01-231-1/+1
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-091-0/+4