summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/gspca.h
diff options
context:
space:
mode:
authorAntonio Ospite <ospite@studenti.unina.it>2010-01-17 07:27:04 +0100
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-02-26 19:10:47 +0100
commit29b87f045552910f964972b7a45e9be054401a0b (patch)
treed83abc8a45161aa1227d23eea360324807b682f4 /drivers/media/video/gspca/gspca.h
parentV4L/DVB: gspca - ov534_9: Propagate USB errors to higher level (diff)
downloadlinux-29b87f045552910f964972b7a45e9be054401a0b.tar.xz
linux-29b87f045552910f964972b7a45e9be054401a0b.zip
V4L/DVB: gspca - ov534: Allow enumerating supported framerates
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/gspca.h')
-rw-r--r--drivers/media/video/gspca/gspca.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/gspca.h b/drivers/media/video/gspca/gspca.h
index 790dad736888..53c034ea84ad 100644
--- a/drivers/media/video/gspca/gspca.h
+++ b/drivers/media/video/gspca/gspca.h
@@ -48,7 +48,7 @@ extern int gspca_debug;
/* used to list framerates supported by a camera mode (resolution) */
struct framerates {
- int *rates;
+ const u8 *rates;
int nrates;
};