From owner-freebsd-commit Thu Sep 7 20:09:33 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA18245 for freebsd-commit-outgoing; Thu, 7 Sep 1995 20:09:33 -0700 Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA18199 for cvs-all-outgoing; Thu, 7 Sep 1995 20:08:11 -0700 Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA18186 for cvs-usrbin-outgoing; Thu, 7 Sep 1995 20:08:10 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA18174 ; Thu, 7 Sep 1995 20:08:02 -0700 Date: Thu, 7 Sep 1995 20:08:02 -0700 From: Julian Elischer Message-Id: <199509080308.UAA18174@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/sasc INSTALL Makefile README sasc.1 sasc.c Sender: commit-owner@FreeBSD.org Precedence: bulk julian 95/09/07 20:08:02 Added: usr.bin/sasc INSTALL Makefile README sasc.1 sasc.c Log: Submitted by: Luigi Rizzo (luigi@iet.unipi.it) Obtained from: Gunther Schadow and Luigi Rizzo control program for Trust AmiScan BW (GI1904 chipset) ASC - A device driver for a handy scanner This is a device driver for GI1904-based hand scanners, e.g. the Trust Amiscan Grey and possibly others. The driver is based on the "gsc" driver and, partly, on a Linux driver. The driver has a working select(). -Luigi Rizzo (luigi@iet.unipi.it)