Author: tom
Date: Fri Oct 10 09:12:34 2008
New Revision: 3096

URL: http://svn.slimdevices.com?rev=3096&root=Jive&view=rev
Log:
For controller, replaced standard character key input translation to multimedia 
keys, added support for this in jive_framework.c

Modified:
    7.3/trunk/squeezeos/src/s3c2412/linux-2.6.22/drivers/char/jive/jive_matrix.c

Modified: 
7.3/trunk/squeezeos/src/s3c2412/linux-2.6.22/drivers/char/jive/jive_matrix.c
URL: 
http://svn.slimdevices.com/7.3/trunk/squeezeos/src/s3c2412/linux-2.6.22/drivers/char/jive/jive_matrix.c?rev=3096&root=Jive&r1=3095&r2=3096&view=diff
==============================================================================
--- 
7.3/trunk/squeezeos/src/s3c2412/linux-2.6.22/drivers/char/jive/jive_matrix.c 
(original)
+++ 
7.3/trunk/squeezeos/src/s3c2412/linux-2.6.22/drivers/char/jive/jive_matrix.c 
Fri Oct 10 09:12:34 2008
@@ -52,21 +52,21 @@
 
        // KEY_OUTPUT2
        KEY_UNKNOWN,
-       KEY_B, // SW10 Fwd
-       KEY_Z, // SW9 Rew
-       KEY_C, // SW8 Pause
+       KEY_NEXTSONG, // SW10 Fwd
+       KEY_PREVIOUSSONG, // SW9 Rew
+       KEY_PLAYPAUSE, // SW8 Pause
 
        // KEY_OUTPUT1
        KEY_UNKNOWN,
-       KEY_X, // SW5 Play
-       KEY_A, // SW6 Add
-       KEY_EQUAL, // SW7 Volume Up
+       KEY_PLAY, // SW5 Play
+       KEY_KPPLUS, // SW6 Add
+       KEY_VOLUMEUP, // SW7 Volume Up
 
        // KEY_OUTPUT0
-       KEY_H, // SW1 Home
+       KEY_HOME, // SW1 Home
        KEY_UNKNOWN,
        KEY_LEFT, // SW2 Back
-       KEY_MINUS, // SW3 Volume Down
+       KEY_VOLUMEDOWN, // SW3 Volume Down
 };
 
 #define IRQF_TRIGGER_BOTH (IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING)

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to