piuspatch
v0.1
USB addition to PIE backend
|
Describe a PIE USB scanner. More...
#include <pie_usb.h>
Data Fields | |
SANE_String | vendor |
SANE_String | model |
SANE_Byte | model_id |
SANE_Word | flags |
unsigned char | op_mode [3] |
SANE_Int | default_brightness |
double | gain_const [3] |
double | offs_factor [3] |
int | gain_min |
int | gain_hiqual_max |
int | texp_normal_max |
int | gain_hiqual_part |
PIE_USB_Calibration_Set | default_hiqual |
PIE_USB_Calibration_Set | default_normal |
Describe a PIE USB scanner.
There are several different PIE SF scanners which are different from each other. The following is an approach to hold model specific values.
SANE_Int default_brightness |
double gain_const[3] |
int gain_hiqual_max |
int gain_hiqual_part |
int gain_min |
SANE_Byte model_id |
double offs_factor[3] |
unsigned char op_mode[3] |
int texp_normal_max |