aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/uplcom.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* 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-1/+1
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromWarner Losh2007-06-121-2/+2
* Remove devinfo junk.Warner Losh2007-06-091-14/+0
* Remove compat ifdefs for version < 500014 from the rest of the USB files.Christian Brueffer2007-06-071-4/+0
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-041-1/+1
* o A quirk for Sagem USB-Serial controller.Maxim Konovalov2007-03-241-0/+2
* Back out revision 1.33. usb/98983 was misfiled and the patch had no effect.Jung-uk Kim2006-12-261-2/+0
* More removing compatibility macros.Warner Losh2006-09-071-19/+19
* s/Static/static/gWarner Losh2006-09-061-39/+39
* Add a few more devices to the supported list. Specifically, the PHAROS andWarner Losh2006-07-241-0/+4
* Comment fix.Takanori Watanabe2006-06-291-2/+2
* Willcom WSIM DD support.Takanori Watanabe2006-06-291-0/+2
* Add a forgotten ","Matteo Riondato2006-06-191-1/+1
* Add Hamlet eXagerate XURS232 USB-Serial adapterMatteo Riondato2006-06-191-0/+2
* Add the Tripp-Lite U209-000-R serial adapter.Ian Dowse2006-02-271-0/+2
* Use the release version as a floor, not an exact match. Add comment to thatWarner Losh2006-02-111-1/+4
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-2/+2
* Add support for IODATA USB-RSAQ3 USB-Serial Adapter.Hiroki Sato2005-07-031-0/+2
* Add support for Sitecom USB to serial cable (v2)Lukas Ertl2005-04-081-0/+2
* Use a taskqueue to handle port status changes.Shunsuke Akiyama2005-01-311-0/+18
* - Add support for new chips, PL-2303X and PL-2303HX.Shunsuke Akiyama2005-01-251-21/+159
* 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
* Add support for CTS modemsignal as well.Poul-Henning Kamp2004-10-021-0/+9
* Overhaul ucom serial driver by using generic stuff instead of homerolledPoul-Henning Kamp2004-09-171-2/+3
* add support ELECOM UC-SGT(minor change version)MIHIRA Sanpei Yoshiro2004-09-031-0/+1
* Add support to Sony Ericsson USB Cable(Susteen USB Data Cable)MIHIRA Sanpei Yoshiro2004-08-081-0/+2
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.Warner Losh2004-06-271-1/+1
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Fix comment typo.Shunsuke Akiyama2003-11-161-1/+1
* Make interrupt pipe interval time configurable.Shunsuke Akiyama2003-11-161-2/+29
* Add vendor IDs, and device IDs supported by uplcom(4).Shunsuke Akiyama2003-11-161-0/+6
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Make note that we already have these NetBSD patches.Josef Karthauser2003-07-141-1/+1
* WARNING: white space diffJohn-Mark Gurney2003-07-041-10/+10
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Apply some fixups in the driver_t's.Josef Karthauser2002-11-171-1/+1
* 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-4/+1
* When usb is kld, ucom and uplcom were failed to load because ofHajimu UMEMOTO2002-07-131-0/+1
* It's not "usio" anymore, it's "ucom".Josef Karthauser2002-07-101-1/+1
* Improve detach operation.Josef Karthauser2002-07-101-1/+1
* Add another ucom device (ELECOM UC-SGT).Josef Karthauser2002-07-101-0/+2