summaryrefslogtreecommitdiff
path: root/sys/dev/usb/umodem.c
AgeCommit message (Expand)Author
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
2001-12-31Make a typedef for struct proc to make portingeasier.augustss
2001-11-13add RCSIDslukem
2001-03-25Small code rearrangement.augustss
2001-02-16Connect to the interrupt endpoint on the control interface to receivekenh
2001-01-23Ad support for an extra message in the ucom attach code.augustss
2001-01-23Make sure driver attach/detach events are generated in a consistent manner.augustss
2001-01-11Put the UQ_ASSUME_CM_OVER_DATA quirk back in. Without it, the Ricochet GS mo...explorer
2000-12-29Update many URLs.augustss
2000-12-11Get rid of UQ_ASSUME_CM_OVER_DATA quirk; it's handled differently now.augustss
2000-11-10Don't try to set CM_OVER_DATA feature if features cannot be set.augustss
2000-11-10Update documentation link. From OpenBSD.augustss
2000-10-22Add a new quirk: ASSUME_CM_OVER_DATA.explorer
2000-09-03Handle output packet headers in a cleaner way. From IWAMOTO Toshihiroaugustss
2000-06-01Bring the coding style into the 80s, i.e., get rid of __P and useaugustss
2000-04-27Change my email address.augustss
2000-04-14Add a capability for pre/post processing on write/read.augustss
2000-04-06Let the parent device of a ucom decide what size the read and writeaugustss
2000-03-27Change (almost) all static to Static. The symbol `Static' can then be definedaugustss
2000-03-15Fix some uninitialized variables. From Krister Walfridsson <cato@df.lth.se>augustss
2000-02-29Distinguish between device and interface classes.augustss
2000-02-08Add methods for ucom to call back on open/close.augustss
2000-02-02Generate usb events on attach and detach.augustss
2000-01-25Split the umodem driver into two parts: the part that emulates a tty overaugustss
1999-11-26Don't complain when umodemstartread() returns USBD_IN_PROGRESS. It's normal.augustss
1999-11-17A few more purely stylistic changes that I missed in the last round.augustss
1999-11-16Preallocate DMA buffers. Fixes problem reported by Hubert Feyrer.augustss
1999-11-12A number of stylistic changes to increase readability (many suggestedaugustss
1999-09-11* Move DMA buffer allocation to HC independent code.augustss
1999-09-09Change the internal API to allow DMA buffers to be pre-allocated byaugustss
1999-09-05Change the way the `struct device' base part of all driver softc areaugustss
1999-09-04Change the way the direction is extracted from the endpoint descriptor.augustss
1999-08-28Change some 'struct device' to 'bdevice'. From FreeBSD.augustss
1999-08-22Move more of the transfer completion processing to HC independent code.augustss