[linux-usb-devel] [PATCH] fix urb->next removal in konicawc driver

2002-06-08 Thread Simon Evans
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

[linux-usb-devel] [PATCH] fix urb->next removal in usbvideo

2002-06-07 Thread Simon Evans
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

[linux-usb-devel] [PATCH] 2.5.12 - make usbvideo.c use USBVIDEO_NUMFRAMES correctly

2002-05-02 Thread Simon Evans
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

[linux-usb-devel] [PATCH] 2.5.12 - make usbvideo_register take a usb_device_id table

2002-05-02 Thread Simon Evans
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

[linux-usb-devel] Driver for Konica USB webcam chip

2002-02-07 Thread Simon Evans
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

[linux-usb-devel] Driver for Belkin F5U011 USB Ethernet adaptor

2002-01-23 Thread Simon Evans
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