Re[2]: EV_RXFLAG emulation

2007-07-09 Thread Valentine Sinitsyn
Hi, UB> The problem with EV_RXFLAG is, that the UNIX spec doesn't know it (to my UB> knowledge). So most if not all kernel level drivers don't implement it. So UB> we have to workaround or propose a kernel driver change. Yeah, that's was what I wrote in the second item of the list (actually, for m

EV_RXFLAG emulation

2007-07-09 Thread Valentine Sinitsyn
Hi all, I spent the last couple of days trying to run one program in Wine. The program (Easy Wireless Net, end-user tool to control many CDMA modems, if you are interested in) extensively use EV_RXFLAG event which is currently unimplemented in Wine. I've made a simplest implementation possible (fi