From owner-freebsd-questions@FreeBSD.ORG Thu Aug 20 19:56:22 2009 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E866B106568B for ; Thu, 20 Aug 2009 19:56:22 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 7FF298FC5B for ; Thu, 20 Aug 2009 19:56:21 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id l26so69023fgb.12 for ; Thu, 20 Aug 2009 12:56:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=E6dE4IiRk8mZJ8P3G/ApgJ+kwjEkI8eEKdXIR25Ygws=; b=GD7H3GrERNmAZV7p8EBNBbH8GjfItQRigTu/MN8mQXHof6BQAJUSOEqbAoQdUwpZf+ nECvK5jpOYBtYC9Dn/ltcuRDsygCdV/K9IDPd94w9OrpAy0kJn+SQ0mEFsE4lL7sskqI CsQuj0asunCmU88RMlPWQpy6HU1SAMc5b5coU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=OHhhbuLTA2LBuFj5sO4qcBxDCNWxYQnWhzWcglazxqWH6lURdPAVxxWXewxtZV9rXJ le7i/GtN78HSVjdvvzaS6+wsWMqk9TibA9iHUwYUCy/7s/EXY0u95B78iSyRDnkNLr2b pMCIrvdupgzl+R8aMx2JYec0Uur6OQQB5D8/E= MIME-Version: 1.0 Received: by 10.239.145.33 with SMTP id q33mr20254hba.126.1250798181037; Thu, 20 Aug 2009 12:56:21 -0700 (PDT) Date: Thu, 20 Aug 2009 19:56:20 +0000 Message-ID: From: "b. f." To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ml@infosec.pl Subject: Re: digital camera and devd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Aug 2009 19:56:23 -0000 >How can I check exactly which /dev/usb* entry corresponds to my camera? If you are using the old USB stack, use usbdevs(8). If you are using the new USB stack from less than 5 months ago, then use usbconfig(8): usbdevs -v or usbconfig dump_device_desc (or other options visible with usbconfig -h) >And by the way /dev/usb3 means port 3, hub 3 or what are they? usbus unit number, usb device index Regards, b. b.