Re: usb driver proxy

2005-11-21 Thread Vitaliy Margolen
Monday, November 21, 2005, 3:45:24 AM, Saulius Krasuckas wrote: >> > Are these patches available somewhere? >> >> Not really. We don't maintain it as patches to cvs. If someone is >> interested I can make a patch against cvs. Only it's a work in progress >> and some things are not working properl

Re: usb driver proxy

2005-11-21 Thread Saulius Krasuckas
* On Mon, 14 Nov 2005, Vitaliy Margolen wrote: > *Monday, November 14, 2005, 1:23:54 PM, Uwe Bonnes wrote: > >> "Marcus" == Marcus Meissner <[EMAIL PROTECTED]> writes: > > > > Marcus> We have some work going on on hooking new devices (openable by > > Marcus> CreateFile() from the make-

Re: usb driver proxy

2005-11-17 Thread Damjan Jovanovic
--- Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > * On Thu, 17 Nov 2005, Damjan Jovanovic wrote: > > --- Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > > > * On Mon, 14 Nov 2005, Maris Paupe wrote: > > > > > > > > I have a USB device which doesn' t have a > driver > > > > in linux, I wrote it

Re: usb driver proxy

2005-11-17 Thread Saulius Krasuckas
* On Thu, 17 Nov 2005, Damjan Jovanovic wrote: > --- Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > > * On Mon, 14 Nov 2005, Maris Paupe wrote: > > > > > > I have a USB device which doesn' t have a driver > > > in linux, I wrote it as kernel module, > > I also have a USB scanner that doesn't wor

Re: usb driver proxy

2005-11-17 Thread Damjan Jovanovic
--- Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > * On Mon, 14 Nov 2005, Maris Paupe wrote: > > > > I have a USB device which doesn' t have a driver > in linux, I wrote it as > > kernel module, but because I want to run windows > software under wine > > which uses this device it seems that I

Re: usb driver proxy

2005-11-14 Thread Vitaliy Margolen
Monday, November 14, 2005, 1:23:54 PM, Uwe Bonnes wrote: >> "Marcus" == Marcus Meissner <[EMAIL PROTECTED]> writes: > ... > Marcus> We have some work going on on hooking new devices (openable by > Marcus> CreateFile() from the make-safedisc-work crowd). > Are these patches available so

Re: usb driver proxy

2005-11-14 Thread Uwe Bonnes
> "Marcus" == Marcus Meissner <[EMAIL PROTECTED]> writes: ... Marcus> We have some work going on on hooking new devices (openable by Marcus> CreateFile() from the make-safedisc-work crowd). Are these patches available somewhere? -- Uwe Bonnes[EMAIL PROTECTED] Instit

Re: usb driver proxy

2005-11-14 Thread Marcus Meissner
On Mon, Nov 14, 2005 at 12:58:12PM +0200, Maris Paupe wrote: > Hi, > First of all, sorry for my bad English. I have a USB device which doesn' t > have a driver in linux, I wrote it as kernel module, but because I want to > run windows software under wine which uses this device it seems that I will

Re: usb driver proxy

2005-11-14 Thread Saulius Krasuckas
* On Mon, 14 Nov 2005, Maris Paupe wrote: > > I have a USB device which doesn' t have a driver in linux, I wrote it as > kernel module, but because I want to run windows software under wine > which uses this device it seems that I will need to write something like > proxy in wine (like audio an

usb driver proxy

2005-11-14 Thread Maris Paupe
Hi, First of all, sorry for my bad English. I have a USB device which doesn' t have a driver in linux, I wrote it as kernel module, but because I want to run windows software under wine which uses this device it seems that I will need to write something like proxy in wine (like audio and video driv