From owner-freebsd-usb@FreeBSD.ORG Fri Jan 11 19:45:04 2008 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 A0F2116A473 for ; Fri, 11 Jan 2008 19:45:04 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe12.tele2.se [212.247.155.97]) by mx1.freebsd.org (Postfix) with ESMTP id 3B82213C461 for ; Fri, 11 Jan 2008 19:45:03 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [85.19.218.45] (account mc467741@c2i.net [85.19.218.45] verified) by mailfe12.swip.net (CommuniGate Pro SMTP 5.1.13) with ESMTPA id 592387549; Fri, 11 Jan 2008 19:29:59 +0100 From: Hans Petter Selasky To: Mikhail Teterin Date: Fri, 11 Jan 2008 19:30:36 +0100 User-Agent: KMail/1.9.7 References: <200801090114.56195@aldan> <200801111910.41509.hselasky@c2i.net> <200801111323.58302@aldan> In-Reply-To: <200801111323.58302@aldan> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200801111930.37320.hselasky@c2i.net> Cc: Marcin Cieslak , freebsd-usb@freebsd.org Subject: Re: BlackBerry (Re: using libusb) 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: Fri, 11 Jan 2008 19:45:04 -0000 On Friday 11 January 2008, Mikhail Teterin wrote: > On =D0'=D1=D4=CE=C9=C3=D1 11 =D3=A6=DE=C5=CE=D8 2008, Hans Petter Selasky= wrote: > =3D /dev/usb... > [...] > =3D What do you think ? > > I still prefer the elegance of /dev/umassX and /dev/ugenY to the > nameless /dev/usbX.Y.Z > > For example, all SCSI devices have names (da, st, cd, pt, etc.), even > though they are all identified by the SCSI bus number, ID, and LUN. Hi, I think you misunderstand. If there is a mass storage device it will appear= =20 like /dev/da0. If there is a libusb device it will have to use /dev/usbX.Y.= Z. =2D-HPS