Re: More about "Winfast TV USB Deluxe"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I tested the same config on my laptop instead, Ubuntu 9.04 (kernel
2.6.28-15-generic).
On the other PC I have Ubuntu 9.10 (kernel 2.6.31.xx  -generic can't
remember the last two digits.), where no scan happens.

On the laptop, ir-kbd-i2c at least scanned for ir devices.

[ 2362.444420] ir-kbd-i2c: probe 0x30 @ em28xx #0: no
[ 2362.446045] ir-kbd-i2c: probe 0x3e @ em28xx #0: no
[ 2362.446416] ir-kbd-i2c: probe 0x47 @ em28xx #0: no

I went back to windows and ran some more usb sniffs.

When the tuner is just plugged in, I get the output you can view in
the attached file "plugged_in.txt"
It looks as if the box runs a initialization sequence internally, I
don't know if this is initialized by the windows driver or by the box
itself.

When I start the winfast pvr program the first things that appears
after the initialization is this.

000236:  OUT: 000000 ms 107655 ms c0 00 00 00 08 00 01 00 <<<  ff
000237:  OUT: 000000 ms 107655 ms c0 00 00 00 09 00 01 00 <<<  af
000238:  OUT: 000001 ms 107655 ms 40 00 00 00 08 00 01 00 >>>  af
000239:  OUT: 000000 ms 107656 ms 40 02 00 00 3e 00 02 00 >>>  02 00
000240:  OUT: 000000 ms 107656 ms c0 00 00 00 05 00 01 00 <<<  00
000241:  OUT: 000000 ms 107656 ms 40 02 00 00 3e 00 02 00 >>>  04 00
000242:  OUT: 000001 ms 107656 ms c0 00 00 00 05 00 01 00 <<<  00
000243:  OUT: 000000 ms 107657 ms 40 02 00 00 3e 00 02 00 >>>  03 ff
000244:  OUT: 000000 ms 107657 ms c0 00 00 00 05 00 01 00 <<<  00
000245:  OUT: 000001 ms 107657 ms 40 03 00 00 3e 00 01 00 >>>  10
<- Looks as IR polling to me.
000246:  OUT: 000000 ms 107658 ms c0 00 00 00 05 00 01 00 <<<  00    <-
000247:  OUT: 000000 ms 107658 ms c0 02 00 00 3e 00 01 00 <<<  00    <-
000248:  OUT: 000001 ms 107658 ms c0 00 00 00 05 00 01 00 <<<  00    <-
000249:  OUT: 000000 ms 107659 ms 40 02 00 00 86 00 04 00 >>>  00 6a 90 20
000250:  OUT: 000961 ms 107659 ms c0 00 00 00 05 00 01 00 <<<  00
000251:  OUT: 000000 ms 108620 ms 40 03 00 00 3e 00 01 00 >>>  10
000252:  OUT: 000000 ms 108620 ms c0 00 00 00 05 00 01 00 <<<  00
000253:  OUT: 000000 ms 108620 ms c0 02 00 00 3e 00 01 00 <<<  00
000254:  OUT: 005580 ms 108620 ms c0 00 00 00 05 00 01 00 <<<  00
000255:  OUT: 000001 ms 114200 ms 40 03 00 00 3e 00 01 00 >>>  10
000256:  OUT: 000000 ms 114201 ms c0 00 00 00 05 00 01 00 <<<  00
000257:  OUT: 000000 ms 114201 ms c0 02 00 00 3e 00 01 00 <<<  00
000258:  OUT: 000176 ms 114201 ms c0 00 00 00 05 00 01 00 <<<  00
000259:  OUT: 000000 ms 114377 ms 40 03 00 00 3e 00 01 00 >>>  10
000260:  OUT: 000001 ms 114377 ms c0 00 00 00 05 00 01 00 <<<  00
000261:  OUT: 000000 ms 114378 ms c0 02 00 00 3e 00 01 00 <<<  00
000262:  OUT: 000251 ms 114378 ms c0 00 00 00 05 00 01 00 <<<  00
And so on....


When pressing a button on my remote, rows like this appears in pairs:

007268:  OUT: 000001 ms 416915 ms c0 02 00 00 3e 00 01 00 <<<  80
007272:  OUT: 000000 ms 416920 ms c0 02 00 00 3e 00 01 00 <<<  88


I have a theory that Leadtek took another approach for the remote
handling on my box.
There is a em78p153 micro processor (with a rom), I think it's that
that shows up as an eeprom in dmesg when the em28xx module is loaded.

So my theory is that the em78p153 is handling all input from the
remote internally after the polling is started by the pvr program with
this sequence:

000239:  OUT: 000000 ms 107656 ms 40 02 00 00 3e 00 02 00 >>>  02 00
000241:  OUT: 000000 ms 107656 ms 40 02 00 00 3e 00 02 00 >>>  04 00
000243:  OUT: 000000 ms 107657 ms 40 02 00 00 3e 00 02 00 >>>  03 ff

Or maybe the pvr program handles the polling too.

I could be wrong...

Now I just need to figure out how too test this somehow...
(hints on how to are appreciated.)

/Magnus

2009/10/18 Magnus Alm <magnus.alm@xxxxxxxxx>:
> Hi again.
>
> Started to look at getting the remote to work also.
> I used "Terratec Cinergy 250 USB" as template and added the needed
> information in:
>
> em28xx-cards.c
> em28xx.h
> em28xx-input.c
> ir-common.h
> ir-keymaps.c
>
> Compiled it with: make, make install and rebooted.
>
> But it seems that I've missed something since ir-kbd-i2c loads, but it
> doesn't seem to look for any ir devices.
> Tried loading ir-kbd-i2c with debug=1, but not even an error message
> shows up in dmesg, it looks just as before.
>
> What I've added in the files is in a text file attachment.
>
> The keymap I added is just garabage and the polling structure in
> em28xx is probably wrong too.
> But I have to start somewhere.....
>
> /Magnus
>
>
>
> 2009/10/15 Magnus Alm <magnus.alm@xxxxxxxxx>:
>> yay
>>
>> [ 2478.224015] tda9887 4-0043: configure for: Radio Stereo
>> [ 2478.224017] tda9887 4-0043: writing: b=0xcc c=0x90 e=0x3d
>>
>> /Magnus
>>
>> 2009/10/15 Magnus Alm <magnus.alm@xxxxxxxxx>:
>>> Strange, but changeing the tvaudio_addr = 0xb0 to 88, (half of the
>>> decimal value of b0) made tvaudio find my tda9874.
>>>
>>> [ 1186.725140] tvaudio: TV audio decoder + audio/video mux driver
>>> [ 1186.725142] tvaudio: known chips: tda9840, tda9873h, tda9874h/a/ah,
>>> tda9875, tda9850, tda9855, tea6300, tea6320, tea6420, tda8425,
>>> pic16c54 (PV951), ta8874z
>>> [ 1186.725151] tvaudio 4-0058: chip found @ 0xb0
>>> [ 1186.736444] tvaudio 4-0058: chip_read2: reg254=0x11
>>> [ 1186.749704] tvaudio 4-0058: chip_read2: reg255=0x2
>>> [ 1186.749708] tvaudio 4-0058: tda9874a_checkit(): DIC=0x11, SIC=0x2.
>>> [ 1186.749710] tvaudio 4-0058: found tda9874a.
>>> [ 1186.749712] tvaudio 4-0058: tda9874h/a/ah found @ 0xb0 (em28xx #0)
>>> [ 1186.749714] tvaudio 4-0058: matches:.
>>> [ 1186.749716] tvaudio 4-0058: chip_write: reg0=0x0
>>> [ 1186.760012] tvaudio 4-0058: chip_write: reg1=0xc0
>>> [ 1186.772014] tvaudio 4-0058: chip_write: reg2=0x2
>>> [ 1186.784013] tvaudio 4-0058: chip_write: reg11=0x80
>>> [ 1186.796010] tvaudio 4-0058: chip_write: reg12=0x0
>>> [ 1186.808013] tvaudio 4-0058: chip_write: reg13=0x0
>>> [ 1186.820012] tvaudio 4-0058: chip_write: reg14=0x1
>>> [ 1186.832015] tvaudio 4-0058: chip_write: reg15=0x0
>>> [ 1186.844012] tvaudio 4-0058: chip_write: reg16=0x14
>>> [ 1186.856018] tvaudio 4-0058: chip_write: reg17=0x50
>>> [ 1186.868011] tvaudio 4-0058: chip_write: reg18=0xf9
>>> [ 1186.880745] tvaudio 4-0058: chip_write: reg19=0x80
>>> [ 1186.892347] tvaudio 4-0058: chip_write: reg20=0x80
>>> [ 1186.904015] tvaudio 4-0058: chip_write: reg24=0x80
>>> [ 1186.916011] tvaudio 4-0058: chip_write: reg255=0x0
>>> [ 1186.928021] tvaudio 4-0058: tda9874a_setup(): A2, B/G [0x00].
>>> [ 1186.928091] tvaudio 4-0058: thread started
>>>
>>> Now I probably need to set some gpio's too....
>>>
>>> /Magnus
>>>
>>> 2009/10/14 Magnus Alm <magnus.alm@xxxxxxxxx>:
>>>> Loaded em28xx with i2c_scan and i2c_debug and tvaudio with tda9874a
>>>> option and debug.
>>>>
>>>> sudo modprobe -v em28xx i2c_scan=1 i2c_debug=1
>>>> sudo modprobe -v tvaudio tda9874a=1 debug=1
>>>>
>>>> And got this ouput:
>>>>
>>>> [91083.588182] em28xx #0: found i2c device @ 0x30 [???]
>>>> [91083.590179] em28xx #0: found i2c device @ 0x3e [???]
>>>> [91083.590804] em28xx #0: found i2c device @ 0x42 [???]
>>>> [91083.600308] em28xx #0: found i2c device @ 0x86 [tda9887]
>>>> [91083.603805] em28xx #0: found i2c device @ 0xa0 [eeprom]
>>>> [91083.606183] em28xx #0: found i2c device @ 0xb0 [tda9874]
>>>> [91083.608808] em28xx #0: found i2c device @ 0xc2 [tuner (analog)]
>>>> [91083.617682] em28xx #0: Identified as Leadtek Winfast USB II Deluxe (card=28)
>>>> [91083.617684] em28xx #0:
>>>> [91083.617684]
>>>> [91083.617687] em28xx #0: The support for this board weren't valid yet.
>>>> [91083.617688] em28xx #0: Please send a report of having this working
>>>> [91083.617690] em28xx #0: not to V4L mailing list (and/or to other addresses)
>>>> [91083.617691]
>>>> [91083.980702] saa7115 4-0021: saa7114 found (1f7114d0e000000) @ 0x42
>>>> (em28xx #0)
>>>> [91086.173114] tvaudio: TV audio decoder + audio/video mux driver
>>>> [91086.173116] tvaudio: known chips: tda9840, tda9873h, tda9874h/a/ah,
>>>> tda9875, tda9850, tda9855, tea6300, tea6320, tea6420, tda8425,
>>>> pic16c54 (PV951), ta8874z
>>>> [91086.173125] tvaudio 4-00b0: chip found @ 0x160
>>>> [91086.173127] tvaudio 4-00b0: no matching chip description found
>>>> [91086.173131] tvaudio: probe of 4-00b0 failed with error -5
>>>>
>>>>
>>>> It seems to be a tda9874 there -> em28xx #0: found i2c device @ 0xb0 [tda9874]
>>>>
>>>> But does tvaudio stop @ 0x160 (decimal value of 0xa0 rigth? ) and
>>>> doesn't look further?
>>>> I mean does tvaudio find my boards eeprom, cant talk to it and gives up?
>>>>
>>>>
>>>> /Magnus
>>>>
>>>>
>>>> 2009/10/13 Magnus Alm <magnus.alm@xxxxxxxxx>:
>>>>> Hi!
>>>>>
>>>>> Thanks to Devin's moral support I  now have sound in television. ;-)
>>>>>
>>>>> Thanks!!
>>>>>
>>>>> I pooked around some more managed to get radio to function with these settings:
>>>>>
>>>>> [EM2820_BOARD_LEADTEK_WINFAST_USBII_DELUXE] = {
>>>>>                .name         = "Leadtek Winfast USB II Deluxe",
>>>>>                .valid        = EM28XX_BOARD_NOT_VALIDATED,
>>>>>                .tuner_type   = TUNER_PHILIPS_FM1216ME_MK3,
>>>>>                .tda9887_conf = TDA9887_PRESENT |
>>>>>                                TDA9887_PORT1_ACTIVE,
>>>>>                .decoder      = EM28XX_SAA711X,
>>>>>                .input        = { {
>>>>>                        .type     = EM28XX_VMUX_TELEVISION,
>>>>>                        .vmux     = SAA7115_COMPOSITE4,
>>>>>                        .amux     = EM28XX_AMUX_AUX,
>>>>>                }, {
>>>>>                        .type     = EM28XX_VMUX_COMPOSITE1,
>>>>>                        .vmux     = SAA7115_COMPOSITE5,
>>>>>                        .amux     = EM28XX_AMUX_LINE_IN,
>>>>>                }, {
>>>>>                        .type     = EM28XX_VMUX_SVIDEO,
>>>>>                        .vmux     = SAA7115_SVIDEO3,
>>>>>                        .amux     = EM28XX_AMUX_LINE_IN,
>>>>>                } },
>>>>>                        .radio    = {
>>>>>                        .type     = EM28XX_RADIO,
>>>>>                        .amux     = EM28XX_AMUX_AUX,
>>>>>                }
>>>>>        },
>>>>>
>>>>> I tested with different settings on tda9887 and modprobe "tda9887
>>>>> port1=1" seemed to work be best.
>>>>>
>>>>> One odd thing when the modules is load is this:
>>>>>
>>>>> [15680.459343] tuner 4-0000: chip found @ 0x0 (em28xx #0)
>>>>> [15680.473017] tuner 4-0043: chip found @ 0x86 (em28xx #0)
>>>>> [15680.473089] tda9887 4-0043: creating new instance
>>>>> [15680.473091] tda9887 4-0043: tda988[5/6/7] found
>>>>> [15680.485719] tuner 4-0061: chip found @ 0xc2 (em28xx #0)
>>>>> [15680.486169] tuner-simple 4-0000: unable to probe Alps TSBE1,
>>>>> proceeding anyway.                            <-- What is that?
>>>>> [15680.486171] tuner-simple 4-0000: creating new instance
>>>>>                                                       <--
>>>>> [15680.486174] tuner-simple 4-0000: type set to 10 (Alps TSBE1)
>>>>>                                                    <--
>>>>> [15680.496562] tuner-simple 4-0061: creating new instance
>>>>> [15680.496566] tuner-simple 4-0061: type set to 38 (Philips PAL/SECAM
>>>>> multi (FM1216ME MK3))
>>>>>
>>>>>
>>>>> Another question, my box has a tda9874ah chip and if  understand the
>>>>> data sheet it gives support for stereo (even Nicam if that is still
>>>>> used anymore.).
>>>>> So I tried to configure my box the same way as
>>>>> [EM2820_BOARD_COMPRO_VIDEOMATE_FORYOU] by adding these lines:
>>>>>
>>>>> .tvaudio_addr = 0xb0,                             <---- address of
>>>>> tda9874 according to ic2-addr.h
>>>>> .adecoder     = EM28XX_TVAUDIO,
>>>>>
>>>>> But it didnt work, got the following message when I plugged it in:
>>>>>
>>>>> [15677.928972] em28xx #0: Please send a report of having this working
>>>>> [15677.928974] em28xx #0: not to V4L mailing list (and/or to other addresses)
>>>>> [15677.928975]
>>>>> [15678.288360] saa7115 4-0021: saa7114 found (1f7114d0e000000) @ 0x42
>>>>> (em28xx #0)
>>>>> [15680.457094] tvaudio: TV audio decoder + audio/video mux driver
>>>>> [15680.457097] tvaudio: known chips: tda9840, tda9873h, tda9874h/a/ah,
>>>>> tda9875, tda9850, tda9855, tea6300, tea6320, tea6420, tda8425,
>>>>> pic16c54 (PV951), ta8874z
>>>>> [15680.457105] tvaudio 4-00b0: chip found @ 0x160
>>>>> [15680.457107] tvaudio 4-00b0: no matching chip description found
>>>>> [15680.457111] tvaudio: probe of 4-00b0 failed with error -5
>>>>> [15680.459343] tuner 4-0000: chip found @ 0x0 (em28xx #0)
>>>>> [15680.473017] tuner 4-0043: chip found @ 0x86 (em28xx #0)
>>>>> [15680.473089] tda9887 4-0043: creating new instance
>>>>>
>>>>>
>>>>> It might be so that my box is not wired to fully utilize the chip or I
>>>>> did something wrong.
>>>>>
>>>>>
>>>>> /Magnus
>>>>>
>>>>
>>>
>>
>
000004:  URB_FUNCTION_SELECT_CONFIGURATION
000005:  OUT: 000001 ms 000005 ms c0 00 00 00 0a 00 01 00 <<<  12
000006:  OUT: 000000 ms 000006 ms c0 00 00 00 0a 00 01 00 <<<  12
000007:  OUT: 000000 ms 000006 ms c0 00 00 00 06 00 01 00 <<<  4c
000008:  OUT: 000000 ms 000006 ms c0 00 00 00 02 00 02 00 <<<  1e 03
000009:  OUT: 000001 ms 000006 ms c0 00 00 00 0c 00 01 00 <<<  00
000010:  OUT: 000000 ms 000007 ms 40 03 00 00 a0 00 01 00 >>>  04
000011:  OUT: 000001 ms 000007 ms c0 00 00 00 05 00 01 00 <<<  00
000012:  OUT: 000000 ms 000008 ms c0 02 00 00 a0 00 02 00 <<<  13 04
000013:  OUT: 000000 ms 000008 ms c0 00 00 00 05 00 01 00 <<<  00
000014:  OUT: 000053 ms 000008 ms c0 00 00 00 00 00 01 00 <<<  14
000015:  OUT: 000000 ms 000061 ms 40 03 00 00 a0 00 01 00 >>>  14
000016:  OUT: 000001 ms 000061 ms c0 00 00 00 05 00 01 00 <<<  00
000017:  OUT: 000000 ms 000062 ms c0 02 00 00 a0 00 04 00 <<<  00 00 00 00
000018:  OUT: 000000 ms 000062 ms c0 00 00 00 05 00 01 00 <<<  00
000019:  OUT: 000000 ms 000062 ms 40 03 00 00 a0 00 01 00 >>>  1c
000020:  OUT: 000001 ms 000062 ms c0 00 00 00 05 00 01 00 <<<  00
000021:  OUT: 000000 ms 000063 ms c0 02 00 00 a0 00 01 00 <<<  03
000022:  OUT: 000000 ms 000063 ms c0 00 00 00 05 00 01 00 <<<  00
000023:  OUT: 000000 ms 000063 ms 40 03 00 00 a0 00 01 00 >>>  18
000024:  OUT: 000001 ms 000063 ms c0 00 00 00 05 00 01 00 <<<  00
000025:  OUT: 000000 ms 000064 ms c0 02 00 00 a0 00 01 00 <<<  30
000026:  OUT: 000000 ms 000064 ms c0 00 00 00 05 00 01 00 <<<  00
000027:  OUT: 000000 ms 000064 ms 40 03 00 00 a0 00 01 00 >>>  1d
000028:  OUT: 000001 ms 000064 ms c0 00 00 00 05 00 01 00 <<<  00
000029:  OUT: 000000 ms 000065 ms c0 02 00 00 a0 00 01 00 <<<  03
000030:  OUT: 000000 ms 000065 ms c0 00 00 00 05 00 01 00 <<<  00
000031:  OUT: 000000 ms 000065 ms 40 03 00 00 a0 00 01 00 >>>  19
000032:  OUT: 000001 ms 000065 ms c0 00 00 00 05 00 01 00 <<<  00
000033:  OUT: 000000 ms 000066 ms c0 02 00 00 a0 00 01 00 <<<  3e
000034:  OUT: 000000 ms 000066 ms c0 00 00 00 05 00 01 00 <<<  00
000035:  OUT: 000000 ms 000066 ms 40 03 00 00 a0 00 01 00 >>>  1e
000036:  OUT: 000001 ms 000066 ms c0 00 00 00 05 00 01 00 <<<  00
000037:  OUT: 000000 ms 000067 ms c0 02 00 00 a0 00 01 00 <<<  03
000038:  OUT: 000000 ms 000067 ms c0 00 00 00 05 00 01 00 <<<  00
000039:  OUT: 000000 ms 000067 ms 40 03 00 00 a0 00 01 00 >>>  1a
000040:  OUT: 000001 ms 000067 ms c0 00 00 00 05 00 01 00 <<<  00
000041:  OUT: 000000 ms 000068 ms c0 02 00 00 a0 00 01 00 <<<  b0
000042:  OUT: 000000 ms 000068 ms c0 00 00 00 05 00 01 00 <<<  00
000043:  OUT: 000000 ms 000068 ms c0 02 00 00 b0 00 01 00 <<<  c0
000044:  OUT: 000001 ms 000068 ms c0 00 00 00 05 00 01 00 <<<  00
000045:  OUT: 000000 ms 000069 ms 40 03 00 00 a0 00 01 00 >>>  1f
000046:  OUT: 000000 ms 000069 ms c0 00 00 00 05 00 01 00 <<<  00
000047:  OUT: 000000 ms 000069 ms c0 02 00 00 a0 00 01 00 <<<  03
000048:  OUT: 000001 ms 000069 ms c0 00 00 00 05 00 01 00 <<<  00
000049:  OUT: 000000 ms 000070 ms 40 03 00 00 a0 00 01 00 >>>  1b
000050:  OUT: 000000 ms 000070 ms c0 00 00 00 05 00 01 00 <<<  00
000051:  OUT: 000000 ms 000070 ms c0 02 00 00 a0 00 01 00 <<<  60
000052:  OUT: 000001 ms 000070 ms c0 00 00 00 05 00 01 00 <<<  00
000053:  OUT: 000000 ms 000071 ms c0 02 00 00 60 00 01 00 <<<  00
000054:  OUT: 000000 ms 000071 ms c0 00 00 00 05 00 01 00 <<<  10
000055:  OUT: 000000 ms 000071 ms 40 02 00 00 30 00 02 00 >>>  03 c0
000056:  OUT: 000001 ms 000071 ms c0 00 00 00 05 00 01 00 <<<  00
000057:  OUT: 000000 ms 000072 ms 40 02 00 00 30 00 02 00 >>>  0b 00
000058:  OUT: 000000 ms 000072 ms c0 00 00 00 05 00 01 00 <<<  00
000059:  OUT: 000000 ms 000072 ms 40 02 00 00 30 00 02 00 >>>  04 00
000060:  OUT: 000001 ms 000072 ms c0 00 00 00 05 00 01 00 <<<  00
000061:  OUT: 000000 ms 000073 ms 40 02 00 00 30 00 02 00 >>>  0c 00
000062:  OUT: 000000 ms 000073 ms c0 00 00 00 05 00 01 00 <<<  00
000063:  OUT: 000000 ms 000073 ms 40 02 00 00 30 00 02 00 >>>  02 00
000064:  OUT: 000001 ms 000073 ms c0 00 00 00 05 00 01 00 <<<  00
000065:  OUT: 000000 ms 000074 ms 40 02 00 00 30 00 02 00 >>>  0a 00
000066:  OUT: 000000 ms 000074 ms c0 00 00 00 05 00 01 00 <<<  00
000067:  OUT: 000000 ms 000074 ms 40 02 00 00 30 00 02 00 >>>  12 00
000068:  OUT: 000001 ms 000074 ms c0 00 00 00 05 00 01 00 <<<  00
000069:  OUT: 000000 ms 000075 ms 40 02 00 00 30 00 02 00 >>>  13 00
000070:  OUT: 000000 ms 000075 ms c0 00 00 00 05 00 01 00 <<<  00
000071:  OUT: 000000 ms 000075 ms 40 02 00 00 30 00 02 00 >>>  14 00
000072:  OUT: 000001 ms 000075 ms c0 00 00 00 05 00 01 00 <<<  00
000073:  OUT: 000000 ms 000076 ms 40 02 00 00 30 00 02 00 >>>  01 0c
000074:  OUT: 000000 ms 000076 ms c0 00 00 00 05 00 01 00 <<<  00
000075:  OUT: 000000 ms 000076 ms 40 02 00 00 30 00 02 00 >>>  09 00
000076:  OUT: 000001 ms 000076 ms c0 00 00 00 05 00 01 00 <<<  00
000077:  OUT: 000000 ms 000077 ms 40 02 00 00 3e 00 02 00 >>>  03 ff
000078:  OUT: 000000 ms 000077 ms c0 00 00 00 05 00 01 00 <<<  00
000079:  OUT: 000000 ms 000077 ms 40 02 00 00 3e 00 02 00 >>>  0b 60
000080:  OUT: 000001 ms 000077 ms c0 00 00 00 05 00 01 00 <<<  00
000081:  OUT: 000000 ms 000078 ms 40 02 00 00 3e 00 02 00 >>>  04 00
000082:  OUT: 000000 ms 000078 ms c0 00 00 00 05 00 01 00 <<<  00
000083:  OUT: 000000 ms 000078 ms 40 02 00 00 3e 00 02 00 >>>  0c 00
000084:  OUT: 000001 ms 000078 ms c0 00 00 00 05 00 01 00 <<<  00
000085:  OUT: 000000 ms 000079 ms 40 02 00 00 3e 00 02 00 >>>  02 00
000086:  OUT: 000000 ms 000079 ms c0 00 00 00 05 00 01 00 <<<  00
000087:  OUT: 000000 ms 000079 ms 40 02 00 00 3e 00 02 00 >>>  0a 00
000088:  OUT: 000001 ms 000079 ms c0 00 00 00 05 00 01 00 <<<  00
000089:  OUT: 000000 ms 000080 ms 40 02 00 00 3e 00 02 00 >>>  12 00
000090:  OUT: 000000 ms 000080 ms c0 00 00 00 05 00 01 00 <<<  00
000091:  OUT: 000000 ms 000080 ms 40 02 00 00 3e 00 02 00 >>>  13 00
000092:  OUT: 000001 ms 000080 ms c0 00 00 00 05 00 01 00 <<<  00
000093:  OUT: 000000 ms 000081 ms 40 02 00 00 3e 00 02 00 >>>  14 00
000094:  OUT: 000000 ms 000081 ms c0 00 00 00 05 00 01 00 <<<  00
000095:  OUT: 000000 ms 000081 ms 40 02 00 00 3e 00 02 00 >>>  09 02
000096:  OUT: 000001 ms 000081 ms c0 00 00 00 05 00 01 00 <<<  00
000097:  OUT: 000000 ms 000082 ms 40 03 00 00 a0 00 01 00 >>>  22
000098:  OUT: 000000 ms 000082 ms c0 00 00 00 05 00 01 00 <<<  00
000099:  OUT: 000000 ms 000082 ms c0 02 00 00 a0 00 01 00 <<<  01
000100:  OUT: 000001 ms 000082 ms c0 00 00 00 05 00 01 00 <<<  00
000101:  OUT: 000000 ms 000083 ms 40 03 00 00 a0 00 01 00 >>>  23
000102:  OUT: 000000 ms 000083 ms c0 00 00 00 05 00 01 00 <<<  00
000103:  OUT: 000000 ms 000083 ms c0 02 00 00 a0 00 01 00 <<<  01
000104:  OUT: 000001 ms 000083 ms c0 00 00 00 05 00 01 00 <<<  00
000105:  OUT: 000000 ms 000084 ms 40 03 00 00 a0 00 01 00 >>>  0b
000106:  OUT: 000000 ms 000084 ms c0 00 00 00 05 00 01 00 <<<  00
000107:  OUT: 000000 ms 000084 ms c0 02 00 00 a0 00 01 00 <<<  03
000108:  OUT: 000000 ms 000084 ms c0 00 00 00 05 00 01 00 <<<  00
000109:  OUT: 000001 ms 000084 ms c0 00 00 00 06 00 01 00 <<<  4c
000110:  OUT: 000000 ms 000085 ms 40 00 00 00 06 00 01 00 >>>  4c
000111:  OUT: 000054 ms 000085 ms c0 00 00 00 00 00 01 00 <<<  14
000112:  OUT: 000000 ms 000139 ms c0 00 00 00 08 00 01 00 <<<  ff
000113:  OUT: 000115 ms 000139 ms 40 00 00 00 08 00 01 00 >>>  f7
000114:  OUT: 000000 ms 000254 ms c0 02 00 00 42 00 01 00 <<<  00
000115:  OUT: 000000 ms 000254 ms c0 00 00 00 05 00 01 00 <<<  00
000116:  OUT: 000000 ms 000254 ms 40 02 00 00 42 00 02 00 >>>  00 02
000117:  OUT: 000001 ms 000254 ms c0 00 00 00 05 00 01 00 <<<  00
000118:  OUT: 000000 ms 000255 ms 40 03 00 00 42 00 01 00 >>>  00
000119:  OUT: 000000 ms 000255 ms c0 00 00 00 05 00 01 00 <<<  00
000120:  OUT: 000000 ms 000255 ms c0 02 00 00 42 00 01 00 <<<  07
000121:  OUT: 000001 ms 000255 ms c0 00 00 00 05 00 01 00 <<<  00
000122:  OUT: 000000 ms 000256 ms 40 02 00 00 42 00 02 00 >>>  00 05
000123:  OUT: 000000 ms 000256 ms c0 00 00 00 05 00 01 00 <<<  00
000124:  OUT: 000000 ms 000256 ms 40 03 00 00 42 00 01 00 >>>  00
000125:  OUT: 000001 ms 000256 ms c0 00 00 00 05 00 01 00 <<<  00
000126:  OUT: 000002 ms 000257 ms c0 02 00 00 42 00 01 00 <<<  04
000127:  OUT: 000001 ms 000259 ms c0 00 00 00 05 00 01 00 <<<  00
000128:  OUT: 000051 ms 000260 ms c0 00 00 00 00 00 01 00 <<<  14
000129:  OUT: 000000 ms 000311 ms 40 03 00 00 a0 00 01 00 >>>  0a
000130:  OUT: 000001 ms 000311 ms c0 00 00 00 05 00 01 00 <<<  00
000131:  OUT: 000000 ms 000312 ms c0 02 00 00 a0 00 01 00 <<<  1e
000132:  OUT: 000000 ms 000312 ms c0 00 00 00 05 00 01 00 <<<  00
000133:  OUT: 000000 ms 000312 ms c0 02 00 00 c6 00 01 00 <<<  00
000134:  OUT: 000000 ms 000312 ms c0 00 00 00 05 00 01 00 <<<  10
000135:  OUT: 000000 ms 000312 ms c0 02 00 00 c4 00 01 00 <<<  10
000136:  OUT: 000001 ms 000312 ms c0 00 00 00 05 00 01 00 <<<  10
000137:  OUT: 000000 ms 000313 ms c0 02 00 00 c2 00 01 00 <<<  31
000138:  OUT: 000000 ms 000313 ms c0 00 00 00 05 00 01 00 <<<  00
000139:  OUT: 000000 ms 000313 ms c0 02 00 00 86 00 01 00 <<<  8e
000140:  OUT: 000001 ms 000313 ms c0 00 00 00 05 00 01 00 <<<  00
000141:  OUT: 000000 ms 000314 ms c0 02 00 00 c6 00 01 00 <<<  00
000142:  OUT: 000000 ms 000314 ms c0 00 00 00 05 00 01 00 <<<  10
000143:  OUT: 000000 ms 000314 ms c0 02 00 00 c4 00 01 00 <<<  10
000144:  OUT: 000001 ms 000314 ms c0 00 00 00 05 00 01 00 <<<  10
000145:  OUT: 000000 ms 000315 ms c0 02 00 00 c2 00 01 00 <<<  31
000146:  OUT: 000000 ms 000315 ms c0 00 00 00 05 00 01 00 <<<  00
000147:  OUT: 000000 ms 000315 ms c0 02 00 00 86 00 01 00 <<<  8e
000148:  OUT: 000000 ms 000315 ms c0 00 00 00 05 00 01 00 <<<  00
000149:  OUT: 000001 ms 000315 ms c0 02 00 00 c6 00 01 00 <<<  00
000150:  OUT: 000000 ms 000316 ms c0 00 00 00 05 00 01 00 <<<  10
000151:  OUT: 000000 ms 000316 ms c0 02 00 00 c4 00 01 00 <<<  10
000152:  OUT: 000000 ms 000316 ms c0 00 00 00 05 00 01 00 <<<  10
000153:  OUT: 000000 ms 000316 ms c0 02 00 00 c2 00 01 00 <<<  31
000154:  OUT: 000001 ms 000316 ms c0 00 00 00 05 00 01 00 <<<  00
000155:  OUT: 000000 ms 000317 ms 40 03 00 00 a0 00 01 00 >>>  0a
000156:  OUT: 000000 ms 000317 ms c0 00 00 00 05 00 01 00 <<<  00
000157:  OUT: 000000 ms 000317 ms c0 02 00 00 a0 00 01 00 <<<  1e
000158:  OUT: 000001 ms 000317 ms c0 00 00 00 05 00 01 00 <<<  00
000159:  OUT: 000000 ms 000318 ms c0 02 00 00 86 00 01 00 <<<  8e
000160:  OUT: 000000 ms 000318 ms c0 00 00 00 05 00 01 00 <<<  00
000161:  OUT: 000001 ms 000318 ms c0 00 00 00 08 00 01 00 <<<  f7
000162:  OUT: 000101 ms 000319 ms 40 00 00 00 08 00 01 00 >>>  f7
000163:  OUT: 000001 ms 000420 ms c0 02 00 00 22 00 01 00 <<<  f7
000164:  OUT: 000000 ms 000421 ms c0 00 00 00 05 00 01 00 <<<  10
000165:  OUT: 000000 ms 000421 ms c0 02 00 00 66 00 01 00 <<<  10
000166:  OUT: 000001 ms 000421 ms c0 00 00 00 05 00 01 00 <<<  10
000167:  OUT: 000000 ms 000422 ms c0 02 00 00 42 00 01 00 <<<  04
000168:  OUT: 000000 ms 000422 ms c0 00 00 00 05 00 01 00 <<<  00
000169:  OUT: 000000 ms 000422 ms 40 02 00 00 42 00 01 00 >>>  0a
000170:  OUT: 000001 ms 000422 ms c0 00 00 00 05 00 01 00 <<<  00
000171:  OUT: 000000 ms 000423 ms c0 02 00 00 42 00 01 00 <<<  00
000172:  OUT: 000000 ms 000423 ms c0 00 00 00 05 00 01 00 <<<  00
000173:  OUT: 000001 ms 000423 ms 40 02 00 00 42 00 01 00 >>>  0b
000174:  OUT: 000000 ms 000424 ms c0 00 00 00 05 00 01 00 <<<  00
000175:  OUT: 000000 ms 000424 ms c0 02 00 00 42 00 01 00 <<<  00
000176:  OUT: 000001 ms 000424 ms c0 00 00 00 05 00 01 00 <<<  00
000177:  OUT: 000000 ms 000425 ms c0 02 00 00 60 00 01 00 <<<  00
000178:  OUT: 000000 ms 000425 ms c0 00 00 00 05 00 01 00 <<<  10
000179:  OUT: 000001 ms 000425 ms c0 02 00 00 ba 00 01 00 <<<  10
000180:  OUT: 000000 ms 000426 ms c0 00 00 00 05 00 01 00 <<<  10
000181:  OUT: 000000 ms 000426 ms c0 02 00 00 8a 00 01 00 <<<  10
000182:  OUT: 000001 ms 000426 ms c0 00 00 00 05 00 01 00 <<<  10
000183:  OUT: 000000 ms 000427 ms c0 02 00 00 dc 00 01 00 <<<  10
000184:  OUT: 000000 ms 000427 ms c0 00 00 00 05 00 01 00 <<<  10
000185:  OUT: 000000 ms 000427 ms c0 02 00 00 40 00 01 00 <<<  10
000186:  OUT: 000001 ms 000427 ms c0 00 00 00 05 00 01 00 <<<  10
000187:  OUT: 000000 ms 000428 ms c0 02 00 00 22 00 01 00 <<<  10
000188:  OUT: 000000 ms 000428 ms c0 00 00 00 05 00 01 00 <<<  10
000189:  OUT: 000001 ms 000428 ms c0 02 00 00 ba 00 01 00 <<<  10
000190:  OUT: 000000 ms 000429 ms c0 00 00 00 05 00 01 00 <<<  10
000191:  OUT: 000000 ms 000429 ms c0 00 00 00 08 00 01 00 <<<  f7
000192:  OUT: 000194 ms 000429 ms 40 00 00 00 08 00 01 00 >>>  ff
000193:  Changing to Alternative Setting [00007]
000194:  Changing to Alternative Setting [00006]
000195:  Changing to Alternative Setting [00005]
000196:  Changing to Alternative Setting [00004]
000197:  Changing to Alternative Setting [00003]
000198:  Changing to Alternative Setting [00002]
000199:  Changing to Alternative Setting [00001]
000200:  Changing to Alternative Setting [00000]
000201:  OUT: 000005 ms 001256 ms 40 03 00 00 a0 00 01 00 >>>  32
000202:  OUT: 000001 ms 001261 ms c0 00 00 00 05 00 01 00 <<<  00
000203:  OUT: 000000 ms 001262 ms c0 02 00 00 a0 00 04 00 <<<  20 40 20 80
000204:  OUT: 000001 ms 001262 ms c0 00 00 00 05 00 01 00 <<<  00
000205:  OUT: 000000 ms 001263 ms 40 03 00 00 a0 00 01 00 >>>  36
000206:  OUT: 000000 ms 001263 ms c0 00 00 00 05 00 01 00 <<<  00
000207:  OUT: 000001 ms 001263 ms c0 02 00 00 a0 00 01 00 <<<  02
000208:  OUT: 000000 ms 001264 ms c0 00 00 00 05 00 01 00 <<<  00
000209:  OUT: 000000 ms 001264 ms 40 03 00 00 a0 00 01 00 >>>  38
000210:  OUT: 000001 ms 001264 ms c0 00 00 00 05 00 01 00 <<<  00
000211:  OUT: 000000 ms 001265 ms c0 02 00 00 a0 00 01 00 <<<  01
000212:  OUT: 000001 ms 001265 ms c0 00 00 00 05 00 01 00 <<<  00
000213:  OUT: 000000 ms 001266 ms 40 03 00 00 a0 00 01 00 >>>  39
000214:  OUT: 000000 ms 001266 ms c0 00 00 00 05 00 01 00 <<<  00
000215:  OUT: 000001 ms 001266 ms c0 02 00 00 a0 00 01 00 <<<  01
000216:  OUT: 000000 ms 001267 ms c0 00 00 00 05 00 01 00 <<<  00
000217:  OUT: 000000 ms 001267 ms 40 03 00 00 a0 00 01 00 >>>  3a
000218:  OUT: 000001 ms 001267 ms c0 00 00 00 05 00 01 00 <<<  00
000219:  OUT: 000000 ms 001268 ms c0 02 00 00 a0 00 01 00 <<<  00
000220:  OUT: 000000 ms 001268 ms c0 00 00 00 05 00 01 00 <<<  00
000221:  OUT: 000001 ms 001268 ms 40 03 00 00 a0 00 01 00 >>>  3b
000222:  OUT: 000000 ms 001269 ms c0 00 00 00 05 00 01 00 <<<  00
000223:  OUT: 000000 ms 001269 ms c0 02 00 00 a0 00 01 00 <<<  00
000224:  OUT: 000001 ms 001269 ms c0 00 00 00 05 00 01 00 <<<  00
000225:  OUT: 000000 ms 001270 ms 40 03 00 00 a0 00 01 00 >>>  3c
000226:  OUT: 000000 ms 001270 ms c0 00 00 00 05 00 01 00 <<<  00
000227:  OUT: 000000 ms 001270 ms c0 02 00 00 a0 00 01 00 <<<  00
000228:  OUT: 000001 ms 001270 ms c0 00 00 00 05 00 01 00 <<<  00
000229:  OUT: 000000 ms 001271 ms 40 03 00 00 a0 00 01 00 >>>  3d
000230:  OUT: 000000 ms 001271 ms c0 00 00 00 05 00 01 00 <<<  00
000231:  OUT: 000001 ms 001271 ms c0 02 00 00 a0 00 01 00 <<<  00
000232:  OUT: 000014 ms 001272 ms c0 00 00 00 05 00 01 00 <<<  00
000233:  OUT: 000001 ms 001286 ms c0 00 00 00 12 00 01 00 <<<  25
000234:  OUT: 000000 ms 001287 ms 40 00 00 00 12 00 01 00 >>>  25
000235:  OUT: -01287 ms 001287 ms 40 00 00 00 0d 00 01 00 >>>  42

[Index of Archives]     [Linux Input]     [Video for Linux]     [Gstreamer Embedded]     [Mplayer Users]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux