On Sun, 05 Jun 2005 01:20:58 +0300 Kiril Jovchev wrote: | | Lets see did I got it right this time.
Much closer this time, but there are 3 new/added lines that still uses spaces instead of tabs. Marked below. | --- linux-2.6.12-rc5/drivers/usb/media/stv680.c 2005-05-25 06:31:20.000000000 +0300 | +++ linux/drivers/usb/media/stv680.c 2005-06-04 21:09:02.000000000 +0300 | @@ -1375,9 +1375,13 @@ static int stv680_probe (struct usb_inte | (le16_to_cpu(dev->descriptor.idProduct) == USB_PENCAM_PRODUCT_ID)) { | camera_name = "STV0680"; | PDEBUG (0, "STV(i): STV0680 camera found."); | + } else if ((le16_to_cpu(dev->descriptor.idVendor) == USB_CREATIVEGOMINI_VENDOR_ID) && | + (le16_to_cpu(dev->descriptor.idProduct) == USB_CREATIVEGOMINI_PRODUCT_ID)) { | + camera_name = "Creative WebCam Go Mini"; | + PDEBUG (0, "STV(i): Creative WebCam Go Mini found."); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The 3 lines above use spaces instead of tabs.... | } else { | - PDEBUG (0, "STV(e): Vendor/Product ID do not match STV0680 values."); | - PDEBUG (0, "STV(e): Check that the STV0680 camera is connected to the computer."); | + PDEBUG (0, "STV(e): Vendor/Product ID do not match STV0680 or Creative WebCam Go Mini values."); | + PDEBUG (0, "STV(e): Check that the STV0680 or Creative WebCam Go Mini camera is connected to the computer."); | retval = -ENODEV; | goto error; | } --- ~Randy ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel