rk_headset : modify key down key up value
author邱建斌 <qjb@rock-chips.com>
Fri, 26 Oct 2012 03:16:02 +0000 (11:16 +0800)
committer邱建斌 <qjb@rock-chips.com>
Fri, 26 Oct 2012 03:16:02 +0000 (11:16 +0800)
drivers/headset_observe/rk_headset.c

index 2f09e35977ab69951b86e2d64d6f0923957ffe2e..a2f23e5ab2851c0fc987ca366dbe9164f1097dac 100755 (executable)
@@ -56,8 +56,8 @@
 
 #define HEADSET_IN 1
 #define HEADSET_OUT 0
-#define HOOK_DOWN 0
-#define HOOK_UP 1
+#define HOOK_DOWN 1
+#define HOOK_UP 0
 #define enable 1
 #define disable 0
 
@@ -244,7 +244,7 @@ static void Hook_work(struct work_struct *work)
                DBG("old_status == headset_info->hook_status\n");
                goto RE_ERROR;
        }       
-       DBG("Hook_work -- level = %d  hook status is %s\n",level,headset_info->hook_status?"key up":"key down");        
+       DBG("Hook_work -- level = %d  hook status is %s\n",level,headset_info->hook_status?"key down":"key dup");       
        if(headset_info->hook_status == HOOK_DOWN)
        {
                if(pdata->Hook_down_type == HOOK_DOWN_HIGH)