Em 05-12-2010 12:31, Halim Sahin escreveu: > this device is a rebranded Technotrend s-2400 with USB id 0x3009. > THx to Carsten Wehmeier for reporting > > Signed-off-by: Halim Sahin <halim.sahin@xxxxxxxxxx> > > --- > drivers/media/dvb/dvb-usb/dvb-usb-ids.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h > index 192a40c..380066b 100644 > --- a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h > +++ b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h > @@ -204,6 +204,7 @@ > #define USB_PID_AVERMEDIA_A805 0xa805 > #define USB_PID_AVERMEDIA_A815M 0x815a > #define USB_PID_TECHNOTREND_CONNECT_S2400 0x3006 > +#define USB_PID_TECHNOTREND_CONNECT_S2400 0x3009 > #define USB_PID_TECHNOTREND_CONNECT_CT3650 0x300d > #define USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY 0x005a > #define USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY_2 0x0081 > Just adding a new ID at dvb-usb-ids.h is the wrong thing to do. This will break support for 0x3006 device. Instead, you should add a new definition, with a different name, and duplicate the board entry at the driver that has support for this device. Thanks, 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