- added EPP support for UMAX Astra 610P

merge-requests/1/head
Stéphane Voltz 2005-08-24 05:35:06 +00:00
rodzic 492e322adf
commit 8c463cfb76
4 zmienionych plików z 702 dodań i 98 usunięć

Wyświetl plik

@ -1,3 +1,8 @@
2005-08-24 Stéphane Voltz <stefdev@modulonet.fr>
* backend/umax_pp.c backend/umax_pp_low.c tools/umax_pp.c: Added EPP
support for 610P, revision number changes
2005-08-23 Henning Meier-Geinitz <henning@meier-geinitz.de>
* doc/descriptions/unsupported.desc: Added Canon LiDE 60. Reflecta

Wyświetl plik

@ -106,7 +106,7 @@
* see Changelog
*/
#define UMAX_PP_BUILD 603
#define UMAX_PP_BUILD 604
#define UMAX_PP_STATE "dev"
static int num_devices = 0;

Plik diff jest za duży Load Diff

Wyświetl plik

@ -378,7 +378,7 @@ main (int argc, char **argv)
if (trace)
{
printf
("UMAX 610P/1220P/2000P scanning program version 6.3 starting ...\n");
("UMAX 610P/1220P/2000P scanning program version 6.4 starting ...\n");
#ifdef HAVE_LINUX_PPDEV_H
printf ("ppdev character device built-in.\n");
#endif