HID: usbkbd: fix inconsistent debugging output
It looks like this typo was introduced by a mistake in a copy-and-paste in
commit ddbe324919
.
Signed-off-by: Adam Cozzette <acozzette@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
e0da5c9a49
commit
9fee8240cf
|
@ -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]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue