Age | Commit message (Collapse) | Author |
|
From: Antoine Jacquet <royale@zerezo.com>
I did some change on the zr364xx driver following your comments:
* I replaced hardcoded values for initialization methods,
unfortunately I don't have nicer names to give for now.
* I removed the DBG() on all ioctl2 functions and used the .debug var
instead.
* Following a comment on linux-usb-devel I misunderstood, I added an
endianness test which was an error, so I removed it (the order of
the bytes in the JPEG header should not depend on endianness).
Signed-off-by: Antoine Jacquet <royale@zerezo.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
From: Trent Piepho <xyzzy@speakeasy.org>
compat.h was missing from usbvideo-i2c.c and zr364xx.c
zr364xx.c needed the struct semaphore -> struct mutex compat check.
Added an old i2c id to compat.h. These could be added to the Hg copy of
linux/i2c-id.h instead? There's just this one so far.
zr364xx needs 2.6.15 because of vm_insert_page(), so add to versions.txt
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
|
|
From: Trent Piepho <xyzzy@speakeasy.org>
File wasn't passed through whitespace script when it was checked in.
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
|
|
From: Antoine Jacquet <royale@zerezo.com>
This patch adds a V4L2 driver giving support for USB webcams based on the
zr364xx chipsets.
Signed-off-by: Antoine Jacquet <royale@zerezo.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|