Thank you, Devin and Mauro. Unfortunately I don't have the eeprom data. I can only tell you what happened to the usb id: original: 0ccd:0043 TerraTec Electronic GmbH now: eb1a:2871 eMPIA Technology, Inc. With 2 lines added to em28xx-cards.c (see the diff at the end of this mail) I was hoping to get back the old behavior. But you're right - it's not sufficient. Guess I really need to recover the eeprom. So... Devin, do you have the very same board? Thorsten diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c index b0fb083..ef2ecd7 100644 --- a/drivers/media/video/em28xx/em28xx-cards.c +++ b/drivers/media/video/em28xx/em28xx-cards.c @@ -1720,6 +1720,8 @@ struct usb_device_id em28xx_id_table[] = { .driver_info = EM2880_BOARD_TERRATEC_HYBRID_XS }, { USB_DEVICE(0x0ccd, 0x0043), .driver_info = EM2870_BOARD_TERRATEC_XS }, + { USB_DEVICE(0xeb1a, 0x2871), + .driver_info = EM2870_BOARD_TERRATEC_XS }, { USB_DEVICE(0x0ccd, 0x0047), .driver_info = EM2880_BOARD_TERRATEC_PRODIGY_XS }, { USB_DEVICE(0x0ccd, 0x0084), -- 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