cvs commit: src/sys/dev/usb umodem.c

2008-08-30 Thread Warner Losh
imp 2008-08-31 03:16:31 UTC FreeBSD src repository Modified files: sys/dev/usb umodem.c Log: SVN rev 182505 on 2008-08-31 03:16:31Z by imp Ioctls that aren't handled by this layer need to return ENOIOCTL, not ENOTTY. Also, make the ucom callback structure eas

cvs commit: src/sys/dev/usb umodem.c

2007-07-29 Thread Warner Losh
imp 2007-07-29 18:16:44 UTC FreeBSD src repository Modified files: sys/dev/usb umodem.c Log: Add missing newline in printf. Submitted by: "R.Mahmatkhanov" cvs-src at yandex ru Approved by: re (blanket) Revision ChangesPath 1.71 +1 -1 src

cvs commit: src/sys/dev/usb umodem.c

2007-06-27 Thread Warner Losh
imp 2007-06-28 05:50:14 UTC FreeBSD src repository Modified files: sys/dev/usb umodem.c Log: With the advent of G3/CDMA modems, the old buffer sizes are no longer adequate. Increase them to 1k. The referenced PR made this a sysctl, but that seems like overkill

cvs commit: src/sys/dev/usb umodem.c

2007-06-22 Thread Warner Losh
imp 2007-06-23 04:18:44 UTC FreeBSD src repository Modified files: sys/dev/usb umodem.c Log: Initialize id before using it. Submitted by: mjacob Approved by: re@ Revision ChangesPath 1.69 +1 -1 src/sys/dev/usb/umodem.c ___

cvs commit: src/sys/dev/usb umodem.c

2007-06-08 Thread Warner Losh
imp 2007-06-09 06:37:17 UTC FreeBSD src repository Modified files: sys/dev/usb umodem.c Log: Try to set the data multiplexed feature, but don't care if there's an error doing so. It seems an increasing number of phones have this quirk, and we're not keeping up.

cvs commit: src/sys/dev/usb umodem.c

2006-06-18 Thread Alexander Leidinger
netchild2006-06-18 17:54:33 UTC FreeBSD src repository Modified files: sys/dev/usb umodem.c Log: Add support for: - Curitel PC5740 Wireless Modem (Verizon's PCMCIA card) - Sierra MC5720 Wireless Modem (Built in to Thinkpad X60s) PR: 98908 Submitt