HID: microsoft: no fallthrough in MS ergonomy 0xff05 usage
authorJiri Kosina <jkosina@suse.cz>
Sun, 15 Dec 2013 17:25:26 +0000 (18:25 +0100)
committerJiri Kosina <jkosina@suse.cz>
Sun, 15 Dec 2013 17:25:26 +0000 (18:25 +0100)
commitb2b98ea87a8d82d1100200324ace989970a92423
treec723c73a39b7034d71ba6c20d3f4f3ed894666d7
parentd81cae806af428898f63391b5d7cd7ba0d87025d
HID: microsoft: no fallthrough in MS ergonomy 0xff05 usage

For 0xff05 usage in MS ergonomy keyboard quirk, we are falling through
and returning 0 instread of properly (because we've performed new mapping)
returning 1. Fix that.

Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-microsoft.c