--- wintv/usbvision-0.3.1-test2-2.4.6/src/usbvision.h   Mon Jul  9 22:32:37
2001
> +++ kernel/linux/drivers/usb/usbvision.h        Wed Sep  5 01:34:51 2001
> @@ -318,16 +318,16 @@
>   * Supported Devices: A table for the usb.c
>   */
>  static struct usb_device_id usbvision_table [] = {
> -               { idVendor: 0x050d, idProduct: 0x0208 },  /* Belkin
USBView II */
> -       { idVendor: 0x0573, idProduct: 0x0003 },  /* USBGear USBG-V1 */
> -        { idVendor: 0x0573, idProduct: 0x2000 },  /* X10 USB Camera */
> -       { idVendor: 0x0573, idProduct: 0x4d00 },  /* Hauppauge WINTV-USB
USA */
> -       { idVendor: 0x0573, idProduct: 0x4d01 },  /* Hauppauge WINTV-USB
*/
> -       { idVendor: 0x0573, idProduct: 0x4d02 },  /* Hauppauge WINTV-USB
UK */
> -       { idVendor: 0x0573, idProduct: 0x4d03 },  /* Hauppauge WINTV-USB
France */
> -       { idVendor: 0x0573, idProduct: 0x4d10 },  /* Hauppauge WINTV-USB
with FM USA radio */
> -        { idVendor: 0x0573, idProduct: 0x4d11 },  /* Hauppauge WINTV-USB
with FM radio */
> -       { idVendor: 0x2304, idProduct: 0x0111 },  /* Miro PCTV USB */
> +               { USB_DEVICE(0x050d, 0x0208) },  /* Belkin USBView II */
> +       { USB_DEVICE(0x0573, 0x0003) },  /* USBGear USBG-V1 */
> +        { USB_DEVICE(0x0573, 0x2000) },  /* X10 USB Camera */
> +       { USB_DEVICE(0x0573, 0x4d00) },  /* Hauppauge WINTV-USB USA */
> +       { USB_DEVICE(0x0573, 0x4d01) },  /* Hauppauge WINTV-USB */
> +       { USB_DEVICE(0x0573, 0x4d02) },  /* Hauppauge WINTV-USB UK */
> +       { USB_DEVICE(0x0573, 0x4d03) },  /* Hauppauge WINTV-USB France */
> +       { USB_DEVICE(0x0573, 0x4d10) },  /* Hauppauge WINTV-USB with FM
USA radio */
> +        { USB_DEVICE(0x0573, 0x4d11) },  /* Hauppauge WINTV-USB with FM
radio */
> +       { USB_DEVICE(0x2304, 0x0111) },  /* Miro PCTV USB */
>          { }  /* Terminating entry */
>  };

I have added this patch to my site.   I tested it and it work a lot better.
Thanks.    It would take me awhile to remember when compiling a new kernel
to
turn off hot plugging.

Let me know if you make some more patches.    Right now, I'm dabbing into
the VBI stuff.

Dwaine.


_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to