On Mon, Jan 29, 2007 at 08:38:52PM +0100, Alexander Leidinger wrote:
> Quoting Steinar Hamre <[EMAIL PROTECTED]> (Wed, 10 Jan 2007 00:50:24 GMT):
>
> > I have reworked the uscanner module so that it can use the device
> > simultaniously with the ulpt and umass modules.
>
> This panics my system at boot time probing. I think my scanner is not
> the first interface of the device.
uscanner has never supported attaching to other than the first
interface on the device. This is hardcoded in USB_ATTACH(uscanner)
and is not changed by my patch.
Do you have a plain scanner or a multi function device?
(What is the product number or output of usbdevs -av?)
Did the device work without my patch?
If your scanner previosly worked, the only reason I can think of is
that your scanner needs usbd_set_config_no. If this is widespread
for pure scanner devices, I may rework the patch to be able to attach
to both devices and interfaces and use usbd_set_config_no if it did
grab the entire device. The concept of set_config_no breaks all multi
function devices.
Steinar
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "[EMAIL PROTECTED]"