- Timestamp:
- 01/07/11 17:37:44 (2 years ago)
- Location:
- trunk/platform
- Files:
-
- 43 edited
-
a2000/kbd.c (modified) (1 diff)
-
a430/kbd.c (modified) (1 diff)
-
a450/kbd.c (modified) (1 diff)
-
a460/kbd.c (modified) (1 diff)
-
a470/kbd.c (modified) (1 diff)
-
a480/kbd.c (modified) (1 diff)
-
a550/kbd.c (modified) (1 diff)
-
a560/kbd.c (modified) (1 diff)
-
a570/kbd.c (modified) (2 diffs)
-
a590/kbd.c (modified) (1 diff)
-
a650/kbd.c (modified) (1 diff)
-
a720/kbd.c (modified) (1 diff)
-
d10/kbd.c (modified) (1 diff)
-
g11/kbd.c (modified) (1 diff)
-
g12/kbd.c (modified) (1 diff)
-
g7/kbd.c (modified) (1 diff)
-
g9/kbd.c (modified) (1 diff)
-
generic/kbd.c (modified) (1 diff)
-
ixus100_sd780/kbd.c (modified) (1 diff)
-
ixus55_sd450/kbd.c (modified) (2 diffs)
-
ixus70_sd1000/kbd.c (modified) (1 diff)
-
ixus850_sd800/kbd.c (modified) (1 diff)
-
ixus85_sd770/kbd.c (modified) (1 diff)
-
ixus860_sd870/kbd.c (modified) (1 diff)
-
ixus870_sd880/kbd.c (modified) (1 diff)
-
ixus900_sd900/kbd.c (modified) (1 diff)
-
ixus90_sd790/kbd.c (modified) (1 diff)
-
ixus950_sd850/kbd.c (modified) (1 diff)
-
ixus95_sd1200/kbd.c (modified) (1 diff)
-
ixus960_sd950/kbd.c (modified) (1 diff)
-
ixus970_sd890/kbd.c (modified) (1 diff)
-
ixus980_sd990/kbd.c (modified) (1 diff)
-
s2is/kbd.c (modified) (2 diffs)
-
s3is/kbd.c (modified) (2 diffs)
-
s5is/kbd.c (modified) (1 diff)
-
s90/kbd.c (modified) (1 diff)
-
sx1/kbd.c (modified) (1 diff)
-
sx10/kbd.c (modified) (1 diff)
-
sx110is/kbd.c (modified) (1 diff)
-
sx20/kbd.c (modified) (1 diff)
-
sx200is/kbd.c (modified) (1 diff)
-
sx30/kbd.c (modified) (1 diff)
-
tx1/kbd.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/a2000/kbd.c
r849 r1031 133 133 } 134 134 } //continuous-shooting mode 135 else{ // nomal mode135 else{ // normal mode 136 136 shoot_counter=0; 137 137 if(conf.bracket_type>2){ -
trunk/platform/a430/kbd.c
r925 r1031 108 108 } 109 109 } //continuous-shooting mode 110 else{ // nomal mode110 else{ // normal mode 111 111 shoot_counter=0; 112 112 if(conf.bracket_type>2){ -
trunk/platform/a450/kbd.c
r515 r1031 108 108 } 109 109 } //continuous-shooting mode 110 else{ // nomal mode110 else{ // normal mode 111 111 shoot_counter=0; 112 112 if(conf.bracket_type>2){ -
trunk/platform/a460/kbd.c
r515 r1031 109 109 } 110 110 } //continuous-shooting mode 111 else{ // nomal mode111 else{ // normal mode 112 112 shoot_counter=0; 113 113 if(conf.bracket_type>2){ -
trunk/platform/a470/kbd.c
r770 r1031 115 115 } 116 116 } //continuous-shooting mode 117 else{ // nomal mode117 else{ // normal mode 118 118 shoot_counter=0; 119 119 if(conf.bracket_type>2){ -
trunk/platform/a480/kbd.c
r884 r1031 138 138 } 139 139 } //continuous-shooting mode 140 else{ // nomal mode140 else{ // normal mode 141 141 shoot_counter=0; 142 142 if(conf.bracket_type>2){ -
trunk/platform/a550/kbd.c
r515 r1031 112 112 } 113 113 } //continuous-shooting mode 114 else{ // nomal mode114 else{ // normal mode 115 115 shoot_counter=0; 116 116 if(conf.bracket_type>2){ -
trunk/platform/a560/kbd.c
r515 r1031 114 114 } 115 115 } //continuous-shooting mode 116 else{ // nomal mode116 else{ // normal mode 117 117 shoot_counter=0; 118 118 if(conf.bracket_type>2){ -
trunk/platform/a570/kbd.c
r911 r1031 114 114 } 115 115 } //continuous-shooting mode 116 else{ // nomal mode116 else{ // normal mode 117 117 shoot_counter=0; 118 118 if(conf.bracket_type>2){ … … 128 128 while(((((usb_physw[2] & USB_MASK)!=USB_MASK) && (nMode==0)) || (((usb_physw[2] & USB_MASK)==USB_MASK) && (nMode==1))) && ((int)get_tick_count()-tick < DELAY_TIMEOUT)); 129 129 // ------ modif by Masuji SUTO (end) -------------- 130 } // nomal mode130 } // normal mode 131 131 } //ricoh_ca1_mode 132 132 else //ricoh_ca1_mode disebale -
trunk/platform/a590/kbd.c
r918 r1031 118 118 } 119 119 } //continuous-shooting mode 120 else{ // nomal mode120 else{ // normal mode 121 121 shoot_counter=0; 122 122 if(conf.bracket_type>2){ -
trunk/platform/a650/kbd.c
r515 r1031 116 116 } 117 117 } //continuous-shooting mode 118 else{ // nomal mode118 else{ // normal mode 119 119 shoot_counter=0; 120 120 if(conf.bracket_type>2){ -
trunk/platform/a720/kbd.c
r919 r1031 117 117 } 118 118 } //continuous-shooting mode 119 else{ // nomal mode119 else{ // normal mode 120 120 shoot_counter=0; 121 121 if(conf.bracket_type>2){ -
trunk/platform/d10/kbd.c
r967 r1031 124 124 } 125 125 } //continuous-shooting mode 126 else{ // nomal mode126 else{ // normal mode 127 127 shoot_counter=0; 128 128 if(conf.bracket_type>2){ -
trunk/platform/g11/kbd.c
r871 r1031 138 138 } 139 139 } //continuous-shooting mode 140 else{ // nomal mode140 else{ // normal mode 141 141 shoot_counter=0; 142 142 if(conf.bracket_type>2){ -
trunk/platform/g12/kbd.c
r1024 r1031 157 157 } 158 158 } //continuous-shooting mode 159 else{ // nomal mode159 else{ // normal mode 160 160 shoot_counter=0; 161 161 if(conf.bracket_type>2){ -
trunk/platform/g7/kbd.c
r547 r1031 114 114 } 115 115 } //continuous-shooting mode 116 else{ // nomal mode116 else{ // normal mode 117 117 shoot_counter=0; 118 118 if(conf.bracket_type>2){ -
trunk/platform/g9/kbd.c
r722 r1031 119 119 } 120 120 } //continuous-shooting mode 121 else{ // nomal mode121 else{ // normal mode 122 122 shoot_counter=0; 123 123 if(conf.bracket_type>2){ -
trunk/platform/generic/kbd.c
r959 r1031 166 166 } //continuous-shooting mode 167 167 168 else{ // nomal mode168 else{ // normal mode 169 169 shoot_counter=0; 170 170 if(conf.bracket_type>2) -
trunk/platform/ixus100_sd780/kbd.c
r956 r1031 122 122 } 123 123 } //continuous-shooting mode 124 else{ // nomal mode124 else{ // normal mode 125 125 shoot_counter=0; 126 126 if(conf.bracket_type>2){ -
trunk/platform/ixus55_sd450/kbd.c
r515 r1031 130 130 } //continuous-shooting mode 131 131 132 else{ // nomal mode132 else{ // normal mode 133 133 shoot_counter=0; 134 134 if(conf.bracket_type>2) … … 245 245 } 246 246 } //continuous-shooting mode 247 else{ // nomal mode247 else{ // normal mode 248 248 shoot_counter=0; 249 249 if(conf.bracket_type>2){ -
trunk/platform/ixus70_sd1000/kbd.c
r515 r1031 113 113 } 114 114 } //continuous-shooting mode 115 else{ // nomal mode115 else{ // normal mode 116 116 shoot_counter=0; 117 117 if(conf.bracket_type>2){ -
trunk/platform/ixus850_sd800/kbd.c
r515 r1031 113 113 } 114 114 } //continuous-shooting mode 115 else{ // nomal mode115 else{ // normal mode 116 116 shoot_counter=0; 117 117 if(conf.bracket_type>2){ -
trunk/platform/ixus85_sd770/kbd.c
r901 r1031 129 129 } while(nSW<20); 130 130 } 131 } else { // nomal mode131 } else { // normal mode 132 132 shoot_counter=0; 133 133 if(conf.bracket_type>2) { -
trunk/platform/ixus860_sd870/kbd.c
r515 r1031 116 116 } 117 117 } //continuous-shooting mode 118 else{ // nomal mode118 else{ // normal mode 119 119 shoot_counter=0; 120 120 if(conf.bracket_type>2){ -
trunk/platform/ixus870_sd880/kbd.c
r767 r1031 157 157 } 158 158 } //continuous-shooting mode 159 else{ // nomal mode159 else{ // normal mode 160 160 shoot_counter=0; 161 161 if(conf.bracket_type>2){ -
trunk/platform/ixus900_sd900/kbd.c
r974 r1031 385 385 } 386 386 } // continuous-shooting mode 387 else { // nomal mode387 else { // normal mode 388 388 shoot_counter=0; 389 389 if(conf.bracket_type>2) { -
trunk/platform/ixus90_sd790/kbd.c
r870 r1031 112 112 } while(nSW<20); 113 113 } 114 } else { // nomal mode114 } else { // normal mode 115 115 shoot_counter=0; 116 116 if(conf.bracket_type>2) { -
trunk/platform/ixus950_sd850/kbd.c
r515 r1031 115 115 } 116 116 } //continuous-shooting mode 117 else{ // nomal mode117 else{ // normal mode 118 118 shoot_counter=0; 119 119 if(conf.bracket_type>2){ -
trunk/platform/ixus95_sd1200/kbd.c
r910 r1031 115 115 } 116 116 } //continuous-shooting mode 117 else{ // nomal mode117 else{ // normal mode 118 118 shoot_counter=0; 119 119 if(conf.bracket_type>2){ -
trunk/platform/ixus960_sd950/kbd.c
r515 r1031 118 118 } 119 119 } //continuous-shooting mode 120 else{ // nomal mode120 else{ // normal mode 121 121 shoot_counter=0; 122 122 if(conf.bracket_type>2){ -
trunk/platform/ixus970_sd890/kbd.c
r790 r1031 129 129 } while(nSW<20); 130 130 } 131 } else { // nomal mode131 } else { // normal mode 132 132 shoot_counter=0; 133 133 if(conf.bracket_type>2) { -
trunk/platform/ixus980_sd990/kbd.c
r746 r1031 114 114 } 115 115 } //continuous-shooting mode 116 else{ // nomal mode116 else{ // normal mode 117 117 shoot_counter=0; 118 118 if(conf.bracket_type>2){ -
trunk/platform/s2is/kbd.c
r709 r1031 120 120 } 121 121 } //continuous-shooting mode 122 else{ // nomal mode122 else{ // normal mode 123 123 shoot_counter=0; 124 124 if(conf.bracket_type>2){ … … 134 134 while(((((x[2]&USB_MASK)!=USB_MASK) && (nMode==0)) || (((x[2]&USB_MASK)==USB_MASK) && (nMode==1))) && ((int)get_tick_count()-tick < DELAY_TIMEOUT)); 135 135 // ------ modif by Masuji SUTO (end) -------------- 136 } // nomal mode136 } // normal mode 137 137 } //ricoh_ca1_mode 138 138 else //ricoh_ca1_mode disebale -
trunk/platform/s3is/kbd.c
r515 r1031 115 115 } 116 116 } //continuous-shooting mode 117 else{ // nomal mode117 else{ // normal mode 118 118 shoot_counter=0; 119 119 if(conf.bracket_type>2){ … … 129 129 while(((((x[USB_REG]&USB_MASK)!=USB_MASK) && (nMode==0)) || (((x[USB_REG]&USB_MASK)==USB_MASK) && (nMode==1))) && ((int)get_tick_count()-tick < DELAY_TIMEOUT)); 130 130 // ------ modif by Masuji SUTO (end) -------------- 131 } // nomal mode131 } // normal mode 132 132 } //ricoh_ca1_mode 133 133 else //ricoh_ca1_mode disebale -
trunk/platform/s5is/kbd.c
r515 r1031 192 192 } 193 193 } //continuous-shooting mode 194 else{ // nomal mode194 else{ // normal mode 195 195 shoot_counter=0; 196 196 if(conf.bracket_type>2){ -
trunk/platform/s90/kbd.c
r888 r1031 137 137 } 138 138 } //continuous-shooting mode 139 else{ // nomal mode139 else{ // normal mode 140 140 shoot_counter=0; 141 141 if(conf.bracket_type>2){ -
trunk/platform/sx1/kbd.c
r736 r1031 144 144 } 145 145 } //continuous-shooting mode 146 else{ // nomal mode146 else{ // normal mode 147 147 shoot_counter=0; 148 148 if(conf.bracket_type>2){ -
trunk/platform/sx10/kbd.c
r736 r1031 144 144 } 145 145 } //continuous-shooting mode 146 else{ // nomal mode146 else{ // normal mode 147 147 shoot_counter=0; 148 148 if(conf.bracket_type>2){ -
trunk/platform/sx110is/kbd.c
r822 r1031 138 138 } 139 139 } //continuous-shooting mode 140 else{ // nomal mode140 else{ // normal mode 141 141 shoot_counter=0; 142 142 if(conf.bracket_type>2){ -
trunk/platform/sx20/kbd.c
r939 r1031 168 168 } 169 169 } //continuous-shooting mode 170 else{ // nomal mode170 else{ // normal mode 171 171 shoot_counter=0; 172 172 if(conf.bracket_type>2){ -
trunk/platform/sx200is/kbd.c
r804 r1031 138 138 } 139 139 } //continuous-shooting mode 140 else{ // nomal mode140 else{ // normal mode 141 141 shoot_counter=0; 142 142 if(conf.bracket_type>2){ -
trunk/platform/sx30/kbd.c
r1008 r1031 170 170 } 171 171 } //continuous-shooting mode 172 else{ // nomal mode172 else{ // normal mode 173 173 shoot_counter=0; 174 174 if(conf.bracket_type>2){ -
trunk/platform/tx1/kbd.c
r515 r1031 119 119 } 120 120 } //continuous-shooting mode 121 else{ // nomal mode121 else{ // normal mode 122 122 shoot_counter=0; 123 123 if(conf.bracket_type>2){
Note: See TracChangeset
for help on using the changeset viewer.