From owner-cvs-all Thu Oct 19 17:35:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC61937B4C5; Thu, 19 Oct 2000 17:35:52 -0700 (PDT) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA89317; Thu, 19 Oct 2000 17:35:52 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200010200035.RAA89317@freefall.freebsd.org> From: Nick Hibma Date: Thu, 19 Oct 2000 17:35:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb umodem.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/10/19 17:35:52 PDT Modified files: sys/dev/usb umodem.c Log: Bugfix: The data is not stored only in the first cblock, calculate the length of the data properly. This should be moved into a tty_subr function. Also, disanle the setting of the CDC_CM_OVER_DATA flag. It breaks some modems. I don't think that ther actually is a modem that needs this. Submitted by: Brad Karp Revision Changes Path 1.24 +9 -2 src/sys/dev/usb/umodem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message