| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs | cvs2svn | 2008-02-24 | 1 | -1/+1 |
| * | 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 | -1/+1 |
| * | Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate from | Warner Losh | 2007-06-12 | 1 | -2/+2 |
| * | Remove devinfo junk. | Warner Losh | 2007-06-09 | 1 | -14/+0 |
| * | Remove compat ifdefs for version < 500014 from the rest of the USB files. | Christian Brueffer | 2007-06-07 | 1 | -4/+0 |
| * | Despite several examples in the kernel, the third argument of | David Malone | 2007-06-04 | 1 | -1/+1 |
| * | o A quirk for Sagem USB-Serial controller. | Maxim Konovalov | 2007-03-24 | 1 | -0/+2 |
| * | Back out revision 1.33. usb/98983 was misfiled and the patch had no effect. | Jung-uk Kim | 2006-12-26 | 1 | -2/+0 |
| * | More removing compatibility macros. | Warner Losh | 2006-09-07 | 1 | -19/+19 |
| * | s/Static/static/g | Warner Losh | 2006-09-06 | 1 | -39/+39 |
| * | Add a few more devices to the supported list. Specifically, the PHAROS and | Warner Losh | 2006-07-24 | 1 | -0/+4 |
| * | Comment fix. | Takanori Watanabe | 2006-06-29 | 1 | -2/+2 |
| * | Willcom WSIM DD support. | Takanori Watanabe | 2006-06-29 | 1 | -0/+2 |
| * | Add a forgotten "," | Matteo Riondato | 2006-06-19 | 1 | -1/+1 |
| * | Add Hamlet eXagerate XURS232 USB-Serial adapter | Matteo Riondato | 2006-06-19 | 1 | -0/+2 |
| * | Add the Tripp-Lite U209-000-R serial adapter. | Ian Dowse | 2006-02-27 | 1 | -0/+2 |
| * | Use the release version as a floor, not an exact match. Add comment to that | Warner Losh | 2006-02-11 | 1 | -1/+4 |
| * | Fix -Wundef from compiling the amd64 LINT. | Ruslan Ermilov | 2005-12-04 | 1 | -2/+2 |
| * | Add support for IODATA USB-RSAQ3 USB-Serial Adapter. | Hiroki Sato | 2005-07-03 | 1 | -0/+2 |
| * | Add support for Sitecom USB to serial cable (v2) | Lukas Ertl | 2005-04-08 | 1 | -0/+2 |
| * | Use a taskqueue to handle port status changes. | Shunsuke Akiyama | 2005-01-31 | 1 | -0/+18 |
| * | - Add support for new chips, PL-2303X and PL-2303HX. | Shunsuke Akiyama | 2005-01-25 | 1 | -21/+159 |
| * | 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 |
| * | Add support for CTS modemsignal as well. | Poul-Henning Kamp | 2004-10-02 | 1 | -0/+9 |
| * | Overhaul ucom serial driver by using generic stuff instead of homerolled | Poul-Henning Kamp | 2004-09-17 | 1 | -2/+3 |
| * | add support ELECOM UC-SGT(minor change version) | MIHIRA Sanpei Yoshiro | 2004-09-03 | 1 | -0/+1 |
| * | Add support to Sony Ericsson USB Cable(Susteen USB Data Cable) | MIHIRA Sanpei Yoshiro | 2004-08-08 | 1 | -0/+2 |
| * | MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes. | Warner Losh | 2004-06-27 | 1 | -1/+1 |
| * | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
| * | Fix comment typo. | Shunsuke Akiyama | 2003-11-16 | 1 | -1/+1 |
| * | Make interrupt pipe interval time configurable. | Shunsuke Akiyama | 2003-11-16 | 1 | -2/+29 |
| * | Add vendor IDs, and device IDs supported by uplcom(4). | Shunsuke Akiyama | 2003-11-16 | 1 | -0/+6 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -1/+3 |
| * | Make note that we already have these NetBSD patches. | Josef Karthauser | 2003-07-14 | 1 | -1/+1 |
| * | WARNING: white space diff | John-Mark Gurney | 2003-07-04 | 1 | -10/+10 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |
| * | Apply some fixups in the driver_t's. | Josef Karthauser | 2002-11-17 | 1 | -1/+1 |
| * | 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 | -4/+1 |
| * | When usb is kld, ucom and uplcom were failed to load because of | Hajimu UMEMOTO | 2002-07-13 | 1 | -0/+1 |
| * | It's not "usio" anymore, it's "ucom". | Josef Karthauser | 2002-07-10 | 1 | -1/+1 |
| * | Improve detach operation. | Josef Karthauser | 2002-07-10 | 1 | -1/+1 |
| * | Add another ucom device (ELECOM UC-SGT). | Josef Karthauser | 2002-07-10 | 1 | -0/+2 |