Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-02-22 | Please GCC 2.8 -Wall | Niklas Hallqvist | |
1997-08-02 | add ScanJet 5p, untested | kstailey | |
1997-04-15 | Add quirk, type for AT3 scanner (ViewStation 32) | Thorsten Lockert | |
1997-04-05 | add quirk table entry for the Ultima A6000C | kstailey | |
1997-04-05 | fix NULL ptr deref in ss_set_window() | kstailey | |
1997-03-13 | Copy the scanner_type from the quirkdata to the sio for userland to see. | kstailey | |
1997-03-13 | Add scanner_type and compute_sizes() to quirks. | kstailey | |
Adjust attach() messages for scanners with quirk table entries. | |||
1997-03-11 | adjust comments | kstailey | |
1997-03-11 | Added GENERIC_SCSI2 scanner type. | kstailey | |
1997-03-11 | move init. code to m.i. section | kstailey | |
1997-03-11 | added whitespace. | kstailey | |
1997-03-11 | Add comment about generic trigger missing. | kstailey | |
1997-03-10 | Do not increase buffer bp->b_bcount in get_buffer_status(). | kstailey | |
1997-03-10 | SCSI 2 scanners use READ_BIG not READ | kstailey | |
1997-03-10 | do GET_BUFFER_STATUS in special minphys | kstailey | |
1997-03-10 | Start of generic scanner read(). | kstailey | |
1997-03-09 | deleted SS_Q_VENDOR_SETWINDOW bit. Just check for non-NULL vendor_unique_sw | kstailey | |
member. | |||
1997-03-08 | Smaller names for quirks. | kstailey | |
Many changes based on examination of the AIX 3 version of PINT. | |||
1997-03-08 | support for RIF bit as a quirk (currently unused) | kstailey | |
1997-03-08 | Fujitsu SET_WINDOW support | kstailey | |
1997-03-08 | way more generic SET_WINDOW... | kstailey | |
1997-03-08 | generic set_window via quirk table | kstailey | |
1997-03-08 | fix warning. | kstailey | |
1997-03-07 | more generic SET WINDOW stuff | kstailey | |
1997-03-07 | more stuff | kstailey | |
1997-03-06 | remove stub get_params functions | kstailey | |
1997-02-27 | When we don't output any extra scanner info, output the newline at the end | Thorsten Lockert | |
of the configuration line that we do output | |||
1996-08-11 | limit ioctl priviledges | Theo de Raadt | |
1996-07-30 | patch for HP scanjet 4p; netbsd pr#2663; kstailey@dol-esa.gov | Theo de Raadt | |
1996-07-11 | some MUSTEKs fill with 0xff instead of 0x20; netbsd pr#2617; is@beverly.rhein.de | Theo de Raadt | |
1996-05-10 | SC_DEBUG cleanup | Theo de Raadt | |
1996-05-07 | Remove erroneously doubled text (patch can do that when a new file | Niklas Hallqvist | |
comes into existence simultaneously from two directions). | |||
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-04-19 | NetBSD 960317 merge | Niklas Hallqvist | |
1996-02-20 | Sync. with NetBSD: | briggs | |
- scsi prototypes. - Add SCSI scanner support by Kenneth Stailey and Joachim Koenig-Baltes, hacked a but. Needs more work. ss.c: - Truncate to the window size in ssminphys(), not ssread(). - Missed some prototyping foo. - Minor tweak; make sure window size is 0 on close. - Change variable name to avoid GCC warning. - Handle EOF a little differently. |