--envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable
Where did you get information about the mknod program? As long as you don't have a driver that will hooks into this device file, this will not work. By just using the device IDs from Linux, you may interfere with another driver.=20 Again, this will not work! This is why libusb is used: You don't=20 need any device files. OS X is not Linux! It works differently. You can actually use libusb on Linux without the device files, this works with my sandbox code with the EPSON backend (not yet in CVS). I assume that other backends with full support for libusb also work the same way. If you want to help, please get the USB documentation from Apple and try to debug libusb. Karl Heinz On Sat, Nov 02, 2002 at 02:26:05PM +0100, John Doe wrote: > Hi > I have found out what is the meaning in libusb:-06:002 > the -06 is meaning usbbus1 and when there stands -07 usbbus0. > Can somebody take a look in the systemprofiler that is it right? > If I use ./scanimage -L the prog let me see test:0 and test:1 virtual=20 > devices!! > That seems OK!! > but If i make a usbscanner device with mknod the program stops and I=20 > must kill it!! > Have somebody an idea? > If I make with mknod a device: the sane-fin-scanner find an device and=20 > say that I must configure the sane backend for vendor and produkt id!! >=20 > Raphael >=20 > _______________________________________________ > Sane-devel mailing list > [email protected] > http://www.mostang.com/mailman/listinfo/sane-devel --=20 Karl Heinz Kremer [email protected] PGP Key at http://www.khk.net/download/khk.asc EPSON Sane Backend: http://www.khk.net --envbJBWh7q8WU6mo Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9w9X+xejv3RfKrhsRAj2HAKDdXXwg4xAv9Y16aZdK5B2EJfzC4gCdEhs4 eZUYgxJ4fztDXpPTH0VJ/So= =hVsp -----END PGP SIGNATURE----- --envbJBWh7q8WU6mo--
