patch-2.4.17 linux/drivers/usb/pwc-ctrl.c
Next file: linux/drivers/usb/pwc-if.c
Previous file: linux/drivers/usb/pegasus.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Dec 21 16:40:32 2001
- Orig file:
linux-2.4.16/drivers/usb/pwc-ctrl.c
- Orig date:
Wed Oct 17 21:34:06 2001
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/drivers/usb/pwc-ctrl.c linux/drivers/usb/pwc-ctrl.c
@@ -782,7 +782,7 @@
{
char buf;
- if (pdev->type < 675 || pdev->release < 6)
+ if (pdev->type < 675 || (pdev->type < 730 && pdev->release < 6))
return 0; /* Not supported by Nala or Timon < release 6 */
if (power)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)