[PARPORT] IEEE1284 interface (and 1284.3)


Tim Waugh (tim@cyberelk.demon.co.uk)
Tue, 1 Dec 1998 23:27:02 +0000 (GMT)


Hi guys,

I've been looking at P1284.3, and the kind of interface that will need is
this:

ssize_t parport_ieee1284_read (struct pardevice *dev,
                               void *buffer,
                               size_t count,
                               int mode,
                               int channel,
                               timeout_t timeout,
                               struct parport_async *async);

ssize_t parport_ieee1284_write (struct pardevice *dev,
                                const void *buffer,
                                size_t count,
                                int mode,
                                int channel,
                                timeout_t timeout,
                                struct parport_async *async);

..in addition to a bunch of other stuff. The timeout and async parameters
are optional.

Tim.
*/

-- To unsubscribe, send mail to: linux-parport-request@torque.net --
-- with the single word "unsubscribe" in the body of the message. --



This archive was generated by hypermail 2.0b3 on Wed 30 Dec 1998 - 10:18:49 EST