HID: usbkbd: fix inconsistent debugging output
authorAdam Cozzette <acozzette@gmail.com>
Sun, 17 Nov 2013 21:51:23 +0000 (13:51 -0800)
committerJiri Kosina <jkosina@suse.cz>
Tue, 19 Nov 2013 10:32:04 +0000 (11:32 +0100)
It looks like this typo was introduced by a mistake in a copy-and-paste in
commit ddbe32491951.

Signed-off-by: Adam Cozzette <acozzette@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/usbhid/usbkbd.c

index 796086980f4a622dfe2857eec1d00ff33cdff787..9a332e683db77d170f2f1b281e813db02896df4a 100644 (file)
@@ -146,7 +146,7 @@ static void usb_kbd_irq(struct urb *urb)
                                input_report_key(kbd->dev, usb_kbd_keycode[kbd->new[i]], 1);
                        else
                                hid_info(urb->dev,
-                                        "Unknown key (scancode %#x) released.\n",
+                                        "Unknown key (scancode %#x) pressed.\n",
                                         kbd->new[i]);
                }
        }
This page took 0.024825 seconds and 5 git commands to generate.