From owner-cvs-src-old@FreeBSD.ORG Wed Oct 22 21:47:09 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6AEBE106574B for ; Wed, 22 Oct 2008 21:47:07 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3F3EF8FC0C for ; Wed, 22 Oct 2008 21:47:07 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9MLl7Dk087828 for ; Wed, 22 Oct 2008 21:47:07 GMT (envelope-from n_hibma@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9MLl7iw087827 for cvs-src-old@freebsd.org; Wed, 22 Oct 2008 21:47:07 GMT (envelope-from n_hibma@repoman.freebsd.org) Message-Id: <200810222147.m9MLl7iw087827@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to n_hibma@repoman.freebsd.org using -f From: Nick Hibma Date: Wed, 22 Oct 2008 21:46:59 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 umodem.4 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2008 21:47:09 -0000 n_hibma 2008-10-22 21:46:59 UTC FreeBSD src repository Modified files: share/man/man4 umodem.4 Log: SVN rev 184182 on 2008-10-22 21:46:59Z by n_hibma The driver supports the Sony W810i phone (interface class driver). Note: This entry is added as this is there was no mention of any phones in the list. This entry might have people try the driver against their device. The Sony Ericsson phone provides an OBEX stack on further CDC interfaces. Umodem wrongfully assumes that it is the driver for this interface. This is due to a bogus implementation in the umodem driver when searching for the data interface. This should be read from the CDC descriptors. Also, more of this should happen in the probe instead of attach. MFC after: 4 weeks Revision Changes Path 1.11 +2 -0 src/share/man/man4/umodem.4