diff options
author | Mike Isely <isely@pobox.com> | 2007-11-26 06:14:23 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 22:03:06 +0100 |
commit | 9e2e3aeb2d2c8bf64b04e1f5747f1d9842df43de (patch) | |
tree | 7806460ad4e078eabace186417b109fa86fd0804 /drivers/media/video/pvrusb2/pvrusb2-devattr.h | |
parent | V4L/DVB (6700): pvrusb2: Soften the crashed encoder warning message (diff) | |
download | linux-9e2e3aeb2d2c8bf64b04e1f5747f1d9842df43de.tar.xz linux-9e2e3aeb2d2c8bf64b04e1f5747f1d9842df43de.zip |
V4L/DVB (6701): pvrusb2: Enable support for "GOTVIEW USB2.0 DVD2" hardware
This changeset allows the pvrusb2 driver to operate a new device type
("GOTVIEW USB2.0 DVD2"). Changes amount to defining a new routing
scheme for the device and adding appropriate table entries into
pvrusb2-devattr.c.
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.h')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-devattr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-devattr.h b/drivers/media/video/pvrusb2/pvrusb2-devattr.h index 2aff5a3d5a55..b9517e1cac08 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-devattr.h +++ b/drivers/media/video/pvrusb2/pvrusb2-devattr.h @@ -36,6 +36,7 @@ struct pvr2_string_table { }; #define PVR2_ROUTING_SCHEME_HAUPPAUGE 0 +#define PVR2_ROUTING_SCHEME_GOTVIEW 1 /* This describes a particular hardware type (except for the USB device ID which must live in a separate structure due to environmental |