kopia lustrzana https://gitlab.com/sane-project/backends
				
				
				
			pixma: new scanners Canon PIXMA E410 Series, E3100 Series, G2000 and G3000
							rodzic
							
								
									61ca162fc0
								
							
						
					
					
						commit
						055c3ffa86
					
				| 
						 | 
					@ -235,15 +235,19 @@
 | 
				
			||||||
#define MG5700_PID 0x178e
 | 
					#define MG5700_PID 0x178e
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* 2016 new devices (untested) */
 | 
					/* 2016 new devices (untested) */
 | 
				
			||||||
 | 
					#define G3000_PID 0x1794
 | 
				
			||||||
 | 
					#define G2000_PID 0x1795
 | 
				
			||||||
#define TS9000_PID 0x179f
 | 
					#define TS9000_PID 0x179f
 | 
				
			||||||
#define TS8000_PID 0x1800
 | 
					#define TS8000_PID 0x1800
 | 
				
			||||||
#define TS6000_PID 0x1801
 | 
					#define TS6000_PID 0x1801
 | 
				
			||||||
#define TS5000_PID 0x1802
 | 
					#define TS5000_PID 0x1802
 | 
				
			||||||
#define MG3000_PID 0x180b
 | 
					#define MG3000_PID 0x180b
 | 
				
			||||||
#define E470_PID 0x180c
 | 
					#define E470_PID 0x180c
 | 
				
			||||||
 | 
					#define E410_PID 0x181e
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* 2017 new devices (untested) */
 | 
					/* 2017 new devices (untested) */
 | 
				
			||||||
#define G4000_PID 0x181d
 | 
					#define G4000_PID 0x181d
 | 
				
			||||||
 | 
					#define E3100_PID 0x1828
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Generation 4 XML messages that encapsulates the Pixma protocol messages */
 | 
					/* Generation 4 XML messages that encapsulates the Pixma protocol messages */
 | 
				
			||||||
#define XML_START_1   \
 | 
					#define XML_START_1   \
 | 
				
			||||||
| 
						 | 
					@ -1857,15 +1861,19 @@ const pixma_config_t pixma_mp150_devices[] = {
 | 
				
			||||||
  DEVICE ("Canon PIXMA MG5700 Series", "MG5700", MG5700_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
 | 
					  DEVICE ("Canon PIXMA MG5700 Series", "MG5700", MG5700_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Latest devices (2016) Generation 5 CIS */
 | 
					  /* Latest devices (2016) Generation 5 CIS */
 | 
				
			||||||
 | 
					  DEVICE ("Canon PIXMA G3000", "G3000", G3000_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS),
 | 
				
			||||||
 | 
					  DEVICE ("Canon PIXMA G2000", "G2000", G2000_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS),
 | 
				
			||||||
  DEVICE ("Canon PIXMA TS9000 Series", "TS9000", TS9000_PID, 2400, 0, 0, 638, 877, PIXMA_CAP_CIS),
 | 
					  DEVICE ("Canon PIXMA TS9000 Series", "TS9000", TS9000_PID, 2400, 0, 0, 638, 877, PIXMA_CAP_CIS),
 | 
				
			||||||
  DEVICE ("Canon PIXMA TS8000 Series", "TS8000", TS8000_PID, 2400, 0, 0, 638, 877, PIXMA_CAP_CIS),
 | 
					  DEVICE ("Canon PIXMA TS8000 Series", "TS8000", TS8000_PID, 2400, 0, 0, 638, 877, PIXMA_CAP_CIS),
 | 
				
			||||||
  DEVICE ("Canon PIXMA TS6000 Series", "TS6000", TS6000_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
 | 
					  DEVICE ("Canon PIXMA TS6000 Series", "TS6000", TS6000_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
 | 
				
			||||||
  DEVICE ("Canon PIXMA TS5000 Series", "TS5000", TS5000_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
 | 
					  DEVICE ("Canon PIXMA TS5000 Series", "TS5000", TS5000_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS),
 | 
				
			||||||
  DEVICE ("Canon PIXMA MG3000 Series", "MG3000", MG3000_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS),
 | 
					  DEVICE ("Canon PIXMA MG3000 Series", "MG3000", MG3000_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS),
 | 
				
			||||||
  DEVICE ("Canon PIXMA E470 Series", "E470", E470_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS),
 | 
					  DEVICE ("Canon PIXMA E470 Series", "E470", E470_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS),
 | 
				
			||||||
 | 
					  DEVICE ("Canon PIXMA E410 Series", "E410", E410_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* Latest devices (2017) Generation 5 CIS */
 | 
					  /* Latest devices (2017) Generation 5 CIS */
 | 
				
			||||||
  DEVICE ("Canon PIXMA G4000", "G4000", G4000_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS),
 | 
					  DEVICE ("Canon PIXMA G4000", "G4000", G4000_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS),
 | 
				
			||||||
 | 
					  DEVICE ("Canon PIXMA E3100 Series", "E3100", E3100_PID, 600, 0, 0, 638, 877, PIXMA_CAP_CIS),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  END_OF_DEVICE_LIST
 | 
					  END_OF_DEVICE_LIST
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -28,6 +28,12 @@
 | 
				
			||||||
:status :untested
 | 
					:status :untested
 | 
				
			||||||
:comment "Testers needed!"
 | 
					:comment "Testers needed!"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					:model "PIXMA E410 Series"
 | 
				
			||||||
 | 
					:interface "USB"
 | 
				
			||||||
 | 
					:usbid "0x04a9" "0x181e"
 | 
				
			||||||
 | 
					:status :untested
 | 
				
			||||||
 | 
					:comment "Testers needed!"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
:model "PIXMA E460 Series"
 | 
					:model "PIXMA E460 Series"
 | 
				
			||||||
:interface "USB"
 | 
					:interface "USB"
 | 
				
			||||||
:usbid "0x04a9" "0x1788"
 | 
					:usbid "0x04a9" "0x1788"
 | 
				
			||||||
| 
						 | 
					@ -76,6 +82,24 @@
 | 
				
			||||||
:status :untested
 | 
					:status :untested
 | 
				
			||||||
:comment "Testers needed!"
 | 
					:comment "Testers needed!"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					:model "PIXMA E3100 Series"
 | 
				
			||||||
 | 
					:interface "USB"
 | 
				
			||||||
 | 
					:usbid "0x04a9" "0x1828"
 | 
				
			||||||
 | 
					:status :untested
 | 
				
			||||||
 | 
					:comment "Testers needed!"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					:model "PIXMA G2000"
 | 
				
			||||||
 | 
					:interface "USB"
 | 
				
			||||||
 | 
					:usbid "0x04a9" "0x1795"
 | 
				
			||||||
 | 
					:status :untested
 | 
				
			||||||
 | 
					:comment "Testers needed!"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					:model "PIXMA G3000"
 | 
				
			||||||
 | 
					:interface "USB WiFi"
 | 
				
			||||||
 | 
					:usbid "0x04a9" "0x1794"
 | 
				
			||||||
 | 
					:status :untested
 | 
				
			||||||
 | 
					:comment "Testers needed!"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
:model "PIXMA G4000"
 | 
					:model "PIXMA G4000"
 | 
				
			||||||
:interface "USB WiFi"
 | 
					:interface "USB WiFi"
 | 
				
			||||||
:usbid "0x04a9" "0x181d"
 | 
					:usbid "0x04a9" "0x181d"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -85,7 +85,9 @@ in the backend so that they get recognized and activated.
 | 
				
			||||||
Feedback in the sane\-devel mailing list welcome.
 | 
					Feedback in the sane\-devel mailing list welcome.
 | 
				
			||||||
.PP
 | 
					.PP
 | 
				
			||||||
.RS
 | 
					.RS
 | 
				
			||||||
PIXMA E400, E460, E470, E480, E500, E510, E560, E600, E610
 | 
					PIXMA E400, E410, E460, E470, E480, E500, E510, E560, E600
 | 
				
			||||||
 | 
					.br
 | 
				
			||||||
 | 
					PIXMA E610, E3100
 | 
				
			||||||
.br
 | 
					.br
 | 
				
			||||||
PIXMA MG3000, MG4100, MG6500, MG6600, MG6800, MG6900, MG8100
 | 
					PIXMA MG3000, MG4100, MG6500, MG6600, MG6800, MG6900, MG8100
 | 
				
			||||||
.br
 | 
					.br
 | 
				
			||||||
| 
						 | 
					@ -93,7 +95,7 @@ PIXMA MP375R, MP493, MP495, MP740
 | 
				
			||||||
.br
 | 
					.br
 | 
				
			||||||
PIXMA MX320, MX390, MX430, MX450, MX490, MX710
 | 
					PIXMA MX320, MX390, MX430, MX450, MX490, MX710
 | 
				
			||||||
.br
 | 
					.br
 | 
				
			||||||
PIXMA G4000
 | 
					PIXMA G2000, G3000, G4000
 | 
				
			||||||
.br
 | 
					.br
 | 
				
			||||||
PIXMA TS6000, TS9000
 | 
					PIXMA TS6000, TS9000
 | 
				
			||||||
.br
 | 
					.br
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Ładowanie…
	
		Reference in New Issue