Re: strange empia device

2014-09-02 Thread Lorenzo Marcantonio
On Mon, Sep 01, 2014 at 07:58:52PM -0400, Andy Walls wrote:
 A Merlin firmware of 16 kB strongly suggests that this chip has an
 integarted Conexant CX25843 (Merlin Audio + Thresher Video = Mako)
 Broadtcast A/V decoder core.  The chip might only have a Merlin
 integrated, but so far I've never encountered that.  It will be easy
 enough to tell, if the Thresher registers don't respond or only respond
 with junk.

However I strongly suspect that these drivers are for a whole *family*
of empia device. The oem ini by roxio talks about three different
parts... probably they give one sys file for everyone and the oem
customizes the ini.

In short the merlin fw may not be actually used for *this* part but only
for other empia devices/configurations.

Otherwise I wonder *why* a fscking 1.5MB of sys driver for a mostly dumb
capture device...

-- 
Lorenzo Marcantonio
Logos Srl
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: strange empia device

2014-09-02 Thread Andy Walls
On September 2, 2014 2:28:23 AM EDT, Lorenzo Marcantonio 
l.marcanto...@logossrl.com wrote:
On Mon, Sep 01, 2014 at 07:58:52PM -0400, Andy Walls wrote:
 A Merlin firmware of 16 kB strongly suggests that this chip has an
 integarted Conexant CX25843 (Merlin Audio + Thresher Video = Mako)
 Broadtcast A/V decoder core.  The chip might only have a Merlin
 integrated, but so far I've never encountered that.  It will be easy
 enough to tell, if the Thresher registers don't respond or only
respond
 with junk.

However I strongly suspect that these drivers are for a whole *family*
of empia device. The oem ini by roxio talks about three different
parts... probably they give one sys file for everyone and the oem
customizes the ini.

In short the merlin fw may not be actually used for *this* part but
only
for other empia devices/configurations.

Otherwise I wonder *why* a fscking 1.5MB of sys driver for a mostly
dumb
capture device...

Yeah.  I guess you can analyze the USB captures of the Windows driver and see 
if it looks like cx25843 registers are being accessed.  If so, you are that 
much closer to a working linux driver.  If not, you still have an unknown 
decoder as a big hurdle.

Regards,
Andy
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: strange empia device

2014-09-02 Thread Frank Schäfer

Am 02.09.2014 um 08:28 schrieb Lorenzo Marcantonio:
 On Mon, Sep 01, 2014 at 07:58:52PM -0400, Andy Walls wrote:
 A Merlin firmware of 16 kB strongly suggests that this chip has an
 integarted Conexant CX25843 (Merlin Audio + Thresher Video = Mako)
 Broadtcast A/V decoder core.  The chip might only have a Merlin
 integrated, but so far I've never encountered that.  It will be easy
 enough to tell, if the Thresher registers don't respond or only respond
 with junk.
 However I strongly suspect that these drivers are for a whole *family*
 of empia device. The oem ini by roxio talks about three different
 parts... probably they give one sys file for everyone and the oem
 customizes the ini.

 In short the merlin fw may not be actually used for *this* part but only
 for other empia devices/configurations.

 Otherwise I wonder *why* a fscking 1.5MB of sys driver for a mostly dumb
 capture device...
Right. There is also no firmware upload in the USB-log I have checked.

Regards,
Frank
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: strange empia device

2014-09-01 Thread Frank Schäfer

Am 31.08.2014 um 17:41 schrieb Lorenzo Marcantonio:
 On Sun, Aug 31, 2014 at 04:50:08PM +0200, Frank Schäfer wrote:
 Hmm... could you send us the output of lsusb -v -d 1b80:e31d ?
 Sure, here is it. However it seems that roxio violated the most sacred
 USB rule (i.e. they use that vid/pid for two different kinds of
 hardware); 
What's the other device using this vid:pid and which hardware does it use ?

 in fact even people on Windows have troubles with it (and
 a guaranteed blue screen on Win8, it seems :D)

 I already had some experience in reverse engineering a webcam (in fact
 I even 'patched' the 8051 firmware and fully disassembled the win driver
 for one chinese Cypress EZ2 based cam), but that was very painful and
 I don't actually want to repeat the experience :D
There is very likely no need to patch a firmware. ;-)
The big task is the integrated decoder. Makes no fun without a datasheet. :/


 Bus 002 Device 005: ID 1b80:e31d Afatech 
 Device Descriptor:
   bLength18
   bDescriptorType 1
   bcdUSB   2.00
   bDeviceClass0 (Defined at Interface level)
   bDeviceSubClass 0 
   bDeviceProtocol 0 
   bMaxPacketSize064
   idVendor   0x1b80 Afatech
   idProduct  0xe31d 
   bcdDevice1.00
   iManufacturer   0 
   iProduct1 Roxio Video Capture USB
   iSerial 2 0
   bNumConfigurations  1
   Configuration Descriptor:
 bLength 9
 bDescriptorType 2
 wTotalLength  406
 bNumInterfaces  3
 bConfigurationValue 1
 iConfiguration  0 
 bmAttributes 0x80
   (Bus Powered)
 MaxPower  500mA
 Interface Descriptor:
   bLength 9
   bDescriptorType 4
   bInterfaceNumber0
   bAlternateSetting   0
   bNumEndpoints   4
   bInterfaceClass   255 Vendor Specific Class
   bInterfaceSubClass  0 
   bInterfaceProtocol255 
   iInterface  0 
   Endpoint Descriptor:
 bLength 7
 bDescriptorType 5
 bEndpointAddress 0x81  EP 1 IN
 bmAttributes3
   Transfer TypeInterrupt
   Synch Type   None
   Usage Type   Data
 wMaxPacketSize 0x0001  1x 1 bytes
 bInterval  11
   Endpoint Descriptor:
 bLength 7
 bDescriptorType 5
 bEndpointAddress 0x82  EP 2 IN
 bmAttributes1
   Transfer TypeIsochronous
   Synch Type   None
   Usage Type   Data
 wMaxPacketSize 0x  1x 0 bytes
 bInterval   1
   Endpoint Descriptor:
 bLength 7
 bDescriptorType 5
 bEndpointAddress 0x84  EP 4 IN
 bmAttributes1
   Transfer TypeIsochronous
   Synch Type   None
   Usage Type   Data
 wMaxPacketSize 0x  1x 0 bytes
 bInterval   1
   Endpoint Descriptor:
 bLength 7
 bDescriptorType 5
 bEndpointAddress 0x8a  EP 10 IN
 bmAttributes2
   Transfer TypeBulk
   Synch Type   None
   Usage Type   Data
 wMaxPacketSize 0x0200  1x 512 bytes
 bInterval   0
 Interface Descriptor:
   bLength 9
   bDescriptorType 4
   bInterfaceNumber0
   bAlternateSetting   1
   bNumEndpoints   4
   bInterfaceClass   255 Vendor Specific Class
   bInterfaceSubClass  0 
   bInterfaceProtocol255 
   iInterface  0 
   Endpoint Descriptor:
 bLength 7
 bDescriptorType 5
 bEndpointAddress 0x81  EP 1 IN
 bmAttributes3
   Transfer TypeInterrupt
   Synch Type   None
   Usage Type   Data
 wMaxPacketSize 0x0001  1x 1 bytes
 bInterval  11
   Endpoint Descriptor:
 bLength 7
 bDescriptorType 5
 bEndpointAddress 0x82  EP 2 IN
 bmAttributes1
   Transfer TypeIsochronous
   Synch Type   None
   Usage Type   Data
 wMaxPacketSize 0x  1x 0 bytes
 bInterval   1
   Endpoint Descriptor:
 bLength 7
 bDescriptorType 5
 bEndpointAddress 0x84  EP 4 IN
 bmAttributes1
   Transfer Type

Re: strange empia device

2014-09-01 Thread Lorenzo Marcantonio
On Mon, Sep 01, 2014 at 08:14:25PM +0200, Frank Schäfer wrote:

 What's the other device using this vid:pid and which hardware does it use ?

The previous generation of the tool:

http://www.linuxtv.org/wiki/index.php/RoxioEasyVHStoDVD

... an easycap DC60+ clone. Doubly hating it since I bought is sure that
it would have been supported!

 The big task is the integrated decoder. Makes no fun without a datasheet. :/

I presume that with decoder you mean the composite to YUV translator... With 
the datasheet is too easy :D strange thing is eMPIA says that linux
is supported for some of their chip. But of course the 2980 isn't even
advertised and probably they only give you docs if you buy 100K pieces:(

 Thanks, looks like the other em2980 we have seen (Dazzle Video Capture
 USB V1.0).

Please tell if there are other tests or captures you need. By the way,
even on Windows, transfer seems flaky. If the bus is not perfectly
idle or there is some nontrivial CPU load often it loses transfer sync
and the image get split (probably an isoc transfer get lost and it
doesn't number the packets or something). Had the same problem with the
other chinese camera I used (USB suckitude knows no limits:P)

-- 
Lorenzo Marcantonio
Logos Srl
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: strange empia device

2014-09-01 Thread Frank Schäfer

Am 01.09.2014 um 21:03 schrieb Lorenzo Marcantonio:
 On Mon, Sep 01, 2014 at 08:14:25PM +0200, Frank Schäfer wrote:

 What's the other device using this vid:pid and which hardware does it use ?
 The previous generation of the tool:

 http://www.linuxtv.org/wiki/index.php/RoxioEasyVHStoDVD

 ... an easycap DC60+ clone. Doubly hating it since I bought is sure that
 it would have been supported!

 The big task is the integrated decoder. Makes no fun without a datasheet. :/
 I presume that with decoder you mean the composite to YUV translator... 
Yes.

 With the datasheet is too easy :D 
:D

 strange thing is eMPIA says that linux
 is supported for some of their chip. But of course the 2980 isn't even
 advertised 
It had been advertised in past, but they removed all informations about
it from their website. :-(

 and probably they only give you docs if you buy 100K pieces:(
...and sign an NDA (non-disclosure agreement).


 Thanks, looks like the other em2980 we have seen (Dazzle Video Capture
 USB V1.0).
 Please tell if there are other tests or captures you need.
At the moment, no.

  By the way,
 even on Windows, transfer seems flaky. If the bus is not perfectly
 idle or there is some nontrivial CPU load often it loses transfer sync
 and the image get split (probably an isoc transfer get lost and it
 doesn't number the packets or something). 
Not our problem. ;-)

Regards,
Frank


 Had the same problem with the
 other chinese camera I used (USB suckitude knows no limits:P)


--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: strange empia device

2014-09-01 Thread Andy Walls
On Sun, 2014-08-31 at 16:47 +0200, Frank Schäfer wrote:
 Hi Lorenzo,
 
 Am 25.08.2014 um 21:01 schrieb Lorenzo Marcantonio:
  Just bought a roxio video capture dongle. Read around that it was an
  easycap clone (supported, then); it seems it's not so anymore :(
 
  It identifies as 1b80:e31d Roxio Video Capture USB
 
  (it also uses audio class for audio)
 
  Now comes the funny thing. Inside there is the usual E2P memory,
  a regulator or two and an empia marked EM2980 (*not* em2890!); some
  passive and nothing else.
 
  Digging around in the driver cab (emBDA.inf) shows that it seems an
  em28285 driver rebranded by roxio... it installs emBDAA.sys and
  emOEMA.sys (pretty big: about 1.5MB combined!); also a 16KB merlinFW.rom
  (presumably a firmware for the em chip? 

A Merlin firmware of 16 kB strongly suggests that this chip has an
integarted Conexant CX25843 (Merlin Audio + Thresher Video = Mako)
Broadtcast A/V decoder core.  The chip might only have a Merlin
integrated, but so far I've never encountered that.  It will be easy
enough to tell, if the Thresher registers don't respond or only respond
with junk.

The Merlin has an integrated 8051 microcontroller that, if you are
decoding SIF audio from an analog tuner, will periodically reprogram
registers in the Merlin core to do spectral analysis of the SIF to
determine the broadcast audio standard (BTSC, etc.).

A public datasheet for the CX25843 is here:
http://dl.ivtvdriver.org/datasheets/video/cx25840.pdf

There appear to be at least two families of CX25843 cores:

- the core in the stand-alone CX2584[0123] chips and the '843 core
integrated into the CX23418

- the core integrated into the CX2388[578] and CX2310[012] chips, which
have a slightly different register defintion in some places 


The cx25840 driver under linux handles most of these, except that the
cx18 driver has it's own fork of the cx25840 driver in its cx18-av-*
files.  The core is normally I2C connected, except for the one
integrated into the CX23418.

If the empia device driver needs to support a CX25843 core, I highly
recommend forking a copy of the cx25840 driver specifically for the
empia devices, as opposed to trying to fit in yet another variant in the
cx25840 driver itself. 

FWIW, since the CX2310[012] devices are also USB connected, maybe that
driver can provide some basis for comparison along with the USB traces
you already have.  (I haven't compared them myself.)

Regards,
Andy

  I tought they were fixed
  function); also the usual directshow .ax filter and some exe in
  autorun (emmona.exe: firmware/setup loader?).
 
  Looking in the em28xx gave me the idea that that thing is not
  supported (at least in my current 3.6.6)... however the empia sites says
  (here http://www.empiatech.com/wp/video-grabber-em282xx/) 28284 should
  be linux supported. Nothing said about 28285. And the chip is marked
  2980?! by the way, forcing the driver to load I get this:
 
  [ 3439.787701] em28xx: New device  Roxio Video Capture USB @ 480 Mbps 
  (1b80:e31d, interface 0, class 0)
  [ 3439.787704] em28xx: Video interface 0 found
  [ 3439.787705] em28xx: DVB interface 0 found
  [ 3439.787866] em28xx #0: em28xx chip ID = 146
 
  Is there any hope to make it work (even on git kernel there is nothing
  for chip id 146...)?
 
 
 See http://www.spinics.net/lists/linux-media/msg73699.html
 
 HTH,
 Frank
 --
 To unsubscribe from this list: send the line unsubscribe linux-media in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html


--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: strange empia device

2014-08-31 Thread Frank Schäfer
Hi Lorenzo,

Am 25.08.2014 um 21:01 schrieb Lorenzo Marcantonio:
 Just bought a roxio video capture dongle. Read around that it was an
 easycap clone (supported, then); it seems it's not so anymore :(

 It identifies as 1b80:e31d Roxio Video Capture USB

 (it also uses audio class for audio)

 Now comes the funny thing. Inside there is the usual E2P memory,
 a regulator or two and an empia marked EM2980 (*not* em2890!); some
 passive and nothing else.

 Digging around in the driver cab (emBDA.inf) shows that it seems an
 em28285 driver rebranded by roxio... it installs emBDAA.sys and
 emOEMA.sys (pretty big: about 1.5MB combined!); also a 16KB merlinFW.rom
 (presumably a firmware for the em chip?  I tought they were fixed
 function); also the usual directshow .ax filter and some exe in
 autorun (emmona.exe: firmware/setup loader?).

 Looking in the em28xx gave me the idea that that thing is not
 supported (at least in my current 3.6.6)... however the empia sites says
 (here http://www.empiatech.com/wp/video-grabber-em282xx/) 28284 should
 be linux supported. Nothing said about 28285. And the chip is marked
 2980?! by the way, forcing the driver to load I get this:

 [ 3439.787701] em28xx: New device  Roxio Video Capture USB @ 480 Mbps 
 (1b80:e31d, interface 0, class 0)
 [ 3439.787704] em28xx: Video interface 0 found
 [ 3439.787705] em28xx: DVB interface 0 found
 [ 3439.787866] em28xx #0: em28xx chip ID = 146

 Is there any hope to make it work (even on git kernel there is nothing
 for chip id 146...)?


See http://www.spinics.net/lists/linux-media/msg73699.html

HTH,
Frank
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: strange empia device

2014-08-31 Thread Frank Schäfer

Am 31.08.2014 um 16:47 schrieb Frank Schäfer:
 Hi Lorenzo,

 Am 25.08.2014 um 21:01 schrieb Lorenzo Marcantonio:
 Just bought a roxio video capture dongle. Read around that it was an
 easycap clone (supported, then); it seems it's not so anymore :(

 It identifies as 1b80:e31d Roxio Video Capture USB

 (it also uses audio class for audio)

 Now comes the funny thing. Inside there is the usual E2P memory,
 a regulator or two and an empia marked EM2980 (*not* em2890!); some
 passive and nothing else.

 Digging around in the driver cab (emBDA.inf) shows that it seems an
 em28285 driver rebranded by roxio... it installs emBDAA.sys and
 emOEMA.sys (pretty big: about 1.5MB combined!); also a 16KB merlinFW.rom
 (presumably a firmware for the em chip?  I tought they were fixed
 function); also the usual directshow .ax filter and some exe in
 autorun (emmona.exe: firmware/setup loader?).

 Looking in the em28xx gave me the idea that that thing is not
 supported (at least in my current 3.6.6)... however the empia sites says
 (here http://www.empiatech.com/wp/video-grabber-em282xx/) 28284 should
 be linux supported. Nothing said about 28285. And the chip is marked
 2980?! by the way, forcing the driver to load I get this:

 [ 3439.787701] em28xx: New device  Roxio Video Capture USB @ 480 Mbps 
 (1b80:e31d, interface 0, class 0)
 [ 3439.787704] em28xx: Video interface 0 found
 [ 3439.787705] em28xx: DVB interface 0 found
 [ 3439.787866] em28xx #0: em28xx chip ID = 146

 Is there any hope to make it work (even on git kernel there is nothing
 for chip id 146...)?

 See http://www.spinics.net/lists/linux-media/msg73699.html

 HTH,
 Frank
Hmm... could you send us the output of lsusb -v -d 1b80:e31d ?

Thanks,
Frank

--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: strange empia device

2014-08-31 Thread Lorenzo Marcantonio
On Sun, Aug 31, 2014 at 04:50:08PM +0200, Frank Schäfer wrote:
 Hmm... could you send us the output of lsusb -v -d 1b80:e31d ?

Sure, here is it. However it seems that roxio violated the most sacred
USB rule (i.e. they use that vid/pid for two different kinds of
hardware); in fact even people on Windows have troubles with it (and
a guaranteed blue screen on Win8, it seems :D)

I already had some experience in reverse engineering a webcam (in fact
I even 'patched' the 8051 firmware and fully disassembled the win driver
for one chinese Cypress EZ2 based cam), but that was very painful and
I don't actually want to repeat the experience :D

Bus 002 Device 005: ID 1b80:e31d Afatech 
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   2.00
  bDeviceClass0 (Defined at Interface level)
  bDeviceSubClass 0 
  bDeviceProtocol 0 
  bMaxPacketSize064
  idVendor   0x1b80 Afatech
  idProduct  0xe31d 
  bcdDevice1.00
  iManufacturer   0 
  iProduct1 Roxio Video Capture USB
  iSerial 2 0
  bNumConfigurations  1
  Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength  406
bNumInterfaces  3
bConfigurationValue 1
iConfiguration  0 
bmAttributes 0x80
  (Bus Powered)
MaxPower  500mA
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   0
  bNumEndpoints   4
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass  0 
  bInterfaceProtocol255 
  iInterface  0 
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes3
  Transfer TypeInterrupt
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0001  1x 1 bytes
bInterval  11
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82  EP 2 IN
bmAttributes1
  Transfer TypeIsochronous
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x  1x 0 bytes
bInterval   1
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x84  EP 4 IN
bmAttributes1
  Transfer TypeIsochronous
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x  1x 0 bytes
bInterval   1
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x8a  EP 10 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval   0
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   1
  bNumEndpoints   4
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass  0 
  bInterfaceProtocol255 
  iInterface  0 
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes3
  Transfer TypeInterrupt
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0001  1x 1 bytes
bInterval  11
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82  EP 2 IN
bmAttributes1
  Transfer TypeIsochronous
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x  1x 0 bytes
bInterval   1
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x84  EP 4 IN
bmAttributes1
  Transfer TypeIsochronous
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x03ac  1x 940 bytes
bInterval   1
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x8a  EP 10 IN
bmAttributes2
  Transfer TypeBulk
 

strange empia device

2014-08-25 Thread Lorenzo Marcantonio
Just bought a roxio video capture dongle. Read around that it was an
easycap clone (supported, then); it seems it's not so anymore :(

It identifies as 1b80:e31d Roxio Video Capture USB

(it also uses audio class for audio)

Now comes the funny thing. Inside there is the usual E2P memory,
a regulator or two and an empia marked EM2980 (*not* em2890!); some
passive and nothing else.

Digging around in the driver cab (emBDA.inf) shows that it seems an
em28285 driver rebranded by roxio... it installs emBDAA.sys and
emOEMA.sys (pretty big: about 1.5MB combined!); also a 16KB merlinFW.rom
(presumably a firmware for the em chip?  I tought they were fixed
function); also the usual directshow .ax filter and some exe in
autorun (emmona.exe: firmware/setup loader?).

Looking in the em28xx gave me the idea that that thing is not
supported (at least in my current 3.6.6)... however the empia sites says
(here http://www.empiatech.com/wp/video-grabber-em282xx/) 28284 should
be linux supported. Nothing said about 28285. And the chip is marked
2980?! by the way, forcing the driver to load I get this:

[ 3439.787701] em28xx: New device  Roxio Video Capture USB @ 480 Mbps 
(1b80:e31d, interface 0, class 0)
[ 3439.787704] em28xx: Video interface 0 found
[ 3439.787705] em28xx: DVB interface 0 found
[ 3439.787866] em28xx #0: em28xx chip ID = 146

Is there any hope to make it work (even on git kernel there is nothing
for chip id 146...)?

-- 
Lorenzo Marcantonio
Logos Srl
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html