Welcome to the Rockbox Technical Forums!
if ( GPIOD_INPUT_VAL & 0x20 ) { GPIOD_OUTPUT_VAL &=~ 0x40;- udelay(50);+ udelay(100); data = adc_scan(ADC_SCROLLPAD);
if ( GPIOD_INPUT_VAL & 0x20 ) { GPIOD_OUTPUT_VAL &=~ 0x40;-
- udelay(50);
+ udelay(100);
if ( GPIOD_INPUT_VAL & 0x20 ) { GPIOD_OUTPUT_VAL &=~ 0x40; udelay(50); data = adc_scan(ADC_SCROLLPAD);
if ( GPIOD_INPUT_VAL & 0x20 ) { GPIOD_OUTPUT_VAL &=~ 0x40; udelay(100); data = adc_scan(ADC_SCROLLPAD);
udelay(50);
udelay(250);
Index: apps/lang/english.lang =================================================================--- apps/lang/english.lang (revision 14888) +++ apps/lang/english.lang (working copy)@@ -11327,4 +11327,20 @@
Code: [Select]Index: apps/lang/english.lang =================================================================--- apps/lang/english.lang (revision 14888) +++ apps/lang/english.lang (working copy)@@ -11327,4 +11327,20 @@What is the difference between the 2 lines 'apps/lang/english.lang' sometimes the second one ends with .orig extension of the file
And what does the lines between the '@@' and '@@' means, how I have to change them if going to sync the patch?
... and then generate a diff from the modified file. I.e. you create a diff the same way you do when generating the diff in the first place.
svn diff
Page created in 0.294 seconds with 14 queries.