Em 22-03-2012 16:37, Marek Chmielewski escreveu: > -- Pozdrawiam Marek Chmielewski > > > patch_for_tm6000-cards.patch > > > --- tm6000-cards.c.bakup 2012-03-10 14:34:07.471348336 +0100 > +++ tm6000-cards.c 2012-03-10 15:18:09.856380721 +0100 Please, use it ad diff -p1 format (e. g. a/drivers/media/video/tm6000/tm6000-cards.c). A tool like quilt or git would do it for you. > @@ -615,6 +615,7 @@ > struct usb_device_id tm6000_id_table[] = { > { USB_DEVICE(0x6000, 0x0001), .driver_info = TM5600_BOARD_GENERIC }, > { USB_DEVICE(0x6000, 0x0002), .driver_info = TM6010_BOARD_GENERIC }, > + { USB_DEVICE(0x0572, 0x262a), .driver_info = TM5600_BOARD_GENERIC }, Hmm... different USB vendor??? Are you sure this is a generic board? It seems unlikely that Trident would be using a different Vendor ID there. If this is not a "Generic" ID (e.g. a Trident SDK ID), then you should, instead, create an entry for your board. > { USB_DEVICE(0x06e1, 0xf332), .driver_info = TM6000_BOARD_ADSTECH_DUAL_TV }, > { USB_DEVICE(0x14aa, 0x0620), .driver_info = TM6000_BOARD_FREECOM_AND_SIMILAR }, > { USB_DEVICE(0x06e1, 0xb339), .driver_info = TM6000_BOARD_ADSTECH_MINI_DUAL_TV }, > Regards, Mauro -- 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