Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Nov 2001 08:19:04 -0500 (EST)
From:      "Ilmar S. Habibulin" <ilmar@watson.org>
To:        current@freebsd.org
Subject:   can somebody add new usb scanner?
Message-ID:  <20011127081459.E8118-100000@fledge.watson.org>
In-Reply-To: <200111271107.fARB7vR41526@wint.itfs.nsk.su>

next in thread | previous in thread | raw e-mail | index | archive | help

It works with latest sane.

Index: usbdevs
===================================================================
RCS file: /mnt/cvs/FreeBSD/src/sys/dev/usb/usbdevs,v
retrieving revision 1.67
diff -r1.67 usbdevs
764a765
> product MUSTEK 1200CUPLUS	0x0008	1200 CU Plus scanner
Index: usbdevs.h
===================================================================
RCS file: /mnt/cvs/FreeBSD/src/sys/dev/usb/usbdevs.h,v
retrieving revision 1.83
diff -r1.83 usbdevs.h
1c1
< /*	$FreeBSD: src/sys/dev/usb/usbdevs.h,v 1.83 2001/11/19 18:41:35 sumikawa Exp $	*/
---
> /*	$FreeBSD$	*/
771a772
> #define	USB_PRODUCT_MUSTEK_1200CUPLUS	0x0008		/* 1200 CU Plus scanner */
Index: usbdevs_data.h
===================================================================
RCS file: /mnt/cvs/FreeBSD/src/sys/dev/usb/usbdevs_data.h,v
retrieving revision 1.83
diff -r1.83 usbdevs_data.h
1c1
< /*	$FreeBSD: src/sys/dev/usb/usbdevs_data.h,v 1.83 2001/11/19 18:41:35 sumikawa Exp $	*/
---
> /*	$FreeBSD$	*/
1504a1505,1510
> 	},
> 	{
> 	    USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_1200CUPLUS,
> 	    0,
> 	    "Mustek Systems, Inc.",
> 	    "1200 CU Plus scanner",
Index: uscanner.c
===================================================================
RCS file: /mnt/cvs/FreeBSD/src/sys/dev/usb/uscanner.c,v
retrieving revision 1.17
diff -r1.17 uscanner.c
129a130
> 	{ USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_1200CUPLUS },


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011127081459.E8118-100000>