commit b2db20312a0b5fd995b16095f9acead6877e29ec
parent 4e28f5f4b753f2098672dce7c40e7054b54d45ed
Author: alex <alex@022568fa-442e-4ef8-a3e8-54dcafdb011a>
Date:   Wed, 12 Mar 2008 04:21:59 +0000
Seems as though the 1812 device doesn't really need any microcode stuff.
Either that, or I need to get some fresh dumps.
Marking as needing testing.
issue1 testing
git-svn-id: http://svn.mediati.org/svn/r5u870/trunk@60 022568fa-442e-4ef8-a3e8-54dcafdb011a
Diffstat:
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/r5u870.c b/r5u870.c
@@ -2890,9 +2890,7 @@ static const struct r5u870_model r5u870_models[] = {
 		.rm_no_ctrl_reload = 1,
 	},
 	[R5U870_DI_HP_PAVWC_UVC_1] = {
-		.rm_name = "HP Pavilion Webcam (testing)",
-		.rm_ucode_file = "r5u870_1812.fw",
-		.rm_ucode_version = 0x0115,
+		.rm_name = "HP Pavilion Webcam (WDM - NO FW)",
 		.rm_wdm_ctrlids = r5u870_1810_1836_ctrls,
 		.rm_uvc = 1,
 		.rm_no_ctrl_reload = 1,
@@ -2967,7 +2965,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, 0x1812, R5U870_DI_HP_PAVWC_UVC_1) },
 	{ 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_VFLIP) },