Tag fingerprint devices in HAL

Tag all the fprint supported devices in HAL. Patch from
myself and Timo Hoenig <thoenig@suse.de>.
This commit is contained in:
Bastien Nocera
2008-10-30 15:02:52 +00:00
committed by Daniel Drake
parent 7672c43cea
commit 7c83b6d825
4 changed files with 116 additions and 0 deletions

View File

@@ -91,6 +91,8 @@ enum fp_dev_state {
DEV_STATE_IDENTIFY_STOPPING,
};
struct fp_driver **fprint_get_drivers (void);
struct fp_dev {
struct fp_driver *drv;
libusb_device_handle *udev;