X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=drivers%2Fhid%2Fhid-input.c;h=be3eba8b973117347224acf86c43e5d093ef8a7d;hb=3ee420ba2e7fa074a668e30c2d0f4abd317e4927;hp=725f22ca47fcb808401dc08120ad0366bb9d9d69;hpb=d1c7e29e8d276c669e8790bb8be9f505ddc48888;p=linux-2.6-block.git diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c index 725f22ca47fc..be3eba8b9731 100644 --- a/drivers/hid/hid-input.c +++ b/drivers/hid/hid-input.c @@ -872,7 +872,7 @@ static void hidinput_configure_usage(struct hid_input *hidinput, struct hid_fiel case 0x2cb: map_key_clear(KEY_KBDINPUTASSIST_ACCEPT); break; case 0x2cc: map_key_clear(KEY_KBDINPUTASSIST_CANCEL); break; - default: goto ignore; + default: map_key_clear(KEY_UNKNOWN); } break;