summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/zr364xx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [media] v4l: Convert drivers to use monotonic timestampsSakari Ailus2012-12-211-4/+2
| | | | | | | | | Convert drivers using wall clock time (CLOCK_REALTIME) to timestamp from the monotonic timer (CLOCK_MONOTONIC). Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi> Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* [media] zr364xx: urb actual_length is unsignedMauro Carvalho Chehab2012-10-281-2/+1
| | | | | | | drivers/media/usb/zr364xx/zr364xx.c:1010:2: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] Cc: Antoine Jacquet <royale@zerezo.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* [media] move the remaining USB drivers to drivers/media/usbMauro Carvalho Chehab2012-08-153-0/+1659
Move the 3 remaining usb drivers to their proper space. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>