Re: Wine and serial port AGAIN

2010-12-17 Thread Pavel Troller
> On Fri, Dec 17, 2010 at 8:42 AM, Wolfram Sang wrote: > > > > OT: > > > > > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0bca1b913affbd7e2fdaffee62a499659a466eb5 > > > > > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d281da7ff6f70efca

Removal of dcom98 from winetricks?

2010-12-17 Thread Scott Ritchie
I remember discussing this at wineconf as something we should do, but it seems there's at least one situation I've found where it still helps: http://bugs.winehq.org/show_bug.cgi?id=8780 Is it possible this is a hidden issue bleeding into other apps as well? Thanks, Scott Ritchie

Re: socks & wine, patching wininet to use winsock

2010-12-17 Thread Mike Kaplinskiy
I was thinking about looking at wininet soon myself, but haven't had the time. I don't know what the right approach should be, but the least I can tell you is stop including all the linux headers: #ifdef HAVE_NETDB_H # include #endif #ifdef HAVE_NETINET_IN_H # include # include #endif #ifdef HA

Re: Wine and serial port AGAIN

2010-12-17 Thread Vijay Kiran Kamuju
On Fri, Dec 17, 2010 at 8:42 AM, Wolfram Sang wrote: > > OT: > > > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0bca1b913affbd7e2fdaffee62a499659a466eb5 > > > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d281da7ff6f70efca0553c288bb883e

Re: widl: Added support for registering alternative progids.

2010-12-17 Thread Huw Davies
On Fri, Dec 17, 2010 at 04:14:24PM +0100, Jacek Caban wrote: > diff --git a/tools/widl/parser.y b/tools/widl/parser.y > index c924a66..28cb1da 100644 > --- a/tools/widl/parser.y > +++ b/tools/widl/parser.y > @@ -190,7 +190,7 @@ static statement_list_t > *append_statement(statement_list_t *list, st

Re: Wine and serial port AGAIN

2010-12-17 Thread Wolfram Sang
> OT: > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0bca1b913affbd7e2fdaffee62a499659a466eb5 > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d281da7ff6f70efca0553c288bb883e8605b3862 > > This is kernel related :P Ehrm, where does that a

Re: Wine and serial port AGAIN

2010-12-17 Thread Vijay Kiran Kamuju
On Fri, Dec 17, 2010 at 7:28 AM, Wolfram Sang wrote: > > > It seems that the PL2303 driver doesn't implement TIOCGICOUNT > > > /usr/src/linux/usb/serial/pl2303.c > > > > Well, no, this ioctl gets handled by the tty-layer. Yes, the driver > > needs to define a get_icount-routine wh

Re: Wine and serial port AGAIN

2010-12-17 Thread Wolfram Sang
> > It seems that the PL2303 driver doesn't implement TIOCGICOUNT > > /usr/src/linux/usb/serial/pl2303.c > > Well, no, this ioctl gets handled by the tty-layer. Yes, the driver > needs to define a get_icount-routine which it lacks. > > I think this is introduced in kernel 2.6.37 (

Re: Wine and serial port AGAIN

2010-12-17 Thread Vijay Kiran Kamuju
On Fri, Dec 17, 2010 at 6:42 AM, Wolfram Sang wrote: > On 17/12/10 11:21, Uwe Bonnes wrote: > >> "Pavel" == Pavel Troller writes: > > > > Pavel> Hi! As a technician, I need often to use some form of serial > > Pavel> port communication. My recent experience is with a program > for

Re: Wine and serial port AGAIN

2010-12-17 Thread Wolfram Sang
On 17/12/10 11:21, Uwe Bonnes wrote: >> "Pavel" == Pavel Troller writes: > > Pavel> Hi! As a technician, I need often to use some form of serial > Pavel> port communication. My recent experience is with a program for > ... > Pavel> power-cycled. The radio is connected using a U

Re: Wine and serial port AGAIN

2010-12-17 Thread Uwe Bonnes
> "Pavel" == Pavel Troller writes: Pavel> Hi! As a technician, I need often to use some form of serial Pavel> port communication. My recent experience is with a program for ... Pavel> power-cycled. The radio is connected using a USB cable, which Pavel> contains just a regul

Re: Wine and serial port AGAIN

2010-12-17 Thread Uwe Bonnes
> "Pavel" == Pavel Troller writes: Pavel> Hi! As a technician, I need often to use some form of serial Pavel> port communication. My recent experience is with a program for Pavel> programming TYT radios from China. They supply a simple windows Pavel> app, which allows to pr