summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uplcom.c
Commit message (Expand)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-231-990/+0
* Kill dead code. This has been a 'todo' item for a long time and theimp2008-08-311-35/+1
* Add Belkin F5U257 to the mix.imp2008-06-101-0/+2
* - Add quirk for the TrendNet TU-S9 adapter, which uses new version of PL2303stas2007-12-161-0/+3
* s/logprintf/printf/gimp2007-06-201-1/+1
* Finish removal of usb_port.h macros.imp2007-06-181-2/+3
* Expand USB_MATCH_STARTimp2007-06-171-1/+1
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalimp2007-06-131-3/+6
* Eliminate usb_thread_t.imp2007-06-121-1/+1
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-121-2/+2
* Remove devinfo junk.imp2007-06-091-14/+0
* Remove compat ifdefs for version < 500014 from the rest of the USB files.brueffer2007-06-071-4/+0
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-1/+1
* o A quirk for Sagem USB-Serial controller.maxim2007-03-241-0/+2
* Back out revision 1.33. usb/98983 was misfiled and the patch had no effect.jkim2006-12-261-2/+0
* More removing compatibility macros.imp2006-09-071-19/+19
* s/Static/static/gimp2006-09-061-39/+39
* Add a few more devices to the supported list. Specifically, the PHAROS andimp2006-07-241-0/+4
* Comment fix.takawata2006-06-291-2/+2
* Willcom WSIM DD support.takawata2006-06-291-0/+2
* Add a forgotten ","matteo2006-06-191-1/+1
* Add Hamlet eXagerate XURS232 USB-Serial adaptermatteo2006-06-191-0/+2
* Add the Tripp-Lite U209-000-R serial adapter.iedowse2006-02-271-0/+2
* Use the release version as a floor, not an exact match. Add comment to thatimp2006-02-111-1/+4
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-2/+2
* Add support for IODATA USB-RSAQ3 USB-Serial Adapter.hrs2005-07-031-0/+2
* Add support for Sitecom USB to serial cable (v2)le2005-04-081-0/+2
* Use a taskqueue to handle port status changes.akiyama2005-01-311-0/+18
* - Add support for new chips, PL-2303X and PL-2303HX.akiyama2005-01-251-21/+159
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* We don't need vnode.h, but do need uio.h in these files. vnode.himp2004-12-131-1/+1
* Add support for CTS modemsignal as well.phk2004-10-021-0/+9
* Overhaul ucom serial driver by using generic stuff instead of homerolledphk2004-09-171-2/+3
* add support ELECOM UC-SGT(minor change version)sanpei2004-09-031-0/+1
* Add support to Sony Ericsson USB Cable(Susteen USB Data Cable)sanpei2004-08-081-0/+2
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.imp2004-06-271-1/+1
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Fix comment typo.akiyama2003-11-161-1/+1
* Make interrupt pipe interval time configurable.akiyama2003-11-161-2/+29
* Add vendor IDs, and device IDs supported by uplcom(4).akiyama2003-11-161-0/+6
* Use __FBSDID().obrien2003-08-241-1/+3
* Make note that we already have these NetBSD patches.joe2003-07-141-1/+1
* WARNING: white space diffjmg2003-07-041-10/+10
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Apply some fixups in the driver_t's.joe2002-11-171-1/+1
* Use the hw.usb sysctl tree instead of debug.usb.joe2002-08-081-1/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch thejoe2002-07-311-2/+2
* Get bored with hard coded debug level variables and introduce a debug.usbjoe2002-07-311-4/+1
* When usb is kld, ucom and uplcom were failed to load because ofume2002-07-131-0/+1
OpenPOWER on IntegriCloud