| Commit message (Expand) | Author | Age | Files | Lines |
* | Move usb to a graveyard location under sys/legacy/dev, it is intended that the | Andrew Thompson | 2009-02-23 | 1 | -821/+0 |
* | All the other routines returned EIO from the param routine. Return it | Warner Losh | 2008-08-31 | 1 | -1/+1 |
* | Ioctls that aren't handled by this layer need to return ENOIOCTL, not | Warner Losh | 2008-08-31 | 1 | -9/+7 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | Ed Schouten | 2008-08-20 | 1 | -2/+2 |
* | Add missing newline in printf. | Warner Losh | 2007-07-29 | 1 | -1/+1 |
* | With the advent of G3/CDMA modems, the old buffer sizes are no longer | Warner Losh | 2007-06-28 | 1 | -4/+4 |
* | Initialize id before using it. | Warner Losh | 2007-06-23 | 1 | -1/+1 |
* | Latest round of usb cleanups: | Warner Losh | 2007-06-21 | 1 | -12/+7 |
* | s/logprintf/printf/g | Warner Losh | 2007-06-20 | 1 | -1/+1 |
* | Finish removal of usb_port.h macros. | Warner Losh | 2007-06-18 | 1 | -2/+3 |
* | Expand USB_MATCH_START | Warner Losh | 2007-06-17 | 1 | -1/+1 |
* | Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functional | Warner Losh | 2007-06-13 | 1 | -3/+6 |
* | Eliminate usb_thread_t. | Warner Losh | 2007-06-12 | 1 | -2/+2 |
* | Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate from | Warner Losh | 2007-06-12 | 1 | -2/+2 |
* | Try to set the data multiplexed feature, but don't care if there's an | Warner Losh | 2007-06-09 | 1 | -46/+28 |
* | More removing compatibility macros. | Warner Losh | 2006-09-07 | 1 | -9/+9 |
* | s/Static/static/g | Warner Losh | 2006-09-06 | 1 | -28/+28 |
* | Add support for: | Alexander Leidinger | 2006-06-18 | 1 | -0/+2 |
* | Use a taskqueue to handle port status changes. | Shunsuke Akiyama | 2005-01-31 | 1 | -1/+18 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | We don't need vnode.h, but do need uio.h in these files. vnode.h | Warner Losh | 2004-12-13 | 1 | -1/+1 |
* | Overhaul ucom serial driver by using generic stuff instead of homerolled | Poul-Henning Kamp | 2004-09-17 | 1 | -3/+4 |
* | MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes. | Warner Losh | 2004-06-27 | 1 | -2/+2 |
* | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
* | check interface number | MIHIRA Sanpei Yoshiro | 2004-05-30 | 1 | -3/+5 |
* | add support Kyocera AH-K3001V (cellular phone in Japan) | MIHIRA Sanpei Yoshiro | 2004-05-21 | 1 | -6/+32 |
* | MFNetBSD (umodem.c 1.46): | MIHIRA Sanpei Yoshiro | 2004-05-14 | 1 | -2/+2 |
* | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -1/+3 |
* | Fix duplicate sc_dying usage. | Shunsuke Akiyama | 2003-03-09 | 1 | -5/+2 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
* | Make compile cleanly when USB_DEBUG is defined. | Warner Losh | 2003-01-12 | 1 | -1/+2 |
* | Merge from NetBSD and arrange for FreeBSD's slight differences in | Warner Losh | 2003-01-09 | 1 | -817/+411 |
* | Use the hw.usb sysctl tree instead of debug.usb. | Josef Karthauser | 2002-08-08 | 1 | -1/+2 |
* | Replace the FOO_DEBUG definitions with USB_DEBUG, and switch the | Josef Karthauser | 2002-07-31 | 1 | -2/+2 |
* | Get bored with hard coded debug level variables and introduce a debug.usb | Josef Karthauser | 2002-07-31 | 1 | -0/+3 |
* | Make this compile again after the recent NetBSD merge | Warner Losh | 2002-04-02 | 1 | -2/+2 |
* | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -1/+1 |
* | MFNetBSD: Update many URLs. | Josef Karthauser | 2002-04-01 | 1 | -1/+2 |
* | Use ANSI prototypes and declarations. | Josef Karthauser | 2002-04-01 | 1 | -69/+22 |
* | Be more specific about when block major numbers disappeared from | Josef Karthauser | 2002-03-11 | 1 | -1/+1 |
* | Re-add bmaj to the cdevsw's, but don't compile it in on -current. | Josef Karthauser | 2002-02-15 | 1 | -0/+3 |
* | Sync with NetBSD: | Josef Karthauser | 2002-01-02 | 1 | -3/+3 |
* | NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too) | Josef Karthauser | 2002-01-02 | 1 | -9/+9 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -9/+9 |
* | Only clear endpoint stall if status was USBD_STALLED. | Nick Hibma | 2001-09-02 | 1 | -2/+4 |
* | Send the remains (such as I have located) of "block major numbers" to | Poul-Henning Kamp | 2001-03-26 | 1 | -1/+0 |
* | Extend kqueue down to the device layer. | Jonathan Lemon | 2001-02-15 | 1 | -2/+3 |
* | Use suser(9) instead of checking p->p_ucred->cr_uid directly. | John Baldwin | 2001-01-23 | 1 | -1/+1 |
* | select() DKI is now in <sys/selinfo.h>. | Garrett Wollman | 2001-01-09 | 1 | -0/+4 |