Em 18-12-2010 13:58, sam@xxxxxxxxxxxxxxxx escreveu: > Adds USB PIDs for the Elgato EyeTV Sat device. > This device is a clone of the Terratec S7. > > Signed-off-by: Sam Doshi <sam@xxxxxxxxxxxxxxxx> Something broke your patch. Anyway, I fixed it and applied. > > diff -r abd3aac6644e linux/drivers/media/dvb/dvb-usb/az6027.c > --- a/linux/drivers/media/dvb/dvb-usb/az6027.c Fri Jul 02 00:38:54 2010 -0300 > +++ b/linux/drivers/media/dvb/dvb-usb/az6027.c Sat Dec 18 15:38:23 2010 +0000 > @@ -1089,6 +1089,7 @@ > { USB_DEVICE(USB_VID_TERRATEC, USB_PID_TERRATEC_DVBS2CI_V2) }, > { USB_DEVICE(USB_VID_TECHNISAT, USB_PID_TECHNISAT_USB2_HDCI_V1) }, > { USB_DEVICE(USB_VID_TECHNISAT, USB_PID_TECHNISAT_USB2_HDCI_V2) }, > + { USB_DEVICE(USB_VID_ELGATO, USB_PID_ELGATO_EYETV_SAT) }, > { }, > }; > > @@ -1131,7 +1132,7 @@ > .rc_query = az6027_rc_query, > .i2c_algo = &az6027_i2c_algo, > > - .num_device_descs = 5, > + .num_device_descs = 6, > .devices = { > { > .name = "AZUREWAVE DVB-S/S2 USB2.0 (AZ6027)", > @@ -1153,6 +1154,10 @@ > .name = "Technisat SkyStar USB 2 HD CI", > .cold_ids = { &az6027_usb_table[4], NULL }, > .warm_ids = { NULL }, > + }, { > + .name = "Elgato EyeTV Sat", > + .cold_ids = { &az6027_usb_table[5], NULL }, > + .warm_ids = { NULL }, > }, > { NULL }, > } > diff -r abd3aac6644e linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h > --- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h Fri Jul 02 00:38:54 2010 -0300 > +++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h Sat Dec 18 15:38:23 2010 +0000 > @@ -294,6 +294,7 @@ > #define USB_PID_ELGATO_EYETV_DIVERSITY 0x0011 > #define USB_PID_ELGATO_EYETV_DTT 0x0021 > #define USB_PID_ELGATO_EYETV_DTT_Dlx 0x0020 > +#define USB_PID_ELGATO_EYETV_SAT 0x002a > #define USB_PID_DVB_T_USB_STICK_HIGH_SPEED_COLD 0x5000 > #define USB_PID_DVB_T_USB_STICK_HIGH_SPEED_WARM 0x5001 > #define USB_PID_FRIIO_WHITE 0x0001 > -- > 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 -- 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