Re: [Qemu-devel] [PATCH] parport EPP support for Linux

2007-02-12 Thread Marko Kohtala
On 2/5/07, Marko Kohtala <[EMAIL PROTECTED]> wrote: Fabrice Bellard: >Marko Kohtala wrote: > >Hi. > >With the attached patch I am able to use Kodak Advantix FD 300 APS >scanner from Win98 when hosted under Linux ix86. It adds EPP support >and fixes

Re: [Qemu-devel] [PATCH] parport EPP support for Linux

2007-02-04 Thread Marko Kohtala
Fabrice Bellard: Marko Kohtala wrote: Hi. With the attached patch I am able to use Kodak Advantix FD 300 APS scanner from Win98 when hosted under Linux ix86. It adds EPP support and fixes some register bits to match real hw so port identification works better. I tried to

[Qemu-devel] Re: [PATCH] parport EPP support for Linux

2007-02-04 Thread Marko Kohtala
Darn. I managed to send an older version of the patch. Here is the latest. Sorry for the junk. Marko On 2/4/07, Marko Kohtala <[EMAIL PROTECTED]> wrote: Hi. With the attached patch I am able to use Kodak Advantix FD 300 APS scanner from Win98 when hosted under Linux ix86. It ad

[Qemu-devel] [PATCH] parport EPP support for Linux

2007-02-04 Thread Marko Kohtala
/parallel.c b/hw/parallel.c index cba9561..44c1a28 100644 --- a/hw/parallel.c +++ b/hw/parallel.c @@ -2,6 +2,7 @@ * QEMU Parallel PORT emulation * * Copyright (c) 2003-2005 Fabrice Bellard + * Copyright (c) 2007 Marko Kohtala * * Permission is hereby granted, free of charge, to any person