[PARPORT] unkwon classe reported by parport_probe

From: stef (stef-listes@wanadoo.fr)
Date: Thu Oct 05 2000 - 11:45:05 EDT

  • Next message: Philip Blundell: "Re: [PARPORT] Parport Video Device -> /dev/video : No such device"

            Hello,
            my scanner annoyingly reports itself as being of class 'IMAGE'. Which is
    unknown by the parport_probe module. 'dmesg' gives the following:

    parport0: PC-style at 0x378 [SPP,PS2,EPP]
    parport_probe: after reset: succeeded
    parport0 probe: warning, class 'IMAGE' not understood.
    parport0: Unknown device, UMAX Astra 1220P

            After the following patch:

    --- parport_probe.c.orig Thu Oct 5 17:39:16 2000
    +++ parport_probe.c Thu Oct 5 17:39:00 2000
    @@ -153,6 +153,7 @@
            { "FDC", "Floppy disk" },
            { "PORTS", "Ports" },
            { "SCANNER", "Scanner" },
    + { "IMAGE", "Scanner" },
            { "DIGICAM", "Digital camera" },
            { "", "Unknown device" },
            { "", "Unspecified" },

     I have now the following pretty message in dmesg:

    parport0: PC-style at 0x378 [SPP,PS2,EPP]
    parport_probe: succeeded
    parport0: Scanner, UMAX Astra 1220P

    Stef

    -- 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 2b29 : Thu Oct 05 2000 - 14:18:44 EDT