From owner-freebsd-usb@FreeBSD.ORG Thu Oct 22 23:00:59 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83820106566B for ; Thu, 22 Oct 2009 23:00:59 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id 5A5248FC15 for ; Thu, 22 Oct 2009 23:00:59 +0000 (UTC) Received: by pwj1 with SMTP id 1so1935302pwj.3 for ; Thu, 22 Oct 2009 16:00:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=0jF6Sc+P6U3lCtuQC8wRRv5FRtUaqG3EaYobnGwRQXA=; b=rrzQMbP3mjvoIxVlt2m6UnPeAsiMVFNjCRGadJG5gakU+1Txln591VnGtYgIPhsQMc ukTYDpk2hDLLMsa2XDbNEdlgM1bJYXcezq6ysSa2gPA+KiPmHYqqWm2fYjJy/rjYLiyt SnWoIlBofn3cS12V3UBmu8rkRUlrp62bPdijs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=xm8qOXtyRdGTnk39yRagUhMhBa8BUdOOdff683gehzeiNu5rebxLaSTxQSydwC0BMJ aNT2ynD2JeennM5JoHv1TCeSyzYALfSqYnVNI+WKfiYQhaIzVZVGGq3WKoIFHYjxy5Lf S2RdZInnZfLKKyozWnUHulgu88tDJcWDIhvIA= MIME-Version: 1.0 Received: by 10.143.129.7 with SMTP id g7mr801750wfn.43.1256252459022; Thu, 22 Oct 2009 16:00:59 -0700 (PDT) In-Reply-To: <200910221113.06687.hselasky@c2i.net> References: <539c60b90910212037l31efc1b2q43a6f867bdef39ea@mail.gmail.com> <200910221113.06687.hselasky@c2i.net> Date: Thu, 22 Oct 2009 16:00:58 -0700 Message-ID: <539c60b90910221600j5ac2ea00oe9e59c015fd1c464@mail.gmail.com> From: Steve Franks To: Hans Petter Selasky Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-usb@freebsd.org Subject: Re: quirks? camcontrol rescan/reset all not updating inserted/removed cards in flashreader. X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Oct 2009 23:00:59 -0000 >> 8RC1 - I sortof hoped for a usb upgrade with the new release, but my >> internal reader is still only functional for cards that were inserted >> on bootup (behavior is same for external readers, but they can easily >> be unplugged from usb). > > Try to reset your unit: > > usbconfig -u X -a Y reset > > X and Y are numbers after ugen. > Ay, that's the ticket! Who would I contact to add that to 'man umass'? It's suggesting camcontrol for that same operation with a zip drive, and I suspect that the usbconfig reset would be a more useful example in the current era of flash disks... Best, Steve