r5u870

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

DateCommit messageAuthorFiles+-
2008-12-14 22:50Patch from Benoit Laniel that fixes a videobuf PCI call and some V4L2_CID defines.alex2+20-11
2008-12-14 22:47Patch from Prarit Bhargava <prarit@redhat.com> that fixes compilation on 2.6.27 kernels.alex1+15-10
2008-08-16 04:27Add support for 183e webcams. Thanks to Pete Black for this.alex2+22-0
2008-07-05 08:09Better patch for latest issue.alex1+4-3
2008-07-05 07:50Hrm, I should've tested this originally. Fix rename of a core videobuf command.alex2+4-9
2008-06-15 02:50Woop, do it in the comments too.alex1+1-1
2008-06-15 02:50Bump to 0.11.2.alex1+2-2
2008-06-15 02:28r5u870 0.11.1 released.alex1+3-0
2008-06-15 02:27Update versions, changelog and readme for 0.11.1alex4+14-7
2008-06-15 02:22Update the 1841 firmware to something that works.alex1+0-0
2008-06-14 12:30Support late 2.6.25+ kernels.alex1+9-0
2008-04-22 00:33Trivial patches from TJ from September 2007. * Use constant naming of 'Disabled' for no powerline setting. * Added missing IOCTL query for Night Mode paramter.alex1+5-1
2008-04-18 05:04Add support for r2.6.25 kernels. Thanks to Naresh and Stefano. Closes issue2.alex1+15-0
2008-04-12 21:28Woops, forgot to /disable/ debugging by default. :)alex1+2-1
2008-04-12 21:27Removed separate debug.mk file; just uncomment the line instead of replacing the file.alex3+3-8
2008-04-12 07:27Added proper debugging stuff.alex8+44-4
2008-03-13 22:47* Remove invalid control ID for UVC 1812 camera. * Don't die if we failed to set a control to a certain value, just warn.alex1+2-2
2008-03-13 22:26Remove some unknown control IDs (eg brightness which doesn't exist on the 1812 UVC device).alex1+0-2
2008-03-13 21:25Indenting formatting sanity - use tabs only per 4 spaces instead of mix.alex1+271-271
2008-03-13 21:19Don't re-define the Hue control, since the UVC descriptor returns it first and we try to override it here.alex1+0-1
2008-03-13 06:04Finish attempted support for Fujitsu 1841 device.alex1+16-3
2008-03-12 21:53Gah, still won't work - hopefully it does now, but I doubt it. issue4 resolvedalex1+0-0
2008-03-12 21:43Hopefully, this works now and the issue gets closed. issue4 resolvedalex1+0-0
2008-03-12 21:40git-svn-id: http://svn.mediati.org/svn/r5u870/trunk@67 022568fa-442e-4ef8-a3e8-54dcafdb011aalex1+0-0
2008-03-12 21:40More testing.alex1+0-0
2008-03-12 21:36Hopefully works now. :) issue4 resolvedalex1+0-0
2008-03-12 21:35issue4 resolvedalex1+0-0
2008-03-12 21:34Add an additional thanks to README.alex1+3-0
2008-03-12 21:28* Bump version to 0.11.1-SVN * Add new control ID list for 1812 device. * Make sure we write it out as being UVC not WDM. * use _NOFW rather than _1 to define the difference between 1812 and 1810.alex1+24-9
2008-03-12 04:44Don't spew "received ioctl" messages to the syslog - only if we're in debug mode.alex1+4-1
2008-03-12 04:21Seems as though the 1812 device doesn't really need any microcode stuff. Either that, or I need to get some fresh dumps.alex1+2-4
2008-03-12 02:15Tell folks to use the bug tracker instead of sending me crap. :)alex1+14-2
2008-01-31 23:39Updated readme.alex1+2-0
2008-01-31 23:35Updated 183b firmware - cheers to 'franz'.alex1+0-0
2008-01-30 23:27* Added support for experimental UVC camera - need .inf stuff, however. * Fixed small ucode version bug. * Updated ChangeLog, weee! :)alex4+16-2
2008-01-24 07:53Added misc. FILES.alex3+6-0
2008-01-24 07:23* Change 1812 camera to use UVC controls from Pavilion camera. * Spew all debugging if debug=1 is passed. * Bump versions in usbcam.h/usbcam_fops.c to 0.11.0. * (C) -> (c) in other usbcam files.alex8+17-11
2008-01-18 23:37* Some small README changes. * Happy r50! \o/alex1+4-2
2008-01-18 23:18More small woops.alex1+1-0
2008-01-18 23:15* Enable VFlip by default on for 1837 devices - camera is installedvwrong way around?alex1+36-1
2008-01-18 10:04More woops.alex1+1-0
2008-01-18 09:34Small oops.alex1+1-1
2008-01-18 09:33More stuff for 1812 driver. First try didn't work so well, possibly.alex2+12-4
2008-01-18 07:32Don't bother sending bug reports directly all the way upstream.alex1+1-2
2008-01-18 06:36Try to support HP 1812 UVC device. Pretend to use the same firmware as 1810 - not sure if this is going to work, yet.alex1+1-0
2008-01-18 06:34Small fix where we were returning an incompatible pointer.alex1+1-1
2008-01-18 02:33* Added changelog entries. * Provide working V4L1 support. \o/alex2+391-179
2008-01-18 00:48* Add support for 1837 and 1839 webcams.alex1+3-0
2008-01-17 05:43Less breakage wrt driver info ioctls.alex1+143-2
2008-01-16 23:54Dunno why this was committed as executable. remove flag.alex1+0-0
2008-01-16 23:51* Remove these two. They accidentally didn't get removed as my local filesystem was out of sync.alex2+0-4198
2008-01-16 23:49* Remove old usbcam.c file - not used.alex2+4-3477
2008-01-16 22:51* Add support for 1839 UVC camera and firmware. * Describe which new camera models we support in README. * Added extra credit for Ubuntu Forum folk.alex5+38-2
2008-01-16 21:53* Added support for 183b UVC camera. * Empty out R5U870_VERSION_EXTRA value.alex4+31-2
2008-01-16 10:28* Reformat changelog style, and added missing entries. * Merge Sam Revitch's patch to video4linux-list with the code in trunk. * Bump to version 0.11.0. * Small README changes. * Rename r5u870_md.c to r5u870.calex14+11243-3166
2008-01-16 09:39Add 'recode-fw.scm' file, so that new firmware can be extracted where necessary, instead of hunting the file down in other places.alex1+93-0
2008-01-15 08:02Use a helper function to get DMA information, instead of littering code with #ifdefs.alex1+12-17
2008-01-12 22:20* Bump version to 0.10.2 for release. * Uncomment V4L2 control query ioctl.alex5+7-7
2008-01-12 02:50Fix de-ref of null/empty pointers.alex1+7-6
2008-01-11 08:06* Check results from videobuf operations for < 0, rather than != 0 * Change a NULL to { } in the device defs table; removes a warning.alex2+7-8
2008-01-08 03:10Minor screwup wrt adding NULL to the end of the device definitions list.alex1+1-0
2008-01-02 05:24Woops, small import screwup.alex18+7944-0