[Pkg-spca5xx-devel] r224 - in /gspca/branches/upstream/current: Makefile Vimicro/mc501cb.h changelog gspca_core.c
kelmo-guest at users.alioth.debian.org
kelmo-guest at users.alioth.debian.org
Fri Dec 21 14:52:41 UTC 2007
Author: kelmo-guest
Date: Fri Dec 21 14:52:41 2007
New Revision: 224
URL: http://svn.debian.org/wsvn/?sc=1&rev=224
Log:
[svn-upgrade] Integrating new upstream version, gspca (01.00.20~rc3)
Modified:
gspca/branches/upstream/current/Makefile
gspca/branches/upstream/current/Vimicro/mc501cb.h
gspca/branches/upstream/current/changelog
gspca/branches/upstream/current/gspca_core.c
Modified: gspca/branches/upstream/current/Makefile
URL: http://svn.debian.org/wsvn/gspca/branches/upstream/current/Makefile?rev=224&op=diff
==============================================================================
--- gspca/branches/upstream/current/Makefile (original)
+++ gspca/branches/upstream/current/Makefile Fri Dec 21 14:52:41 2007
@@ -1,4 +1,4 @@
-VERSION = 01.00.20-rc2
+VERSION = 01.00.20-rc3
DEFINES =
Modified: gspca/branches/upstream/current/Vimicro/mc501cb.h
URL: http://svn.debian.org/wsvn/gspca/branches/upstream/current/Vimicro/mc501cb.h?rev=224&op=diff
==============================================================================
--- gspca/branches/upstream/current/Vimicro/mc501cb.h (original)
+++ gspca/branches/upstream/current/Vimicro/mc501cb.h Fri Dec 21 14:52:41 2007
@@ -431,7 +431,32 @@
{0xa1, 0x0001, 0x0091}, //
{0xa0, 0x00F0, 0x0199}, //01,99,F0,cc
{0xa0, 0x0080, 0x019A}, //01,9A,80,cc
-
+
+ {0xa0, 0x0003, 0x0092}, //00,03,03,aa
+ {0xa0, 0x0003, 0x0093}, //
+ {0xa0, 0x0000, 0x0094}, //
+ {0xa0, 0x0001, 0x0090}, //
+ {0xa1, 0x0001, 0x0091}, //
+ {0xa0, 0x0010, 0x0092}, //00,10,fc,aa
+ {0xa0, 0x00fc, 0x0093}, //
+ {0xa0, 0x0000, 0x0094}, //
+ {0xa0, 0x0001, 0x0090}, //
+ {0xa1, 0x0001, 0x0091}, //
+ {0xa0, 0x0036, 0x0092}, //00,36,1D,aa
+ {0xa0, 0x001D, 0x0093}, //
+ {0xa0, 0x0000, 0x0094}, //
+ {0xa0, 0x0001, 0x0090}, //
+ {0xa1, 0x0001, 0x0091}, //
+ {0xa0, 0x0037, 0x0092}, //00,37,4C,aa
+ {0xa0, 0x004C, 0x0093}, //
+ {0xa0, 0x0000, 0x0094}, //
+ {0xa0, 0x0001, 0x0090}, //
+ {0xa1, 0x0001, 0x0091}, //
+ {0xa0, 0x003B, 0x0092}, //00,3B,1D,aa
+ {0xa0, 0x001D, 0x0093}, //
+ {0xa0, 0x0000, 0x0094}, //
+ {0xa0, 0x0001, 0x0090}, //
+ {0xa1, 0x0001, 0x0091}, //
/************************/
{0, 0, 0}
};
Modified: gspca/branches/upstream/current/changelog
URL: http://svn.debian.org/wsvn/gspca/branches/upstream/current/changelog?rev=224&op=diff
==============================================================================
--- gspca/branches/upstream/current/changelog (original)
+++ gspca/branches/upstream/current/changelog Fri Dec 21 14:52:41 2007
@@ -1,3 +1,6 @@
+Release 01.00.20-rc3
+ FIX mc501cb VGA initial value
+ Add Logitech QC Cool 0x046d:0x08af Thanks Roger Braun
Release 01.00.20-rc2
FIX sysfs for kernel upto 2.6.23
Makefile need to change for kernel 2.6.24 used EXTRA_CLAGS instead of
Modified: gspca/branches/upstream/current/gspca_core.c
URL: http://svn.debian.org/wsvn/gspca/branches/upstream/current/gspca_core.c?rev=224&op=diff
==============================================================================
--- gspca/branches/upstream/current/gspca_core.c (original)
+++ gspca/branches/upstream/current/gspca_core.c Fri Dec 21 14:52:41 2007
@@ -824,6 +824,7 @@
{USB_DEVICE(0x0ac8, 0x0323)}, /* Vimicro Vc0323 */
{USB_DEVICE(0x17ef, 0x4802)}, /* Lenovo Vc0323+MI1310_SOC */
{USB_DEVICE(0x046d, 0x08dd)}, /* Logitech QuickCam for Notebooks */
+ {USB_DEVICE(0x046d, 0x08af)}, /* Logitech QuickCam Cool */
{USB_DEVICE(0x0000, 0x0000)}, /* MystFromOri Unknow Camera */
{} /* Terminating entry */
};
@@ -3379,6 +3380,7 @@
spca50x->sensor = SENSOR_HDCS2020;
break;
case 0x08ac:
+ case 0x08af:
spca50x->desc = LogitechQCCool;
spca50x->bridge = BRIDGE_ZC3XX;
spca50x->sensor = SENSOR_HV7131B;
More information about the Pkg-spca5xx-devel
mailing list