summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ukyopon.c
AgeCommit message (Expand)Author
2020-04-12Add uxrcom driver for Exar XR21V141x USB serial adapters. Based in partsimonb
2020-01-07Localify, constify.maxv
2019-05-09clean up ucom parents some more:mrg
2019-05-05remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.hmrg
2019-05-04don't pass two different softcs that just happen to overlap, butmrg
2019-05-04clean up ucom / ucom-parent interface slightly:mrg
2019-01-22KNFskrll
2016-11-25+#include "opt_usb.h"skrll
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-04-23Merge nick-nhusbskrll
2012-02-24remove any remnants of freebsd/openbsd code.mrg
2011-12-23Revert previous due to active usbmp branch(es).jakllsch
2011-12-22Adjust-away inconsistent and trailing whitespace.jakllsch
2011-10-14Void function ukyopon_get_status should not return a value.njoly
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
2008-06-27kill some abuse of __strong_alias which is not compatible withdrochner
2008-05-24Split device_t and softc for all USB device drivers, and related cosmeticcube
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-13Introduce different autoconf interface attributes for USB driversdrochner
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-29Remove more duplicate headers.hubertf
2005-12-11merge ktrace-lwp.christos
2005-09-24The ukyopon device doesn't notify the DCD (Data Carrier Detect) status.itohy
2005-09-24Use ukyopon port type (UKYOPON_PORT_*) for "portno" locator of ucom(4) driver,itohy
2005-04-15ukyopon(4): Kyocera AIR-EDGE PHONE driveritohy