r5u870

Ricoh R5U870 Linux Driver
git clone https://logand.com/git/r5u870.git/
Log | Files | Refs | README | LICENSE

commit 01bbf26181eae253aac0489f1659c49bad54a177
parent 3e562fc3ec1b830df4d248aaf306b5e617883dd5
Author: alex <alex@022568fa-442e-4ef8-a3e8-54dcafdb011a>
Date:   Sun, 15 Jun 2008 02:27:35 +0000

Update versions, changelog and readme for 0.11.1


git-svn-id: http://svn.mediati.org/svn/r5u870/trunk@82 022568fa-442e-4ef8-a3e8-54dcafdb011a

Diffstat:
MChangeLog | 5+++++
MREADME | 12+++++++-----
Musbcam/usbcam.h | 2+-
Musbcam/usbcam_fops.c | 2+-
4 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-15 Alexander Hixon <hixon.alexander@mediati.org> + * usbcam/usbcam.h: Support for late 2.6.25 kernels and up. + * usbcam/usbcam.h, usbcam/usbcam_fops.c, README: Bump version to 0.11.1 + * r5u870_1481.fw: Provide working firmware. + 2008-01-21 Alexander Hixon <hixon.alexander@mediati.org> * r5u870.c, Makefile, r5u870_1841.fw: Added support for the experimental 1841 UVC camera. diff --git a/README b/README @@ -1,5 +1,5 @@ Ricoh R5U870 Linux Driver -Version 0.11.1, 2008/xx/xx +Version 0.11.1, 2008/06/15 Requirements ============ @@ -129,7 +129,7 @@ Changes from original version (0.10.0) obsoleted, it is still necessary to support it as a number of applications still use it, including GStreamer's v4lsrc element. * Support for VGP-VCC7, VGP-VCC4, VGP-VCC6, and VGP-VCC8, including supplied - microcode. + microcode, as well as other cameras. * Can compile against Linux kernels 2.6.24 or later. * Uses a module approach to usbcam, and only require minidrivers to link against a header file. This code was posted in an email to LKML by Chris @@ -162,8 +162,8 @@ to other applications that subsequently open the camera. Copyright and License ===================== -Copyright (C) 2007 Sam Revitch <samr7@cs.washington.edu> -Some bits copyright (c) 2008 Alexander Hixon <hixon.alexander@mediati.org> +Copyright (c) 2007-2008 Sam Revitch <samr7@cs.washington.edu>, + Alexander Hixon <hixon.alexander@mediati.org> This driver is licensed to you under the terms of the GNU GPL v2. See the included file 'COPYING'. @@ -172,6 +172,7 @@ The Makefile and Kbuild components are derived from the ivtv project. The files: r5u870_1810.fw + r5u870_1812.fw r5u870_1830.fw r5u870_1832.fw r5u870_1833.fw @@ -181,6 +182,7 @@ The files: r5u870_1839.fw r5u870_183a.fw r5u870_183b.fw + r5u870_1841.fw r5u870_1870.fw r5u870_1870_1.fw @@ -191,7 +193,7 @@ including some named Mvc25u870.sys, 5U870CAP.sys, and R5U870FLx86.sys. Acknowledgements ================ -Hude kudos to Sam Revitch for writing the driver. Cheers, mate. I owe you a +Huge kudos to Sam Revitch for writing the driver. Cheers, mate. I owe you a beer (or two). :) Thanks to Albert Vilella for establishing an interest group for this type of diff --git a/usbcam/usbcam.h b/usbcam/usbcam.h @@ -1,6 +1,6 @@ /* * USBCAM abstraction library for USB webcam drivers - * Version 0.11.0 + * Version 0.11.1 * * Copyright (c) 2007 Sam Revitch <samr7 cs washington edu> * diff --git a/usbcam/usbcam_fops.c b/usbcam/usbcam_fops.c @@ -1,6 +1,6 @@ /* * USBCAM abstraction library for USB webcam drivers - * Version 0.11.0 + * Version 0.11.1 * * Copyright (c) 2007 Sam Revitch <samr7 cs washington edu> * Copyright (c) 2008 Alexander Hixon <hixon.alexander@mediati.org>