Re: USB status ...Who maintains wineserver?

2005-04-26 Thread Ivan Leo Puoti
Mike was refering to handles returned by CreateFile only. It is the interface to create kernel device driver instances under Windows and consequently wineserver would need to be involved somehow. HWINDOW and such while handles too, are completely different objects and managed by independent object

RE: USB status ...Who maintains wineserver?

2005-04-26 Thread Rolf Kalbermatter
>Mike McCormick wriote: >> I'll point out to you once again that Wine is not the right place to >> implement drivers. Drivers that are loaded in the kernel in Windows >> also belong in the kernel in Linux, not in Wine. > >I don't care about Windows kernel drivers, just >replicating the interface

Re: USB status ...Who maintains wineserver?

2005-04-26 Thread Mike McCormack
Damjan Jovanovic wrote: to make it work, but you'll realize sooner or later that a handle is tied to a unix fd. In fact, it's tied to an "object" in wineserver: what fd would HWINDOW and HICON represent? I assume you mean HWND and HICON. They are not wineserver (kernel32) objects. A HWND is a

Re: USB status ...Who maintains wineserver?

2005-04-26 Thread Damjan Jovanovic
--- Mike McCormack <[EMAIL PROTECTED]> wrote: > > > I think it might be Alexander, and I think the > general > > suggestion was "avoid changes to the wineserver". > > Anyone else know? > > I'll point out to you once again that Wine is not > the right place to > implement drivers. Drivers that

Re: USB status ...Who maintains wineserver?

2005-04-26 Thread Hiji
> If you want to get a scanner going, the best way > would be to make it > work with SANE or V4L, and then get SANE or V4L to > work with Wine's > still imaging interface. > > Have a look at the work that Maarten Lankhorst is > doing on Web cameras > ... he's doing things the right way. > > If

Re: USB status ...Who maintains wineserver?

2005-04-22 Thread Mike McCormack
I think it might be Alexander, and I think the general suggestion was "avoid changes to the wineserver". Anyone else know? I'll point out to you once again that Wine is not the right place to implement drivers. Drivers that are loaded in the kernel in Windows also belong in the kernel in Linux,

Re: USB status ...Who maintains wineserver?

2005-04-19 Thread Damjan Jovanovic
--- Hiji <[EMAIL PROTECTED]> wrote: > > > --- Lars Segerlund <[EMAIL PROTECTED]> > > wrote: > > > > > > > > What is the status of wines USB support ? > > > > Is there anything done yet or am I on my own > ? > > > > Can someone also giva a hint on the > > feasibiliyt, > > > > complexity of mana

Re: USB status ...

2005-04-18 Thread Hiji
> > --- Lars Segerlund <[EMAIL PROTECTED]> > wrote: > > > > > > What is the status of wines USB support ? > > > Is there anything done yet or am I on my own ? > > > Can someone also giva a hint on the > feasibiliyt, > > > complexity of managing a USB > > > implementation for wine ? I am rather

Re: USB status ...

2005-04-18 Thread Damjan Jovanovic
--- Hiji <[EMAIL PROTECTED]> wrote: > > --- Lars Segerlund <[EMAIL PROTECTED]> wrote: > > > > What is the status of wines USB support ? > > > > I have an IDE for a developement board and I > really > > would like to flash it from > > Linux, ( I don't have windows), and this uses USB > > to t

Re: USB status ...

2005-04-16 Thread Uwe Bonnes
> "Lars" == Lars Segerlund <[EMAIL PROTECTED]> writes: Lars> What is the status of wines USB support ? Lars> I have an IDE for a developement board and I really would like to Lars> flash it from Linux, ( I don't have windows), and this uses USB to Lars> talk to the board. I

Re: USB status ...

2005-04-15 Thread Hiji
--- Lars Segerlund <[EMAIL PROTECTED]> wrote: > > What is the status of wines USB support ? > > I have an IDE for a developement board and I really > would like to flash it from > Linux, ( I don't have windows), and this uses USB > to talk to the board. > Is there anything done yet or am I o

USB status ...

2005-04-15 Thread Lars Segerlund
What is the status of wines USB support ? I have an IDE for a developement board and I really would like to flash it from Linux, ( I don't have windows), and this uses USB to talk to the board. Is there anything done yet or am I on my own ? Can someone also giva a hint on the feasibiliyt, c