kopia lustrzana https://gitlab.com/sane-project/backends
				
				
				
			Merge branch '734-support-for-canon-i-sensys-mf657cdw-mf650c-series' into 'master'
Resolve "Support for Canon i-SENSYS MF657Cdw (MF650C Series)" Closes #734 See merge request sane-project/backends!855master
						commit
						adc6d43daa
					
				| 
						 | 
				
			
			@ -122,7 +122,7 @@
 | 
			
		|||
#define MF640_PID  0x27fe
 | 
			
		||||
#define MF645_PID  0x27fd
 | 
			
		||||
#define MF440_PID  0x2823
 | 
			
		||||
 | 
			
		||||
#define MF650_PID  0x287b
 | 
			
		||||
 | 
			
		||||
enum iclass_state_t
 | 
			
		||||
{
 | 
			
		||||
| 
						 | 
				
			
			@ -995,6 +995,7 @@ const pixma_config_t pixma_iclass_devices[] = {
 | 
			
		|||
  DEV ("Canon i-SENSYS MF750 Series", "MF750C", MF750_PID, 600, 300, 640, 1050, PIXMA_CAP_ADFDUP),
 | 
			
		||||
  DEV ("Canon i-SENSYS MF640 Series", "MF642C/643C/644C", MF640_PID, 600, 0, 640, 1050, PIXMA_CAP_ADFDUP),
 | 
			
		||||
  DEV ("Canon i-SENSYS MF645C", "MF645C", MF645_PID, 600, 0, 637, 877, PIXMA_CAP_ADFDUP),                    /* max. w = 216mm */
 | 
			
		||||
  DEV ("Canon i-SENSYS MF650C", "MF650C", MF650_PID, 600, 0, 637, 1050, PIXMA_CAP_ADFDUP),                    /* max. w = 216mm */
 | 
			
		||||
  DEV ("Canon i-SENSYS MF440 Series", "MF440", MF440_PID, 600, 300, 637, 877, PIXMA_CAP_ADFDUP),
 | 
			
		||||
  DEV (NULL, NULL, 0, 0, 0, 0, 0, 0)
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue