summaryrefslogtreecommitdiffstats
path: root/drivers/staging/tm6000/tm6000.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2008-01-08 15:19:22 +0100
committerMauro Carvalho Chehab2010-05-18 05:40:04 +0200
commit29c389be1ceb714739cdcd41fec6547d19b32864 (patch)
tree15aa8d827636d7a10c46cab6d5883c325166a031 /drivers/staging/tm6000/tm6000.h
parentV4L/DVB (12821): tm6000: update USB request names and clean up i2c routine (diff)
downloadkernel-qcow2-linux-29c389be1ceb714739cdcd41fec6547d19b32864.tar.gz
kernel-qcow2-linux-29c389be1ceb714739cdcd41fec6547d19b32864.tar.xz
kernel-qcow2-linux-29c389be1ceb714739cdcd41fec6547d19b32864.zip
V4L/DVB (12822): tm6000: Add support for tm6010
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging/tm6000/tm6000.h')
-rw-r--r--drivers/staging/tm6000/tm6000.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/staging/tm6000/tm6000.h b/drivers/staging/tm6000/tm6000.h
index 9355b14c2f3d..0032a418b28e 100644
--- a/drivers/staging/tm6000/tm6000.h
+++ b/drivers/staging/tm6000/tm6000.h
@@ -45,6 +45,11 @@ enum tm6000_itype {
TM6000_INPUT_SVIDEO,
};
+enum tm6000_devtype {
+ TM6000 = 0,
+ TM5600,
+ TM6010,
+};
/* ------------------------------------------------------------------
Basic structures
@@ -121,6 +126,7 @@ struct tm6000_core {
char name[30]; /* name (including minor) of the device */
int model; /* index in the device_data struct */
int devno; /* marks the number of this device */
+ enum tm6000_devtype dev_type; /* type of device */
v4l2_std_id norm; /* Current norm */
int width,height; /* Selected resolution */