[Fwd: Re: Belkin F5D9050 ver 4000]

Steven Friedrich StevenFriedrich at InsightBB.com
Sun May 18 22:07:29 UTC 2008



-------- Original Message --------
Subject: Re: Belkin F5D9050 ver 4000
Date: Sun, 18 May 2008 18:05:47 -0400
From: Steven Friedrich <StevenFriedrich at InsightBB.com>
To: perryh at pluto.rain.com
CC: questions at freebsd.org
References: <482CC777.8060309 at InsightBB.com> 
<482cda0c.vqeNxjersEZzdru+%perryh at pluto.rain.com> 
<482CE28D.3080107 at InsightBB.com> 
<482d121f.1u3/tzXb60SdNrbc%perryh at pluto.rain.com>

perryh at pluto.rain.com wrote:
>>> Doing a descriptor dump, and posting the results to freebsd-usb@,
>>> might find someone who knows how to get that particular device to
>>> work.
>>>
>> Ok, I'll bite.  How do you do a descriptor dump?
> 
> One way is to use sysutils/udesc_dump, from ports, as recommended here:
> http://lists.freebsd.org/pipermail/freebsd-usb/2008-January/004308.html
> 
Standard Device Descriptor:
   bLength            18
   bDescriptorType    01
   bcdUSB             0200
   bDeviceClass       00
   bDeviceSubClass    00
   bDeviceProtocol    00
   bMaxPacketSize     64
   idVendor           050d
   idProduct          905c
   bcdDevice          0001
   iManufacturer      1
   iProduct           2
   iSerialNumber      0
   bNumConfigurations 1

Configuration 0:
	Standard Configuration Descriptor:
	  bLength             9
	  bDescriptorType     02
	  wTotalLength        53
	  bNumInterface       1
	  bConfigurationValue 1
	  iConfiguration      0
	  bmAttributes        80
	  bMaxPower           150 (300 mA)

	Standard Interface Descriptor:
	  bLength            9
	  bDescriptorType    04
	  bInterfaceNumber   0
	  bAlternateSetting  0
	  bNumEndpoints      5
	  bInterfaceClass    ff
	  bInterfaceSubClass ff
	  bInterfaceProtocol ff
	  iInterface         0

	Standard Endpoint Descriptor:
	  bLength          7
	  bDescriptorType  05
	  bEndpointAddress 81 (in)
	  bmAttributes     02 (Bulk)
	  wMaxPacketSize   512
	  bInterval        0

	Standard Endpoint Descriptor:
	  bLength          7
	  bDescriptorType  05
	  bEndpointAddress 01 (out)
	  bmAttributes     02 (Bulk)
	  wMaxPacketSize   512
	  bInterval        0

	Standard Endpoint Descriptor:
	  bLength          7
	  bDescriptorType  05
	  bEndpointAddress 02 (out)
	  bmAttributes     02 (Bulk)
	  wMaxPacketSize   512
	  bInterval        0

	Standard Endpoint Descriptor:
	  bLength          7
	  bDescriptorType  05
	  bEndpointAddress 03 (out)
	  bmAttributes     02 (Bulk)
	  wMaxPacketSize   512
	  bInterval        0

	Standard Endpoint Descriptor:
	  bLength          7
	  bDescriptorType  05
	  bEndpointAddress 04 (out)
	  bmAttributes     02 (Bulk)
	  wMaxPacketSize   512
	  bInterval        0

Codes Representing Languages by the Device:
   bLength          4
   bDescriptorType  03
   wLANGID[0]       0409

String (index 1): Belkin


-- 

Steven Friedrich
Fairdale, KY 40118


-- 

Steven Friedrich
Fairdale, KY 40118


More information about the freebsd-usb mailing list