From owner-freebsd-usb@FreeBSD.ORG Mon Jan 25 18:30:08 2010 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6942110656AC for ; Mon, 25 Jan 2010 18:30:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3F31D8FC16 for ; Mon, 25 Jan 2010 18:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o0PIU8Cc022353 for ; Mon, 25 Jan 2010 18:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o0PIU8PM022348; Mon, 25 Jan 2010 18:30:08 GMT (envelope-from gnats) Date: Mon, 25 Jan 2010 18:30:08 GMT Message-Id: <201001251830.o0PIU8PM022348@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: "J.R. Oldroyd" Cc: Subject: Re: usb/143186: add USB device IDs for Google Nexus One and for RealTek Card Reader X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "J.R. Oldroyd" List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2010 18:30:08 -0000 The following reply was made to PR usb/143186; it has been noted by GNATS. From: "J.R. Oldroyd" To: Hans Petter Selasky Cc: freebsd-usb@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: Re: usb/143186: add USB device IDs for Google Nexus One and for RealTek Card Reader Date: Mon, 25 Jan 2010 13:23:09 -0500 --Sig_/zI4akFpfQk2kL7icetzw4jz Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 25 Jan 2010 09:31:25 +0100, Hans Petter Selasky = wrote: > > Can you send output from usbconfig -u X -a Y dump_device_desc=20 > dump_curr_config_desc=20 >=20 Sure... ugen4.2: at usbus4, cfg=3D0 md=3DHOST spd=3DHIGH (= 480Mbps) pwr=3DON bLength =3D 0x0012=20 bDescriptorType =3D 0x0001=20 bcdUSB =3D 0x0102=20 bDeviceClass =3D 0x0000=20 bDeviceSubClass =3D 0x0000=20 bDeviceProtocol =3D 0x0000=20 bMaxPacketSize0 =3D 0x0040=20 idVendor =3D 0x18d1=20 idProduct =3D 0x4e12=20 bcdDevice =3D 0x0100=20 iManufacturer =3D 0x0003 iProduct =3D 0x0002 iSerialNumber =3D 0x0001 bNumConfigurations =3D 0x0001=20 Configuration index 0 bLength =3D 0x0009=20 bDescriptorType =3D 0x0002=20 wTotalLength =3D 0x0037=20 bNumInterfaces =3D 0x0002=20 bConfigurationValue =3D 0x0001=20 iConfiguration =3D 0x0000 bmAttributes =3D 0x0080=20 bMaxPower =3D 0x0080=20 Interface 0 bLength =3D 0x0009=20 bDescriptorType =3D 0x0004=20 bInterfaceNumber =3D 0x0000=20 bAlternateSetting =3D 0x0000=20 bNumEndpoints =3D 0x0002=20 bInterfaceClass =3D 0x0008=20 bInterfaceSubClass =3D 0x0006=20 bInterfaceProtocol =3D 0x0050=20 iInterface =3D 0x0000 Endpoint 0 bLength =3D 0x0007=20 bDescriptorType =3D 0x0005=20 bEndpointAddress =3D 0x0001=20 bmAttributes =3D 0x0002=20 wMaxPacketSize =3D 0x0200=20 bInterval =3D 0x0000=20 bRefresh =3D 0x0000=20 bSynchAddress =3D 0x0000=20 Endpoint 1 bLength =3D 0x0007=20 bDescriptorType =3D 0x0005=20 bEndpointAddress =3D 0x0081=20 bmAttributes =3D 0x0002=20 wMaxPacketSize =3D 0x0200=20 bInterval =3D 0x0000=20 bRefresh =3D 0x0000=20 bSynchAddress =3D 0x0000=20 Interface 1 bLength =3D 0x0009=20 bDescriptorType =3D 0x0004=20 bInterfaceNumber =3D 0x0001=20 bAlternateSetting =3D 0x0000=20 bNumEndpoints =3D 0x0002=20 bInterfaceClass =3D 0x00ff=20 bInterfaceSubClass =3D 0x0042=20 bInterfaceProtocol =3D 0x0001=20 iInterface =3D 0x0000 Endpoint 0 bLength =3D 0x0007=20 bDescriptorType =3D 0x0005=20 bEndpointAddress =3D 0x0002=20 bmAttributes =3D 0x0002=20 wMaxPacketSize =3D 0x0200=20 bInterval =3D 0x0000=20 bRefresh =3D 0x0000=20 bSynchAddress =3D 0x0000=20 Endpoint 1 bLength =3D 0x0007=20 bDescriptorType =3D 0x0005=20 bEndpointAddress =3D 0x0082=20 bmAttributes =3D 0x0002=20 wMaxPacketSize =3D 0x0200=20 bInterval =3D 0x0000=20 bRefresh =3D 0x0000=20 bSynchAddress =3D 0x0000=20 --Sig_/zI4akFpfQk2kL7icetzw4jz Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEARECAAYFAktd4Y0ACgkQls33urr0k4lgqQCcCTn3iyAEDsiBQMrVoSqJuoKD hDUAniZ0lR8Wda5/NOh6YcMzTiWVgK4S =RDM5 -----END PGP SIGNATURE----- --Sig_/zI4akFpfQk2kL7icetzw4jz--