From owner-cvs-src-old@FreeBSD.ORG Mon Nov 3 22:09:42 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 8C20E1065677 for ; Mon, 3 Nov 2008 22:09:42 +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 79CEC8FC20 for ; Mon, 3 Nov 2008 22:09:42 +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 mA3M9gwW059994 for ; Mon, 3 Nov 2008 22:09:42 GMT (envelope-from n_hibma@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mA3M9gsE059993 for cvs-src-old@freebsd.org; Mon, 3 Nov 2008 22:09:42 GMT (envelope-from n_hibma@repoman.freebsd.org) Message-Id: <200811032209.mA3M9gsE059993@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, 3 Nov 2008 22:09:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb u3g.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, 03 Nov 2008 22:09:42 -0000 n_hibma 2008-11-03 22:09:27 UTC FreeBSD src repository Modified files: sys/dev/usb u3g.c Log: SVN rev 184605 on 2008-11-03 22:09:27Z by n_hibma Bugfix: Cut&paste error from the NetBSD code. Also: Change the initialisation of the command string to a static initialiser. Verify it against the output of umass.c when being sent a command using 'camcontrol eject da0' to a Bulk-Only device. This should make those devices work that need a SCSI eject command to switch to modem mode (Novatel 950D and others). Revision Changes Path 1.19 +22 -18 src/sys/dev/usb/u3g.c