Following http://www.mail-archive.com/linux-media@xxxxxxxxxxxxxxx/msg09960.html Usb id : 0x0ccd:0x0072 I got a hand on such device and try to make it work under linux 3.5 tree yesterday. However, it' s my first attempt at drivers coding. Looks like we now have a mix em28xx/xc5000 with (extracted from em28xx-cards.c) [EM2884_BOARD_HAUPPAUGE_WINTV_HVR_930C] = { .name = "Hauppauge WinTV HVR 930C", .has_dvb = 1, #if 0 /* FIXME: Add analog support */ .tuner_type = TUNER_XC5000, .tuner_addr = 0x41, .dvb_gpio = hauppauge_930c_digital, .tuner_gpio = hauppauge_930c_gpio, #else .tuner_type = TUNER_ABSENT, #endif .ir_codes = RC_MAP_HAUPPAUGE, .def_i2c_bus = 1, .i2c_speed = EM28XX_I2C_CLK_WAIT_ENABLE | EM28XX_I2C_FREQ_400_KHZ, }, Older em28xx-new found at http://www.mathematik.uni-marburg.de/~kosslerj/em28xx-new/ use to support this usb stick. It use cx25843 decoder. I manage to load em28xx and other modules, but xc5000 firmware wouldnt load. I can provide log if you want. Michaël -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html