summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/em28xx/em28xx.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-07-12 10:23:23 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-07-12 10:23:23 -0300
commit3301abf170615ab6fa08ca3b456980b67c22022b (patch)
tree4fb8c5db06e3d95b2a794c5e86c2f1e55a79c6c9 /linux/drivers/media/video/em28xx/em28xx.h
parent41eef36b70dbd593c62a427c75d0141be165ab14 (diff)
downloadmediapointer-dvb-s2-3301abf170615ab6fa08ca3b456980b67c22022b.tar.gz
mediapointer-dvb-s2-3301abf170615ab6fa08ca3b456980b67c22022b.tar.bz2
em28xx: rename is_27xx to is_webcam
From: Mauro Carvalho Chehab <mchehab@redhat.com> Just renames the flag, to use a clearer name. Later patches will use this flag to properly set some drivers behaviors for webcams. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/em28xx/em28xx.h')
-rw-r--r--linux/drivers/media/video/em28xx/em28xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx.h b/linux/drivers/media/video/em28xx/em28xx.h
index 2eedfef53..459a84e40 100644
--- a/linux/drivers/media/video/em28xx/em28xx.h
+++ b/linux/drivers/media/video/em28xx/em28xx.h
@@ -391,7 +391,7 @@ struct em28xx_board {
unsigned int max_range_640_480:1;
unsigned int has_dvb:1;
unsigned int has_snapshot_button:1;
- unsigned int is_27xx:1;
+ unsigned int is_webcam:1;
unsigned int valid:1;
unsigned char xclk, i2c_speed;