Skip to content

Commit

Permalink
Blazed v2.3.0R3 1300Mhz Overclocked & UnderVolted with BackLightNotifier
Browse files Browse the repository at this point in the history
	Do not drop ff3f command during bootup...will bootloop phone
  • Loading branch information
sirgatez committed Feb 7, 2011
1 parent 57a5abc commit d588785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpram/dpram.c
Original file line number Diff line number Diff line change
Expand Up @@ -1929,7 +1929,7 @@ static void command_handler(u16 cmd)

case 0xff3f:
//Unknown command that randomly appears
//No known damage occurs here
//No known damage occurs here..attempt to track dpram inits to drop after init later
dprintk(KERN_ERR "Unknown command.. %x ...do not drop during startup, will prevent bootup\n", cmd);
//non_command_handler(cmd);
break;
Expand Down

0 comments on commit d588785

Please sign in to comment.