[SOLVED] USB Fingerprint Reader
Hello!
I'm trying to use an USB fingerprint reader in a embedded ARM9 kit. I've compiled a LFS Linux to use. Now, I need to use the reader, but when I run the examples of the lib (libfprint), it can't find the device. When I connect it to the kit, the following messages are presented:
Code:
usb 1-1: new full speed USB device using s3c24010-ohci and address 2
usb 1-1: New USB device found, idVendor=05ba, idProduct=000a
usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-1: Product: U.are.U 4000B Fingerprint Reader
usb 1-1: Manufacturer: DigitalPersona, Inc.
usb 1-1: SerialNumber: {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
usb 1-1: configuration #1 chosen from 1 choice
I read in somewhere that I need to 'mount' it, with mentions of 'usbfs'. What is this? Is a function? Is an app? Someone have an idea to help me?