The patch number 8517 was added via Jean-Francois Moine <[EMAIL PROTECTED]>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        [EMAIL PROTECTED]

------

From: Jean-Francois Moine  <[EMAIL PROTECTED]>
gspca: Bad sensor for some webcams in zc3xx since 28b8203a830e.


'.driver_info = ' forgotten in usb device id table.

Signed-off-by: Jean-Francois Moine <[EMAIL PROTECTED]>


---

 linux/drivers/media/video/gspca/zc3xx.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff -r 58b978091abc -r 12531455ca63 linux/drivers/media/video/gspca/zc3xx.c
--- a/linux/drivers/media/video/gspca/zc3xx.c   Sat Jul 26 12:39:02 2008 +0200
+++ b/linux/drivers/media/video/gspca/zc3xx.c   Sat Jul 26 12:49:55 2008 +0200
@@ -7525,8 +7525,8 @@ static const __devinitdata struct usb_de
        {USB_DEVICE(0x041e, 0x4036)},
        {USB_DEVICE(0x041e, 0x403a)},
 #endif
-       {USB_DEVICE(0x041e, 0x4051), SENSOR_TAS5130C_VF0250},
-       {USB_DEVICE(0x041e, 0x4053), SENSOR_TAS5130C_VF0250},
+       {USB_DEVICE(0x041e, 0x4051), .driver_info = SENSOR_TAS5130C_VF0250},
+       {USB_DEVICE(0x041e, 0x4053), .driver_info = SENSOR_TAS5130C_VF0250},
 #ifndef CONFIG_USB_ZC0301
        {USB_DEVICE(0x0458, 0x7007)},
        {USB_DEVICE(0x0458, 0x700c)},
@@ -7552,7 +7552,7 @@ static const __devinitdata struct usb_de
        {USB_DEVICE(0x046d, 0x08d9)},
        {USB_DEVICE(0x046d, 0x08d8)},
        {USB_DEVICE(0x046d, 0x08da)},
-       {USB_DEVICE(0x046d, 0x08dd), SENSOR_MC501CB},
+       {USB_DEVICE(0x046d, 0x08dd), .driver_info = SENSOR_MC501CB},
        {USB_DEVICE(0x0471, 0x0325)},
        {USB_DEVICE(0x0471, 0x0326)},
        {USB_DEVICE(0x0471, 0x032d)},
@@ -7568,7 +7568,7 @@ static const __devinitdata struct usb_de
        {USB_DEVICE(0x0ac8, 0x301b)},
        {USB_DEVICE(0x0ac8, 0x303b)},
 #endif
-       {USB_DEVICE(0x0ac8, 0x305b), SENSOR_TAS5130C_VF0250},
+       {USB_DEVICE(0x0ac8, 0x305b), .driver_info = SENSOR_TAS5130C_VF0250},
 #ifndef CONFIG_USB_ZC0301
        {USB_DEVICE(0x0ac8, 0x307b)},
        {USB_DEVICE(0x10fd, 0x0128)},


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/12531455ca6316cbb7d479f1d7ac37fc69fb0740

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to