summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ucycom.c
AgeCommit message (Expand)Author
2013-10-14Handle an error from uhidev_get_report in ucycom_get_cfgskrll
2013-09-15Mark a potentially unused variablemartin
2013-01-09Add usmsc(4) - a driver for the SMSC95XX USB ethernet devices.skrll
2012-03-06pull down from usbmp branch:mrg
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2010-11-15Dereferencing struct lwp * needs sys/lwp.h.uebayasi
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
2009-12-06Simplify device-activation hooks.dyoung
2009-08-06Make ucycomstart use usbd_setup_xfer and a callback so that it doesn'tskrll
2009-07-24spaces to tab.skrll
2009-07-24Remove trailing whitespaceskrll
2009-07-24Wrap some long lines.skrll
2009-01-20Change major()/minor() to return 32-bit types again, calleddrochner
2009-01-11make this compilecegger
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
2008-04-05use aprint_*_dev and device_xnamecegger
2007-12-11use __KERNEL_RCSID() instead of __RCSID()lukem
2007-11-19- Factor out too many copies of the same bit of tty code.ad
2007-11-10Call ttyflush() with tty_lock held.ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-10-04fix empty ifchristos
2006-10-01More from Matt Fleming:elad
2006-10-01Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks!elad
2006-07-21- Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2006-03-28Use device_unit().thorpej
2006-03-05cleanup more SET/CLR/ISSET lossagechristos
2006-02-20Use device_is_active() rather than testing dv_flags for DVF_ACTIVEthorpej
2005-12-11merge ktrace-lwp.christos
2005-09-06Change the driver open function's conditional for overriding exclusive ttykleink
2005-09-01Complete the attach message - there is nothing interesting to report.skrll
2005-08-05+#include <sys/device.h>skrll
2005-08-01Debug code tidy up.skrll
2005-07-30Add a driver for Cypress microcontroller based USB serial adapters.skrll