Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2012 19:21:27 +0200
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        Hans Petter Selasky <hselasky@c2i.net>
Cc:        freebsd-multimedia@freebsd.org, Juergen Lock <nox@jelal.kn-bremen.de>
Subject:   Re: New version of multimedia/webcamd ready for testing [v3.5.1.2]
Message-ID:  <20120611172127.GA55205@triton8.kn-bremen.de>
In-Reply-To: <201206111833.07144.hselasky@c2i.net>
References:  <201206042131.39770.hselasky@c2i.net> <201206091709.57857.hselasky@c2i.net> <20120609173314.GA80073@triton8.kn-bremen.de> <201206111833.07144.hselasky@c2i.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jun 11, 2012 at 06:33:07PM +0200, Hans Petter Selasky wrote:
> On Saturday 09 June 2012 19:33:14 Juergen Lock wrote:
> > On Sat, Jun 09, 2012 at 05:09:57PM +0200, Hans Petter Selasky wrote:
> > > On Saturday 09 June 2012 16:41:28 Juergen Lock wrote:
> > > > I now also tested af9015, mceusb, uvc, gspca which still seem to
> > > > 
> > > > work, only ati_remote is now broken, it reports:
> > > >         DBG: : ati_remote_irq_in: Nonzero urb status -32
> > > 
> > > Could you make a usbdump trace of your device? Make sure you use the
> > > recently added -f option to limit the trace?
> > 
> > Ok, started
> > 
> > 	usbdump -i usbus1 -s 0 -f 7 -w /tmp/dump_pkts-ati_remote3
> > 	webcamd -d 1.7
> > 	ir-keytable -d /dev/input/event0 -t
> > 
> > (each in their own shell), pressed a remote button a few times,
> > stopped ir-keytable, then webcamd, then usbdump, and then got this
> > from usbdump -r /tmp/dump_pkts-ati_remote3:
> > 
> 
> Could you send me a dump of the configuration descriptor of this device using 
> usbconfig ?

Here it comes:

% usbconfig -d 4.2 dump_all_config_desc
ugen4.2: <USB Receiver X10 Wireless Technology Inc> at usbus4, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON


 Configuration index 0

    bLength = 0x0009 
    bDescriptorType = 0x0002 
    wTotalLength = 0x0020 
    bNumInterfaces = 0x0001 
    bConfigurationValue = 0x0001 
    iConfiguration = 0x0000  <no string>
    bmAttributes = 0x00a0 
    bMaxPower = 0x0001 

    Interface 0
      bLength = 0x0009 
      bDescriptorType = 0x0004 
      bInterfaceNumber = 0x0000 
      bAlternateSetting = 0x0000 
      bNumEndpoints = 0x0002 
      bInterfaceClass = 0x00ff 
      bInterfaceSubClass = 0x0000 
      bInterfaceProtocol = 0x0000 
      iInterface = 0x0000  <no string>

     Endpoint 0
        bLength = 0x0007 
        bDescriptorType = 0x0005 
        bEndpointAddress = 0x0081  <IN>
        bmAttributes = 0x0003  <INTERRUPT>
        wMaxPacketSize = 0x0008 
        bInterval = 0x000a 
        bRefresh = 0x0000 
        bSynchAddress = 0x0000 

     Endpoint 1
        bLength = 0x0007 
        bDescriptorType = 0x0005 
        bEndpointAddress = 0x0002  <OUT>
        bmAttributes = 0x0003  <INTERRUPT>
        wMaxPacketSize = 0x0008 
        bInterval = 0x000a 
        bRefresh = 0x0000 
        bSynchAddress = 0x0000 


 Thanx, :)
	Juergen



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120611172127.GA55205>