|
@@ -901,6 +901,20 @@ struct usbvision_device_data_st usbvision_device_data[] = {
|
|
.Y_Offset = -1,
|
|
.Y_Offset = -1,
|
|
.ModelString = "Pinnacle Studio PCTV USB (NTSC) FM",
|
|
.ModelString = "Pinnacle Studio PCTV USB (NTSC) FM",
|
|
},
|
|
},
|
|
|
|
+ [PINNA_PCTV_USB_NTSC_FM_V3] = {
|
|
|
|
+ .Interface = -1,
|
|
|
|
+ .Codec = CODEC_SAA7111,
|
|
|
|
+ .VideoChannels = 3,
|
|
|
|
+ .VideoNorm = V4L2_STD_NTSC,
|
|
|
|
+ .AudioChannels = 1,
|
|
|
|
+ .Radio = 1,
|
|
|
|
+ .vbi = 1,
|
|
|
|
+ .Tuner = 1,
|
|
|
|
+ .TunerType = TUNER_PHILIPS_NTSC_M,
|
|
|
|
+ .X_Offset = -1,
|
|
|
|
+ .Y_Offset = -1,
|
|
|
|
+ .ModelString = "Pinnacle Studio PCTV USB (NTSC) FM V3",
|
|
|
|
+ },
|
|
[PINNA_PCTV_USB_PAL_FM_V2] = {
|
|
[PINNA_PCTV_USB_PAL_FM_V2] = {
|
|
.Interface = -1,
|
|
.Interface = -1,
|
|
.Codec = CODEC_SAA7113,
|
|
.Codec = CODEC_SAA7113,
|
|
@@ -1044,7 +1058,7 @@ struct usb_device_id usbvision_table [] = {
|
|
{ USB_DEVICE(0x0573, 0x4d2a), .driver_info=HPG_WINTV_PRO_NTSC_MN },
|
|
{ USB_DEVICE(0x0573, 0x4d2a), .driver_info=HPG_WINTV_PRO_NTSC_MN },
|
|
{ USB_DEVICE(0x0573, 0x4d2b), .driver_info=HPG_WINTV_PRO_NTSC_MN_V2 },
|
|
{ USB_DEVICE(0x0573, 0x4d2b), .driver_info=HPG_WINTV_PRO_NTSC_MN_V2 },
|
|
{ USB_DEVICE(0x0573, 0x4d2c), .driver_info=HPG_WINTV_PRO_PAL },
|
|
{ USB_DEVICE(0x0573, 0x4d2c), .driver_info=HPG_WINTV_PRO_PAL },
|
|
- { USB_DEVICE(0x0573, 0x4d20), .driver_info=HPG_WINTV_PRO_NTSC_MN_V3 },
|
|
|
|
|
|
+ { USB_DEVICE(0x0573, 0x4d20), .driver_info = HPG_WINTV_PRO_NTSC_MN_V3 },
|
|
{ USB_DEVICE(0x0573, 0x4d21), .driver_info=HPG_WINTV_PRO_PAL_BG },
|
|
{ USB_DEVICE(0x0573, 0x4d21), .driver_info=HPG_WINTV_PRO_PAL_BG },
|
|
{ USB_DEVICE(0x0573, 0x4d22), .driver_info=HPG_WINTV_PRO_PAL_I },
|
|
{ USB_DEVICE(0x0573, 0x4d22), .driver_info=HPG_WINTV_PRO_PAL_I },
|
|
{ USB_DEVICE(0x0573, 0x4d23), .driver_info=HPG_WINTV_PRO_PAL_SECAM_L },
|
|
{ USB_DEVICE(0x0573, 0x4d23), .driver_info=HPG_WINTV_PRO_PAL_SECAM_L },
|
|
@@ -1074,6 +1088,8 @@ struct usb_device_id usbvision_table [] = {
|
|
{ USB_DEVICE(0x2304, 0x0110), .driver_info=PINNA_PCTV_USB_PAL_FM },
|
|
{ USB_DEVICE(0x2304, 0x0110), .driver_info=PINNA_PCTV_USB_PAL_FM },
|
|
{ USB_DEVICE(0x2304, 0x0111), .driver_info=MIRO_PCTV_USB },
|
|
{ USB_DEVICE(0x2304, 0x0111), .driver_info=MIRO_PCTV_USB },
|
|
{ USB_DEVICE(0x2304, 0x0112), .driver_info=PINNA_PCTV_USB_NTSC_FM },
|
|
{ USB_DEVICE(0x2304, 0x0112), .driver_info=PINNA_PCTV_USB_NTSC_FM },
|
|
|
|
+ { USB_DEVICE(0x2304, 0x0113),
|
|
|
|
+ .driver_info = PINNA_PCTV_USB_NTSC_FM_V3 },
|
|
{ USB_DEVICE(0x2304, 0x0210), .driver_info=PINNA_PCTV_USB_PAL_FM_V2 },
|
|
{ USB_DEVICE(0x2304, 0x0210), .driver_info=PINNA_PCTV_USB_PAL_FM_V2 },
|
|
{ USB_DEVICE(0x2304, 0x0212), .driver_info=PINNA_PCTV_USB_NTSC_FM_V2 },
|
|
{ USB_DEVICE(0x2304, 0x0212), .driver_info=PINNA_PCTV_USB_NTSC_FM_V2 },
|
|
{ USB_DEVICE(0x2304, 0x0214), .driver_info=PINNA_PCTV_USB_PAL_FM_V3 },
|
|
{ USB_DEVICE(0x2304, 0x0214), .driver_info=PINNA_PCTV_USB_PAL_FM_V3 },
|