Export scan type for each driver

For each driver, export the scan type supported by the devices it
handles. This allows front-ends to direct the user better.
This commit is contained in:
Bastien Nocera
2008-11-20 14:40:01 +00:00
committed by Daniel Drake
parent 1fd247ecd7
commit 29044d9ca9
12 changed files with 31 additions and 0 deletions

View File

@@ -309,6 +309,7 @@ struct fp_img_driver fdu2000_driver = {
.name = FP_COMPONENT,
.full_name = "Secugen FDU 2000",
.id_table = id_table,
.scan_type = FP_SCAN_TYPE_PRESS,
},
.img_height = RAW_IMAGE_HEIGTH,
.img_width = RAW_IMAGE_WIDTH,