r5u870

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

commit c9e7b42d7d5430fadc3d2530797801cdbee7f2e7
parent a9ad673b8092fe223f8d52128a9af047d18aa42e
Author: alex <alex@022568fa-442e-4ef8-a3e8-54dcafdb011a>
Date:   Fri, 18 Jan 2008 06:36:57 +0000

Try to support HP 1812 UVC device. Pretend to use the same firmware as
1810 - not sure if this is going to work, yet.


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

Diffstat:
Mr5u870.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/r5u870.c b/r5u870.c @@ -2914,6 +2914,7 @@ static const struct usb_device_id id_table[] = { { USB_DEVICE(0x05CA, 0x1870), .driver_info = R5U870_DI_HP_PAVWC_WDM }, { R5U870_DEVICE_UVC(0x05CA, 0x1810, R5U870_DI_HP_PAVWC_UVC) }, + { R5U870_DEVICE_UVC(0X05CA, 0x1812, R5U870_DI_HP_PAVWC_UVC) }, { R5U870_DEVICE_UVC(0x05CA, 0x1835, R5U870_DI_VGP_VCC5) }, { R5U870_DEVICE_UVC(0x05CA, 0x1836, R5U870_DI_VGP_VCC4) }, { R5U870_DEVICE_UVC(0x05CA, 0x1837, R5U870_DI_VGP_VCC4) },