diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-05 10:31:13 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-05 10:31:13 -0200 |
commit | 678c39afdb2904d63f5e55ce708e635c944892ce (patch) | |
tree | 07183685b46c23dc23a9334eacce4ebb5d071605 /linux/drivers/media/video/usbvideo/quickcam_messenger.c | |
parent | c239611668a3d8add80d686d266956a8fcac5ca4 (diff) | |
parent | debafa4c14110eb6c01ab9756953c5f9cd351f05 (diff) | |
download | mediapointer-dvb-s2-678c39afdb2904d63f5e55ce708e635c944892ce.tar.gz mediapointer-dvb-s2-678c39afdb2904d63f5e55ce708e635c944892ce.tar.bz2 |
merge: http://ifup.org/hg/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/usbvideo/quickcam_messenger.c')
-rw-r--r-- | linux/drivers/media/video/usbvideo/quickcam_messenger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/usbvideo/quickcam_messenger.c b/linux/drivers/media/video/usbvideo/quickcam_messenger.c index e2af2d132..4b4e4d9f2 100644 --- a/linux/drivers/media/video/usbvideo/quickcam_messenger.c +++ b/linux/drivers/media/video/usbvideo/quickcam_messenger.c @@ -275,7 +275,7 @@ static void qcm_hsv2rgb(u16 hue, u16 sat, u16 val, u16 *r, u16 *g, u16 *b) unsigned int p; /* - the registers controling gain are 8 bit of which + the registers controlling gain are 8 bit of which we affect only the last 4 bits with our gain. we know that if saturation is 0, (unsaturated) then we're grayscale (center axis of the colour cone) so |