DragonFly BSD
DragonFly users List (threaded) for 2006-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Getting a Canon scanner to work


From: "Steve O'Hara-Smith" <steve@xxxxxxxxxx>
Date: Wed, 21 Jun 2006 22:16:14 +0100

On Thu, 22 Jun 2006 04:10:03 +1000
Petr Janda <elekktretterr@xxxxxxxxxxxxxx> wrote:

> I get this error.
> 
> 
> ../../dev/usbmisc/uscanner/uscanner.c:126: error: 
> `USB_PRODUCT_CANON_D660U' undeclared here (not in a function)

	Yep there's no entry in usbdevs for device 0x2208 - as a first hack
try replacing USB_PRODUCT_CANON_D660U with 0x2208 and see what happens. If
that works then the clean change is to add an entry
to /usr/src/sys/bus/usb/usbdevs something like

product CANON D660U	0x2208 Canoscan D660U

	and then put back the USB_PRODUCT_CANON_D660U.

-- 
C:>WIN                                      |   Directable Mirror Arrays
The computer obeys and wins.                | A better way to focus the sun
You lose and Bill collects.                 |    licences available see
                                            |    http://www.sohara.org/



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]