Re: [linux-usb-devel] bulk and isochron

2005-03-29 Thread Jeroen Vreeken
Marco Schramel wrote: Hi all, i am new in writing usb device drivers. I use kernel version 2.4.25. Our slaves are configured with 2 bulk (in and out) and 2 isochron endpoints. The bulk transfers are working well. Now we try to read out data via isochronous transfer. I think programing isochron t

Re: [linux-usb-devel] [2.6.12-rc4] network wlan connection goes down

2005-05-11 Thread Jeroen Vreeken
Colin Leroy wrote: I guess this zd1201_mac_reset() call is what "fixes" it. One of the results of the mac reset is that the device reassociates with the access point. You might just have lost your link with it and for some reason automagic reassociation goes wrong or doesn't happen at all

Re: [linux-usb-devel] how to support different interfaces in one module

2005-05-31 Thread Jeroen Vreeken
Yi Liang wrote: >I want to write a driver for my webcamera, I found a >lot of open source project. with these driver, the >webcamera can't recieve voice. > > >I want to know whether can I support all the >interfaces in one modules, and how? Is there any >sample code demonstrating how to deal wit

Re: [linux-usb-devel] Try to "guess" a webcam protocol ?

2002-04-19 Thread Jeroen Vreeken
On 2002.04.19 18:57:23 +0200 Munaut Sylvain wrote: > Hi > > I'm new to the USB world, and to this ml so ... > > I've a webcam based on the NW812 chip which is not supported under > linux. And i'd like to write a driver for it. But the firm that sell > this chip don't want to release technic

[linux-usb-devel] Re: SE401 crash (2.4.19-pre10 and 2.5.21, PPC32)

2002-06-11 Thread Jeroen Vreeken
On 2002.06.11 23:54:42 +0200 Tom Rini wrote: > I'm seeing the following oops when I plug in my old Kensington video cam > (se401 driver used to work, but it's been 6+ months since I tried): > > > Decoded: > >>NIP; c0195d90<= To me it looks like it oopses somewhere in the probe functio

[linux-usb-devel] [ANNOUNCE] se401 v0.19

2001-03-20 Thread Jeroen Vreeken
Hi, Again a new version... This one has a new bayer decoder that works well for all frame sizes and doesn't produce artifacts along the edges. The resetlevel adjustment has also been improved. It can be found at http://www.chello.nl/~j.vreeken/se401/ Jeroen ___

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-22 Thread Jeroen Vreeken
On 2001.04.22 20:57:42 +0200 Alan Cox wrote: > > I have no problems with keeping it as an add-on, like Jeroen Vreeken´s > SE401 > > driver, or other such drivers. > > Good, solid, drivers belong in the kernel in general. I am still looking into some uhci related proble

Re: [linux-usb-devel] [ANNOUNCE] se401 v0.19

2001-04-22 Thread Jeroen Vreeken
On 2001.04.21 21:24:58 +0200 Miles Lane wrote: > Hi Jeroen, > > You still need to make your driver hotpluggable > and you still need to generate a patch to the > kernel tree that will integrate the build and > install process with the standard kernel tree. > Shall I try to help you do this? I w

Re: [linux-usb-devel] uhci.c updates in 2.4.4-pre7

2001-04-26 Thread Jeroen Vreeken
On 2001.04.26 18:50:32 +0200 Johannes Erdfelt wrote: > I managed to get almost all of my uhci.c updates into 2.4.4-pre7. > > This includes the bulk queuing fixes, the pci consistent support, the > completion list to fix the deadlocks and various other bug fixes. > > If you've had any problems wi

[linux-usb-devel] [ANNOUNCE] se401 0.20

2001-04-26 Thread Jeroen Vreeken
Some small changes since 0.19: The bayer decoder no longer produces artifacts along the left side and some uhci related fixes. Queued bulk transfers can now be used with both usb-ohci and uhci, not (yet?) with usb-uhci. The driver can be found at: http://www.chello.nl/~j.vreeken/se401/ If all g

[linux-usb-devel] [RFC] was: [patch] Philips USB webcam driver

2001-04-27 Thread Jeroen Vreeken
On 2001.04.26 23:10:48 +0200 Nemosoft Unv. wrote: > Greetings, > > This is the patch that should bring the Philips webcam driver into the > Linux > kernel (all platforms). > > It´s against 2.4.3, I haven´t had time to install an -ac kernel and patch > against that. Any differences should be triv

[linux-usb-devel] [PATCH] se401 0.21

2001-04-28 Thread Jeroen Vreeken
Hi all, This is a patch for the se401 driver version 0.21 against 2.4.4pre7, but it applies fine against 2.4.4 It adds the following files: drivers/usb/se401.c drivers/usb/se401.h Documentation/usb/se401.txt And changes these: drivers/usb/Makefile drivers/usb/Config.in CREDITS include/linux/v

[linux-usb-devel] Re: [PATCH] se401 0.21

2001-04-28 Thread Jeroen Vreeken
Oops, forgot the attachment Jeroen 2.4.4p7-se401-0.21.diff

Re: [linux-usb-devel] Searching for se401 driver

2001-05-08 Thread Jeroen Vreeken
On 2001.05.08 16:16:24 +0200 Klaus Dorfmüller wrote: > Hello, > > I am trying to find a driver for the Philips PCVC665K webcam with the > se401 chipset. > I have found a link to the following website > http://members.brabant.chello.nl/~j.vreeken/se401/ > > Unfortunately, the server is down and

Re: [linux-usb-devel] Re: ac15 and 2.4.5-pre6, pwc format conversion

2001-05-25 Thread Jeroen Vreeken
On 2001.05.26 00:12:38 +0200 Dmitri wrote: > Quoting Alan Cox <[EMAIL PROTECTED]>: > > > > routines, while (nearly) nothing has been said about other (USB) > webcam > > > drivers which have conversion routines. > > > > I have those in my firing line too. It has always been the policy that > form

Re: [linux-usb-devel] Re: ac15 and 2.4.5-pre6, pwc format conversion

2001-05-25 Thread Jeroen Vreeken
> So the only thing I would like to see added to the v4l spec is a way to > find out what sizes and formats a driver supports. > The library would simply ask a driver if it can scale or if it can't it > takes the nearest available format out a driver supplied list and scales > it > itself. I too

Re: [linux-usb-devel] Re: ac15 and 2.4.5-pre6, pwc format conversion

2001-05-26 Thread Jeroen Vreeken
On 2001.05.26 02:00:38 +0200 Dmitri wrote: > Quoting Jeroen Vreeken <[EMAIL PROTECTED]>: > > > > > > So the only thing I would like to see added to the v4l spec is a way > to > > > find out what sizes and formats a driver supports. > > > The libr

Re: [linux-usb-devel] Re: ac15 and 2.4.5-pre6, pwc format conver

2001-05-29 Thread Jeroen Vreeken
On 2001.05.30 11:47:23 +0200 Brad Hards wrote: > Without knowing the details, I risk making a fool of myself, but would it > > be possible to use a similar approach to gpm? So we use a named pipe or > similar in user space, generated by vfm (video format manager:). > General idea is > device driv

Re: [linux-usb-devel] Single shot interupt out example?

2001-06-19 Thread Jeroen Vreeken
On 2001.06.19 23:48:40 +0200 Michael Bosland wrote: > Hi, > > I've been searching and trying to figure out how to do a single interupt > out. Does anyone have a snippet of code that I might use that will fill > an interupt out urb, submit it, wait for a response and then return? Normal interrup

Re: [linux-usb-devel] loading module at boot time

2001-07-04 Thread Jeroen Vreeken
On 2001.07.04 18:29:28 +0200 Eric HENRY wrote: > Hi, > > How can I do to load my module at boot time? > > My module is a USB driver for a USB device whose major number is 180 (so > I > can't use "alias char-major-180 rtbdrv" in /etc/modules.conf) > > I'm using a Redhat 7.0 and the driver has to

[linux-usb-devel] vacation announcement

2001-07-06 Thread Jeroen Vreeken
Hi, For the next four weeks I will be on vacation. During that time I will not beble to follow all the various mailinglists... So if somebody has something really urgent regarding motion, vloopback, the se401 driver or whatever send it to my personal address: [EMAIL PROTECTED] But don't expect a

[linux-usb-devel] Re: USB SE401 module locking in Linux 2.4.16

2001-12-09 Thread Jeroen Vreeken
Hi, I see no problem with this patch, Johannes can you apply this patch? Jeroen On Tue, 04 Dec 2001 17:25:45 -0800 (PST), Chris Rankin <[EMAIL PROTECTED]> wrote: > > Hi, > > I was poking around with the USB code and I noticed that the SE401 > module used the old Linux 2.2-style module locking.

[linux-usb-devel] [ANNOUNCE] epcam driver 0.6

2003-03-28 Thread Jeroen Vreeken
Hi, Its been a while sinds the last version. But version 0.6 of the epcam webcam driver can be downloaded from http://www.chello.nl/~j.vreeken/se401/ The patch is against 2.4.20 The biggest change is that ep800 cameras that don't use the exposure control now seem to work. I plan to have a look

Re: [linux-usb-devel] [ANNOUNCE] epcam driver 0.6

2003-03-28 Thread Jeroen Vreeken
On 2003.03.29 00:44:35 +0100 Greg KH wrote: > On Fri, Mar 28, 2003 at 11:44:29PM +0100, Jeroen Vreeken wrote: > > Hi, > > > > Its been a while sinds the last version. > > But version 0.6 of the epcam webcam driver can be downloaded from > > http://www.chello.n

[linux-usb-devel] [PATCH] zd1201 wireless lan driver

2005-02-02 Thread Jeroen Vreeken
Hi, This is a driver for ZyDAS zd1201 based usb wireless adapters. It has been living for a while outside the kernel at http://linux-lc100020.sourceforge.net (firmware for it can also be found here). Could you please apply it? Signed-off-by: Jeroen Vreeken ([EMAIL PROTECTED]) diff -ruN linux

[linux-usb-devel] Re: [PATCH] zd1201 wireless lan driver

2005-02-14 Thread Jeroen Vreeken
Greg KH wrote: On Wed, Feb 02, 2005 at 12:31:52PM +0100, Jeroen Vreeken wrote: Hi, This is a driver for ZyDAS zd1201 based usb wireless adapters. It has been living for a while outside the kernel at http://linux-lc100020.sourceforge.net (firmware for it can also be found here). Could you

Re: [linux-usb-devel] Re: [PATCH] zd1201 wireless lan driver

2005-02-15 Thread Jeroen Vreeken
Thanks for the tips Oliver. Here is the third attempt. Jeroen Description: Driver for ZyDAS zd1201 based usb wireless adapters. Signed-off-by: Jeroen Vreeken ([EMAIL PROTECTED]) diff -ruN linux-2.6.10.org/CREDITS linux-2.6.10-zd1201/CREDITS --- linux-2.6.10.org/CREDITS 2004-12-24 22:35

Re: [linux-usb-devel] Re: [PATCH] zd1201 wireless lan driver

2005-02-15 Thread Jeroen Vreeken
Damn, I just saw I missed one ESHUTDOWN case... Please ignore the previous patch. Jeroen Description: Driver for ZyDAS zd1201 based usb wireless adapters. Signed-off-by: Jeroen Vreeken ([EMAIL PROTECTED]) diff -ruN linux-2.6.10.org/CREDITS linux-2.6.10-zd1201/CREDITS --- linux-2.6.10.org

Re: [linux-usb-devel] Re: [PATCH] zd1201 wireless lan driver

2005-02-15 Thread Jeroen Vreeken
ue and a synchronous usb_kill_urb() in that? It just came to me that I don't need any off the above magic at all I can just unlink it and the completion handler will wake the queue anyway... So here is yet another try... Jeroen Description: Driver for ZyDAS zd1201 based usb wireless ad

Re: [linux-usb-devel] Re: [PATCH] zd1201 wireless lan driver

2005-02-16 Thread Jeroen Vreeken
Oliver Neukum wrote: Am Mittwoch, 16. Februar 2005 00:33 schrieb Jeroen Vreeken: It just came to me that I don't need any off the above magic at all I can just unlink it and the completion handler will wake the queue anyway... So here is yet another try... Yes, the timeo

Re: [linux-usb-devel] Re: [PATCH] zd1201 wireless lan driver

2005-02-18 Thread Jeroen Vreeken
Greg KH wrote: On Wed, Feb 16, 2005 at 12:33:34AM +0100, Jeroen Vreeken wrote: + +#define host2zd16(n) (__cpu_to_le16((__u16)(n))) +#define host2zd32(n) (__cpu_to_le32((__u32)(n))) +#define zd2host16(n) (__le16_to_cpu((__u16)(n))) +#define zd2host32(n) (__le32_to_cpu((__u32)(n))) The usage

Re: [linux-usb-devel] Re: [PATCH] zd1201 wireless lan driver

2005-02-18 Thread Jeroen Vreeken
0100 +++ linux-2.6.10-zd1201/MAINTAINERS 2005-02-18 21:27:14.0 +0100 @@ -2430,6 +2430,14 @@ W: http://www.linux-projects.org S: Maintained +USB ZD1201 DRIVER +P: Jeroen Vreeken +M: [EMAIL PROTECTED] +L: linux-usb-users@lists.sourceforge.net +L: linux-usb-devel@lists.sourceforge.net +W

Re: [linux-usb-devel] Fixing the IRQ / Disabling IRQ Probe

2005-03-10 Thread Jeroen Vreeken
Lara John wrote: Dear all, I am newbie in linux usb modules area. I am trying to port embedded linux kernel (ver. 2.4.26) on MS7751RCP01 (SuperH 7751R processor based t-engine like reference board from Renesas). This board has got NEC's usb 2.0 UHCI host controller. I am facing followoing problems