El lun, 06-11-2006 a las 17:42 +0100, Patrick Boettcher escribió: [...] > > > > Yes, it works like a charm. Thanks! The only thing is that I have to > > subtitute VOLAR ID, instead of adding. If I add another device, I get: > > Can you please send a diff (hg diff) which represents the change you did > to make it work? I will adapt is to not break anything. > > Also add Signed-off-by:-line.
Yup, attached. -- Jose Carlos Garcia Sogo [EMAIL PROTECTED]
# HG changeset patch
# User [EMAIL PROTECTED]
# Date 1163325774 -3600
# Node ID a8e6f1b6337d6bcd64883e6a1a2ed8aab5b7e4ca
# Parent 2aa8e64c3e3ae3b09120c0e393bce91b23e442f1
From: Jose Carlos Garcia Sogo <[EMAIL PROTECTED]>
Add alternative device ID (0xb808) for AverMedia AverTV Volar dongles.
Signed-off-by: Jose Carlos Garcia Sogo <[EMAIL PROTECTED]>
diff -r 2aa8e64c3e3a -r a8e6f1b6337d linux/drivers/media/dvb/dvb-usb/dib0700_devices.c
--- a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Sun Nov 12 03:07:30 2006 -0200
+++ b/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Sun Nov 12 11:02:54 2006 +0100
@@ -278,6 +278,7 @@ struct usb_device_id dib0700_usb_id_tabl
{ USB_DEVICE(USB_VID_COMPRO, USB_PID_COMPRO_VIDEOMATE_U500) },
{ USB_DEVICE(USB_VID_UNIWILL, USB_PID_UNIWILL_STK7700P) },
{ USB_DEVICE(USB_VID_LEADTEK, USB_PID_WINFAST_DTV_DONGLE_STK7700P) },
+ { USB_DEVICE(USB_VID_AVERMEDIA, 0xb808) },
{ } /* Terminating entry */
};
MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
@@ -319,7 +320,7 @@ struct dvb_usb_device_properties dib0700
},
},
- .num_device_descs = 6,
+ .num_device_descs = 7,
.devices = {
{ "DiBcom STK7700P reference design",
{ &dib0700_usb_id_table[0], &dib0700_usb_id_table[1] },
@@ -329,7 +330,7 @@ struct dvb_usb_device_properties dib0700
{ &dib0700_usb_id_table[4], NULL },
{ NULL },
},
- { "AVerMedia AVerTV DVB-T Volar",
+ { "AverMedia AverTV DVB-T Volar",
{ &dib0700_usb_id_table[5], NULL },
{ NULL },
},
@@ -343,6 +344,10 @@ struct dvb_usb_device_properties dib0700
},
{ "Leadtek Winfast DTV Dongle (STK7700P based)",
{ &dib0700_usb_id_table[8], NULL },
+ { NULL },
+ },
+ { "AverMedia AverTV DVB-T Volar (0xb808)",
+ { &dib0700_usb_id_table[9], NULL },
{ NULL },
}
}
signature.asc
Description: Esta parte del mensaje está firmada digitalmente
_______________________________________________ linux-dvb mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
