| 309 |
// For debug |
// For debug |
| 310 |
// for (int j = pos; j < len; j++) |
// for (int j = pos; j < len; j++) |
| 311 |
// { |
// { |
| 312 |
// log_std("Debug: <--[%u]\n", (buf[j] + 256) % 256); |
// log_common("Debug: <--[%u]\n", (buf[j] + 256) % 256); |
| 313 |
// } |
// } |
| 314 |
} |
} |
| 315 |
|
|
| 746 |
// for debug |
// for debug |
| 747 |
// if (out != KEY_TIMEOUT && out != KEY_NULL) |
// if (out != KEY_TIMEOUT && out != KEY_NULL) |
| 748 |
// { |
// { |
| 749 |
// log_std ("Debug: -->[0x %x]\n", out); |
// log_common ("Debug: -->[0x %x]\n", out); |
| 750 |
// } |
// } |
| 751 |
|
|
| 752 |
return out; |
return out; |