This patch removes the use of urb->next in konicawc.c and resubmits
the URB in the completion handler.
cheers
si
diff -urN -X /home/spse/dontdiff linux-2.5.20/drivers/usb/media/konicawc.c
linux-2.5.20-usbvideo/drivers/usb/media/konicawc.c
--- linux-2.5.20/drivers/usb/media/konicawc.c Mon J
This patch removes the use of urb->next in usbvideo.c and resubmits
the URB in the completion handler.
cheers
si
diff -urN -X /home/spse/dontdiff linux-2.5.20/drivers/usb/media/usbvideo.c
linux-2.5.20-usbvideo/drivers/usb/media/usbvideo.c
--- linux-2.5.20/drivers/usb/media/usbvideo.c Mon J
This patch makes usbvideo.c use the correct value of USBVIDEO_NUMFRAMES.
A few places in the code assumed it was 2. This patch was tested with
USBVIDEO_NUMFRAMES = 2,3,4,8,11,32
cheers
si
drivers/usb/media/usbvideo.c | 50 +++
1 files changed, 27 inse
This patch makes usbvideo_register take a usb_device_id argument which it
can then pass to usb_register via the struct usb_device. Currently it passes
NULL.
cheers
si
drivers/usb/media/ibmcam.c | 23 +--
drivers/usb/media/konicawc.c |3 ++-
drivers/usb/media/ultrac
Hi,
I have written a driver for the Konica webcam chip found in the
Intel YC76 webcam. It uses the usbvideo, so it just acts as a
miniport driver.
The patch is against 2.5.4-pre2 and can be found @
http://www.renegade.org.uk/konica/patch-2.5.4-pre2-konicawc.diff
I had to make a small change to
I have written a driver for the above device. It is still not completely
finished (multicast and stats dont work) however it survives heavy
traffic for long periods.
Although the device is based on a CATC board and has the same vendor/product
code as a Catc NetMate, the standard catc.c driver do