diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-03-11 03:40:51 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-03-11 03:40:51 +0000 |
commit | 07d8a64c0df680b9bed35d844a2a1fd7e2a207d4 (patch) | |
tree | 6bbb959ff32371bf316a3d64794097b1f3222d32 /sys/scsi/ss_mustek.c | |
parent | 2c9f7b546f76c7a75234d7755f9d96688406046f (diff) |
move init. code to m.i. section
Diffstat (limited to 'sys/scsi/ss_mustek.c')
-rw-r--r-- | sys/scsi/ss_mustek.c | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/sys/scsi/ss_mustek.c b/sys/scsi/ss_mustek.c index 58379d359b5..cc24443c3a7 100644 --- a/sys/scsi/ss_mustek.c +++ b/sys/scsi/ss_mustek.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ss_mustek.c,v 1.7 1997/03/10 02:29:40 kstailey Exp $ */ +/* $OpenBSD: ss_mustek.c,v 1.8 1997/03/11 03:40:50 kstailey Exp $ */ /* $NetBSD: ss_mustek.c,v 1.4 1996/05/05 19:52:57 christos Exp $ */ /* @@ -126,21 +126,6 @@ mustek_attach(ss, sa) /* install special handlers */ ss->special = mustek_special; - /* - * populate the scanio struct with legal values - * the default should come from user space - */ - ss->sio.scan_width = 1200; - ss->sio.scan_height = 1200; - ss->sio.scan_x_resolution = 99; - ss->sio.scan_y_resolution = 99; - ss->sio.scan_x_origin = 0; - ss->sio.scan_y_origin = 0; - ss->sio.scan_brightness = 100; - ss->sio.scan_contrast = 100; - ss->sio.scan_quality = 100; - ss->sio.scan_image_mode = SIM_GRAYSCALE; - mustek_compute_sizes(ss); } |