~ubuntu-branches/debian/jessie/scummvm/jessie

« back to all changes in this revision

Viewing changes to backends/platform/ps2/iop/rpckbd/src/ps2kbd.c

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2014-08-10 00:50:36 UTC
  • mfrom: (1.2.22)
  • Revision ID: package-import@ubuntu.com-20140810005036-wls6i0dsxqfxu70g
Tags: 1.7.0+dfsg-1
* New upstream release [July 2014].
  - remove old/obsolete patches.
  + added new "drop1test.patch" to disable problematic test.
  + build with "--disable-eventrecorder" to avoid FTBFS in tests.
  + added "libjpeg-dev" and "libfaad-dev" to Build-Depends.
* Install all arch-independent files (themes, game data, etc.).
* Build-time re-compression of "classic" theme.
* Added "debian/gbp.conf".
* Standards-Version to 3.9.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1089
1089
                ps2kbd_rpc_flushbuffer();
1090
1090
                break;
1091
1091
        case KBD_RPC_SETLEDS:
1092
 
                ps2kbd_rpc_setleds(*(u8*) data);
 
1092
                ps2kbd_rpc_setleds(*(u8 *) data);
1093
1093
                break;
1094
1094
        case KBD_RPC_RESETKEYMAP:
1095
1095
                ps2kbd_rpc_resetkeymap();
1129
1129
        int th;
1130
1130
 
1131
1131
        param.attr         = 0x02000000;
1132
 
        param.thread       = (void*)ps2kbd_start_rpc;
 
1132
        param.thread       = (void *)ps2kbd_start_rpc;
1133
1133
        param.priority    = 40;
1134
1134
        param.stacksize    = 0x800;
1135
1135
        param.option      = 0;