Minor bug fix: wrong model name was reported for 1200CP+ driver.

merge-requests/1/head
Eddy De Greef 2005-09-29 21:45:40 +00:00
rodzic 7e778429ff
commit 4767a92bd5
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,8 @@
2005-09-29 Eddy De Greef <eddy_de_greef at tiscali dot be>
* backend/mustek_pp_cis.c: Minor bug fix: wrong model name was
reported for 1200CP+ driver.
2005-09-29 Henning Meier-Geinitz <henning@meier-geinitz.de>
* backend/gt68xx.c backend/gt68xx.conf backend/gt68xx_devices.c

Wyświetl plik

@ -2298,7 +2298,6 @@ void cis_drv_capabilities(SANE_Int info, SANE_String *model,
break;
case MUSTEK_PP_CIS1200PLUS:
*model = strdup("1200CP+");
*model = strdup("1200CP");
*maxres = 1200;
*minres = 50;
*maxhsize = MUSTEK_PP_CIS_MAX_H_PIXEL*2;