diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-03-30 21:30:45 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-03-30 21:30:45 +0200 | 
| commit | ee770c2346eb37e0dcb8b6cf3eaacf3d8efd6bbc (patch) | |
| tree | 58f05092be1a17a939e861f8cadcda1b6ca2ecef /backend/coolscan-scsidef.h | |
| parent | 0da9e21872802cfc6e975b1ebaf9efb9e5934d84 (diff) | |
| parent | fef76e17ed4c607ea73b81279f9ef1d7121be900 (diff) | |
Merge branch 'release/experimental/1.0.29-1_experimental1'experimental/1.0.29-1_experimental1
Diffstat (limited to 'backend/coolscan-scsidef.h')
| -rw-r--r-- | backend/coolscan-scsidef.h | 16 | 
1 files changed, 8 insertions, 8 deletions
diff --git a/backend/coolscan-scsidef.h b/backend/coolscan-scsidef.h index 4f1a27e..da7eaa6 100644 --- a/backend/coolscan-scsidef.h +++ b/backend/coolscan-scsidef.h @@ -179,7 +179,7 @@ static scsiblk inquiry =  /* ==================================================================== */  /*     static unsigned char mode_selectC[] = { -   MODE_SELECT, 0x10, 0x00, 0x00, 0x00, 0x00     +   MODE_SELECT, 0x10, 0x00, 0x00, 0x00, 0x00     static scsiblk mode_select = { mode_selectC,sizeof(mode_selectC) };   */ @@ -518,7 +518,7 @@ static scsiblk window_descriptor_block = -/* LS-30 has different window-descriptor !  +/* LS-30 has different window-descriptor !   */  static unsigned char window_descriptor_blockC_LS30[] = @@ -529,11 +529,11 @@ static unsigned char window_descriptor_blockC_LS30[] =    0x00,				/* 0x00 */  				/* Window Identifier */  #define WD_wid_0 0x00		/* Only one supported */ -#define WD_wid_1 0x01		 -#define WD_wid_2 0x02		 -#define WD_wid_3 0x03		 -#define WD_wid_4 0x04		 -#define WD_wid_9 0x09	 +#define WD_wid_1 0x01 +#define WD_wid_2 0x02 +#define WD_wid_3 0x03 +#define WD_wid_4 0x04 +#define WD_wid_9 0x09    0x00,			        /* reserved, AUTO */    0x00, 0x00,			/* 0x02 */ @@ -784,7 +784,7 @@ static unsigned char autofocusLS30C[] =  static unsigned char autofocuspos[] =  { -  0x00,  +  0x00,    0x00, 0x00, 0x05, 0x10,              /* x-position */    0x00, 0x00, 0x07, 0x9b,	       /* y-position */  };  | 
