From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 20:38:43 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 90CDB1065689 for ; Mon, 13 Oct 2008 20:38:43 +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 7E4E08FC1A for ; Mon, 13 Oct 2008 20:38:43 +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 m9DKch26069409 for ; Mon, 13 Oct 2008 20:38:43 GMT (envelope-from n_hibma@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DKchnU069408 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 20:38:43 GMT (envelope-from n_hibma@repoman.freebsd.org) Message-Id: <200810132038.m9DKchnU069408@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to n_hibma@repoman.freebsd.org using -f From: Nick Hibma Date: Mon, 13 Oct 2008 20:38:33 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb umass.c 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: Mon, 13 Oct 2008 20:38:43 -0000 n_hibma 2008-10-13 20:38:33 UTC FreeBSD src repository Modified files: sys/dev/usb umass.c Log: SVN rev 183842 on 2008-10-13 20:38:33Z by n_hibma - Only refuse to attach to the first interface on the Huawei cards as for example the Huawei Mobile has an SD card slot on the second interface. - Do not attach to Qualcomm and Novatel cards. If ignored these cards will switch to modem mode automatically it seems. - Reduce the priority on generic attachment to the appropriate level. Note: A better solution is to send an eject command straightaway, but that can be left till later. Revision Changes Path 1.169 +24 -7 src/sys/dev/usb/umass.c