diff options
author | Mike Isely <isely@pobox.com> | 2007-12-02 21:51:34 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:03:06 -0500 |
commit | 6a540254966f8a01de0f7c78a27db17458c2d8f5 (patch) | |
tree | a18a62aa65b78b8fcbdfdbb3c3ce94a3a8bfa794 /drivers/media/video/pvrusb2/pvrusb2-devattr.c | |
parent | ea2562d94fade3d6ee9b22ed5addbbdba697d22a (diff) |
V4L/DVB (6705): pvrusb2: Implement default standard selection based on device type
This adds a default video standard setting to the pvr2_device_desc
structure for describing device types. With this change it is
possible to set a reasonable default standard based on device type.
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-devattr.c')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-devattr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-devattr.c b/drivers/media/video/pvrusb2/pvrusb2-devattr.c index e4a311a81000..eed64571ca0b 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-devattr.c +++ b/drivers/media/video/pvrusb2/pvrusb2-devattr.c | |||
@@ -29,9 +29,8 @@ pvr2_device_desc structures. | |||
29 | 29 | ||
30 | #include "pvrusb2-devattr.h" | 30 | #include "pvrusb2-devattr.h" |
31 | #include <linux/usb.h> | 31 | #include <linux/usb.h> |
32 | /* All this is needed in order to pull in tuner type ids... */ | 32 | /* This is needed in order to pull in tuner type ids... */ |
33 | #include <linux/i2c.h> | 33 | #include <linux/i2c.h> |
34 | #include <linux/videodev2.h> | ||
35 | #include <media/tuner.h> | 34 | #include <media/tuner.h> |
36 | 35 | ||
37 | /* Known major hardware variants, keyed from device ID */ | 36 | /* Known major hardware variants, keyed from device ID */ |