Hi,

On Fri, Dec 23, 2005 at 07:03:23PM +0530, Parag N(????????????) wrote:
>            i want explanation about this. in above code theres a line
> dev->reg[reg_0x01].value = 0x20 /*0x22 */ ;
> that states reg01 has 0x20 val with commented value 0x22. so what is
> the meaning of those commented values?

Usually it just means that the original value was 0x22. Then somebody
tried 0x20 but didn't want to forget the original value of 0x22.

Bye,
  henning

Reply via email to