maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   General (https://talk.maemo.org/forumdisplay.php?f=7)
-   -   What we do realistically see in the RX-71 (https://talk.maemo.org/showthread.php?t=27262)

ColdFusion 2009-03-03 13:51

What we do realistically see in the RX-71
 
:D

so far it's only this:
Quote:

Originally Posted by fanoush (Post 268249)
No, looks like numeric keypad. I wonder if this is additional one or the only one that the device has.

Code:

+static int rx71_keymap[] = {
+      /* Col, Row, Key */
+
+      KEY(0, 0, KEY_RESERVED),
+      KEY(0, 1, KEY_RESERVED),
+      KEY(0, 2, KEY_RESERVED),
+      KEY(0, 3, KEY_RESERVED),
+      KEY(0, 4, KEY_RESERVED),
+      KEY(0, 5, KEY_M),
+      KEY(0, 6, KEY_KPMINUS),
+      KEY(0, 7, KEY_RESERVED),
+
+      KEY(1, 0, KEY_RESERVED),
+      KEY(1, 1, KEY_RESERVED),
+      KEY(1, 2, KEY_RESERVED),
+      KEY(1, 3, KEY_KPPLUS),
+      KEY(1, 4, KEY_DELETE),
+      KEY(1, 5, KEY_RESERVED),
+      KEY(1, 6, KEY_RESERVED),
+      KEY(1, 7, KEY_RESERVED),
+
+      KEY(2, 0, KEY_RESERVED),
+      KEY(2, 1, KEY_RESERVED),
+      KEY(2, 2, KEY_RESERVED),
+      KEY(2, 3, KEY_RESERVED),
+      KEY(2, 4, KEY_5),
+      KEY(2, 5, KEY_9),
+      KEY(2, 6, KEY_KPASTERISK),
+      KEY(2, 7, KEY_RESERVED),
+
+      KEY(3, 0, KEY_RESERVED),
+      KEY(3, 1, KEY_RESERVED),
+      KEY(3, 2, KEY_RESERVED),
+      KEY(3, 3, KEY_6),
+      KEY(3, 4, KEY_7),
+      KEY(3, 5, KEY_0),
+      KEY(3, 6, KEY_RESERVED),
+      KEY(3, 7, KEY_RESERVED),
+
+      KEY(4, 0, KEY_RESERVED),
+      KEY(4, 1, KEY_RESERVED),
+      KEY(4, 2, KEY_RESERVED),
+      KEY(4, 3, KEY_8),
+      KEY(4, 4, KEY_ENTER),
+      KEY(4, 5, KEY_RESERVED),
+      KEY(4, 6, KEY_4),
+      KEY(4, 7, KEY_RESERVED),
+
+      KEY(5, 0, KEY_BACKSPACE),
+      KEY(5, 1, KEY_RESERVED),
+      KEY(5, 2, KEY_F2),
+      KEY(5, 3, KEY_F3),
+      KEY(5, 4, KEY_F5),
+      KEY(5, 5, KEY_F4),
+      KEY(5, 6, KEY_RESERVED),
+      KEY(5, 7, KEY_RESERVED),
+
+      KEY(6, 0, KEY_RESERVED),
+      KEY(6, 1, KEY_RESERVED),
+      KEY(6, 2, KEY_RESERVED),
+      KEY(6, 3, KEY_RESERVED),
+      KEY(6, 4, KEY_RESERVED),
+      KEY(6, 5, KEY_RESERVED),
+      KEY(6, 6, KEY_RESERVED),
+      KEY(6, 7, KEY_RESERVED),
+
+      KEY(7, 0, KEY_RESERVED),
+      KEY(7, 1, KEY_RESERVED),
+      KEY(7, 2, KEY_RESERVED),
+      KEY(7, 3, KEY_RESERVED),
+      KEY(7, 4, KEY_RESERVED),
+      KEY(7, 5, KEY_RESERVED),
+      KEY(7, 6, KEY_RESERVED),
+      KEY(7, 7, KEY_RESERVED),
+};



pycage 2009-03-03 21:50

Re: What we do realistically see in the RX-71
 
The keycodes look to me as if this was a mobile phone keypad.

M -
+ DEL
5 9 *
6 7 0
8 ENTER 4
BACK F2 F3 F5 F4

Well, half a phone keypad... :confused:

fms 2009-03-03 21:52

Re: What we do realistically see in the RX-71
 
Quote:

Originally Posted by pycage (Post 268685)
The keycodes look to me as if this was a mobile phone keypad.

I think it is going to be a desktop calculator. =)

lcuk 2009-03-03 22:04

Re: What we do realistically see in the RX-71
 
a base 7 (offset 3) calculator!


gimme gimme gimme!

pycage 2009-03-03 22:07

Re: What we do realistically see in the RX-71
 
A calculator that cannot divide!

lcuk 2009-03-03 22:10

Re: What we do realistically see in the RX-71
 
how do we expect to conquer then?

benny1967 2009-03-03 23:04

Re: What we do realistically see in the RX-71
 
Quote:

Originally Posted by pycage (Post 268685)
The keycodes look to me as if this was a mobile phone keypad.

M -
+ DEL
5 9 *
6 7 0
8 ENTER 4
BACK F2 F3 F5 F4

Well, half a phone keypad... :confused:

Even if I stick to row-columns as described in the code it doesn't make any sense:

Code:

[    ] [    ] [    ] [    ] [    ] [  <  ] [    ] [    ]
[    ] [    ] [    ] [    ] [    ] [    ] [    ] [    ]
[    ] [    ] [    ] [    ] [    ] [  F2 ] [    ] [    ]
[    ] [  +  ] [    ] [  6  ] [  8  ] [  F3 ] [    ] [    ]
[    ] [ <<  ] [  5  ] [  7  ] [ <-| ] [  F5 ] [    ] [    ]
[  M  ] [    ] [  9  ] [  0  ] [    ] [  F4 ] [    ] [    ]
[  -  ] [    ] [  *  ] [    ] [  4  ] [    ] [    ] [    ]
[    ] [    ] [    ] [    ] [    ] [    ] [    ] [    ]

somebody must be laughing at us right now ;)

(Or maybe you need diamond-shaped keys for this layout :p )

ragnar 2009-03-03 23:41

Re: What we do realistically see in the RX-71
 
It's a riddle, like in Lost!

Benson 2009-03-04 00:02

Re: What we do realistically see in the RX-71
 
I'm thinking if you saw the keyboard once, you'd slap yourself in the forehead and say "Oh, of course you'd wire that key layout into that matrix." The inverse problem, unfortunately, is not so simple... (Naturally, a staggered key layout is a definite possibility.)

And is it just me, or does "M" seem really odd?

Now, I'm stuck wondering whether I should go obtain and watch all Lost episodes, looking for a puzzle like that. On one hand, the probability that ragnar was dropping an obscure referential hint is miniscule. On the other hand, the geek glory and fame (within the IT community, anyway) to be gained if one does decipher such a hint defies mathematical analysis... (No, actually it doesn't; mathematical analysis conquers all, and indicates that someone who's watched Lost would beat me anyway, were there aught to be found.)

ColdFusion 2009-03-04 00:11

Re: What we do realistically see in the RX-71
 
I remember that Lost episode! Trust me, the "M" is just where it should be! ;)


All times are GMT. The time now is 09:30.

vBulletin® Version 3.8.8