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

« back to all changes in this revision

Viewing changes to backends/platform/ps2/iop/rpckbd/include/ps2kbd.h

  • 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:
87
87
#define KBD_RPC_SETSPECIALMAP   7 /* Sets the special key mapping */
88
88
#define KBD_RPC_FLUSHBUFFER     9 /* Flush the internal buffer, probably best after a keymap change */
89
89
#define KBD_RPC_RESETKEYMAP    10 /* Reset keymaps to default states */
90
 
#define KBD_RPC_READKEY            11
91
 
#define KBD_RPC_READRAW            12
 
90
#define KBD_RPC_READKEY        11
 
91
#define KBD_RPC_READRAW        12
92
92
 
93
93
/* Note on keymaps. In normal keymap a 0 would indicate no key */
94
94
/* Key maps are represented by 3 256*8bit tables. First table maps USB key to a char when not shifted */