|
@@ -259,8 +259,8 @@ again:
|
|
case 32:
|
|
case 32:
|
|
if ((scancode & RC6_6A_LCC_MASK) == RC6_6A_MCE_CC) {
|
|
if ((scancode & RC6_6A_LCC_MASK) == RC6_6A_MCE_CC) {
|
|
protocol = RC_TYPE_RC6_MCE;
|
|
protocol = RC_TYPE_RC6_MCE;
|
|
- scancode &= ~RC6_6A_MCE_TOGGLE_MASK;
|
|
|
|
toggle = !!(scancode & RC6_6A_MCE_TOGGLE_MASK);
|
|
toggle = !!(scancode & RC6_6A_MCE_TOGGLE_MASK);
|
|
|
|
+ scancode &= ~RC6_6A_MCE_TOGGLE_MASK;
|
|
} else {
|
|
} else {
|
|
protocol = RC_BIT_RC6_6A_32;
|
|
protocol = RC_BIT_RC6_6A_32;
|
|
toggle = 0;
|
|
toggle = 0;
|