From 07d8a64c0df680b9bed35d844a2a1fd7e2a207d4 Mon Sep 17 00:00:00 2001 From: kstailey Date: Tue, 11 Mar 1997 03:40:51 +0000 Subject: move init. code to m.i. section --- sys/scsi/ss_mustek.c | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'sys/scsi/ss_mustek.c') 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); } -- cgit v1.2.3