Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94939
b: refs/heads/master
c: 749b6a7
h: refs/heads/master
i:
  94937: 51abc9b
  94935: cc66a99
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Apr 29, 2008
1 parent 54389bc commit 4929295
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 35 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 485fcaed25ed42d064445f9a65faa79a1faa6b0c
refs/heads/master: 749b6a77b0cb43b12b51f62735f948e9ccc34ba6
27 changes: 1 addition & 26 deletions trunk/drivers/media/video/pvrusb2/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,39 +9,14 @@ config VIDEO_PVRUSB2
select VIDEO_CX25840
select VIDEO_MSP3400
select VIDEO_WM8775
select VIDEO_CS53L32A
---help---
This is a video4linux driver for Conexant 23416 based
usb2 personal video recorder devices.

To compile this driver as a module, choose M here: the
module will be called pvrusb2

config VIDEO_PVRUSB2_ONAIR_CREATOR
bool "pvrusb2 driver support for OnAir Creator model"
depends on VIDEO_PVRUSB2 && EXPERIMENTAL
select VIDEO_SAA711X
select VIDEO_CS53L32A
---help---

This option enables support for the OnAir Creator USB tuner
device. This is a hybrid device, however currently only
analog mode is supported.

If you are in doubt, say Y.

config VIDEO_PVRUSB2_ONAIR_USB2
bool "pvrusb2 driver support for OnAir USB2 model"
depends on VIDEO_PVRUSB2 && EXPERIMENTAL
select VIDEO_SAA711X
select VIDEO_CS53L32A
---help---

This option enables support for the OnAir USB2 tuner device
(also known as the Sasem tuner). This is a hybrid device,
however currently only analog mode is supported.

If you are in doubt, say Y.

config VIDEO_PVRUSB2_SYSFS
bool "pvrusb2 sysfs support (EXPERIMENTAL)"
default y
Expand Down
8 changes: 0 additions & 8 deletions trunk/drivers/media/video/pvrusb2/pvrusb2-devattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ static const struct pvr2_device_desc pvr2_device_gotview_2d = {



#ifdef CONFIG_VIDEO_PVRUSB2_ONAIR_CREATOR
/*------------------------------------------------------------------------*/
/* OnAir Creator */

Expand Down Expand Up @@ -212,11 +211,9 @@ static const struct pvr2_device_desc pvr2_device_onair_creator = {
.dvb_props = &pvr2_onair_creator_fe_props,
#endif
};
#endif



#ifdef CONFIG_VIDEO_PVRUSB2_ONAIR_USB2
/*------------------------------------------------------------------------*/
/* OnAir USB 2.0 */

Expand Down Expand Up @@ -274,7 +271,6 @@ static const struct pvr2_device_desc pvr2_device_onair_usb2 = {
.dvb_props = &pvr2_onair_usb2_fe_props,
#endif
};
#endif



Expand Down Expand Up @@ -497,14 +493,10 @@ struct usb_device_id pvr2_device_table[] = {
.driver_info = (kernel_ulong_t)&pvr2_device_gotview_2},
{ USB_DEVICE(0x1164, 0x0602),
.driver_info = (kernel_ulong_t)&pvr2_device_gotview_2d},
#ifdef CONFIG_VIDEO_PVRUSB2_ONAIR_CREATOR
{ USB_DEVICE(0x11ba, 0x1003),
.driver_info = (kernel_ulong_t)&pvr2_device_onair_creator},
#endif
#ifdef CONFIG_VIDEO_PVRUSB2_ONAIR_USB2
{ USB_DEVICE(0x11ba, 0x1001),
.driver_info = (kernel_ulong_t)&pvr2_device_onair_usb2},
#endif
{ USB_DEVICE(0x2040, 0x7300),
.driver_info = (kernel_ulong_t)&pvr2_device_73xxx},
{ USB_DEVICE(0x2040, 0x7500),
Expand Down

0 comments on commit 4929295

Please sign in to comment.