genesys: Add buttons to LiDE 60

Canon LiDE 60 has four buttons. These are already supported in the
GL841, we just needed to add them to the config. Tested it with scanbd.
merge-requests/29/head
iosabi 2018-07-02 22:48:02 +02:00
rodzic fc88e52511
commit a64f209643
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -2308,7 +2308,10 @@ static Genesys_Model canon_lide_60_model = {
| GENESYS_FLAG_CUSTOM_GAMMA
| GENESYS_FLAG_HALF_CCD_MODE,
GENESYS_HAS_NO_BUTTONS, /* no buttons supported */
GENESYS_HAS_COPY_SW /* Has four buttons: COPY, SCAN, PDF, EMAIL */
| GENESYS_HAS_SCAN_SW
| GENESYS_HAS_FILE_SW
| GENESYS_HAS_EMAIL_SW,
300,
400
}; /* this is completely untested -- hmg */