content='cgit '/>
summaryrefslogtreecommitdiff
path: root/sys/dev/usb/umodem.c
AgeCommit message (Expand)Author
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-04-23Merge nick-nhusbskrll
2015-07-05Revert patch from PR/48715 as it is incorrect.skrll
2014-04-06PR/48715: Ryo ONODERA: Please support more USB modemschristos
2012-10-03Attach to PMF.mlelstv
2012-06-14Add the CDC protocol identifier "no class specific protocol required"blymn
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
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-03-13Introduce different autoconf interface attributes for USB driversdrochner
2007-01-29Remove more duplicate headers.hubertf
2005-12-11merge ktrace-lwp.christos
2005-04-18remove debugging stuff which caused conflicts with USB_DEBUG kernelsdrochner
2005-04-15If CM descriptor is found, use the data interface in it;itohy
2005-04-15Split common modem part of umodem.c to umodem_common.c and umodemvar.h,itohy
2005-04-12Allow multiple modem interfaces per configuration.itohy
2004-10-23Use new functions for getting descriptors.augustss
2004-09-13a round of autoconf cleanup:drochner
2004-04-23use bounded string ops (snprintf, strl*)itojun
2003-11-07URL updates, from Jared Yanovich and jmc@openbsd, forwarded by the latter.wiz
2002-09-23Remove breaks after returns, unreachable returns and returns aftersimonb
2002-07-11Get rid of trailing white space.augustss
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat