summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/usbvideo/quickcam_messenger.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-05-17 15:54:15 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-05-17 15:54:15 -0300
commit9f2b9729fdb51b3b58468825946a5ab4f271efc2 (patch)
tree65c51ee6a933197742a75eed539683c43e29fca3 /linux/drivers/media/video/usbvideo/quickcam_messenger.h
parentacbc613601ba93f26adb3ba1d91aabeff718298b (diff)
downloadmediapointer-dvb-s2-9f2b9729fdb51b3b58468825946a5ab4f271efc2.tar.gz
mediapointer-dvb-s2-9f2b9729fdb51b3b58468825946a5ab4f271efc2.tar.bz2
Whitespace removal from previous patch
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.h')
-rw-r--r--linux/drivers/media/video/usbvideo/quickcam_messenger.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/linux/drivers/media/video/usbvideo/quickcam_messenger.h b/linux/drivers/media/video/usbvideo/quickcam_messenger.h
index a4bb397ac..baab9c081 100644
--- a/linux/drivers/media/video/usbvideo/quickcam_messenger.h
+++ b/linux/drivers/media/video/usbvideo/quickcam_messenger.h
@@ -20,7 +20,7 @@
* - this define is taken from the qc-usb-messenger code
*/
#define STV_ISO_ENABLE 0x1440
-#define ISOC_PACKET_SIZE 1023
+#define ISOC_PACKET_SIZE 1023
/* Chip identification number including revision indicator */
#define CMOS_SENSOR_IDREV 0xE00A
@@ -64,9 +64,9 @@ struct cam_size {
u8 cmd;
};
-static const struct cam_size camera_sizes[] = {
- { 160, 120, 0xf },
- { 320, 240, 0x2 },
+static const struct cam_size camera_sizes[] = {
+ { 160, 120, 0xf },
+ { 320, 240, 0x2 },
};
enum frame_sizes {
@@ -101,11 +101,11 @@ struct regval {
u16 reg;
u8 val;
};
-/* this table is derived from the
+/* this table is derived from the
qc-usb-messenger code */
static const struct regval regval_table[] = {
- { STV_ISO_ENABLE, 0x00 },
- { 0x1436, 0x00 }, { 0x1432, 0x03 },
+ { STV_ISO_ENABLE, 0x00 },
+ { 0x1436, 0x00 }, { 0x1432, 0x03 },
{ 0x143a, 0xF9 }, { 0x0509, 0x38 },
{ 0x050a, 0x38 }, { 0x050b, 0x38 },
{ 0x050c, 0x2A }, { 0x050d, 0x01 },