Rich Klumpp
rmk@aracnet.com
moab@worldnet.att.net
On Thu, 8 Apr 1999 18:12:34 -0500, Scott Wells wrote:
>Don't replace the revision ID; supplement with a new conditional. Change:
>
>|| (mi->model_code == 0x98
> && (md->revision == 1.10 || md->revision == 1.30) ) )
>
>to:
>
>|| (mi->model_code == 0x98
> && (md->revision == 1.10 || md->revision == 1.30 || md->revision ==
>1.40) ) )
>
>Scott Wells
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com