Device: http://linuxtv.org/wiki/index.php/MSI_DigiVox_Trio

In the "making it work" section I already described it: you just need to threat this device exactly as if it's a Terratec H5.

Something as simple as adding:

 { USB_DEVICE(0xeb1a, 0x2885),    /* MSI Digivox Trio */
            .driver_info = EM2884_BOARD_TERRATEC_H5 },

to linux/drivers/media/usb/em28xx/em28xx-cards.c is sufficient. This is probably a slightly ugly way to do it, but I've been using this solution for half a year and haven't found any problems with it.

What needs to be done in order to get a change like this (or maybe one that looks slighty more neat) into the official v4l-dvb?

Best regards,

P. van Gaans
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to