projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0da5c9
)
HID: usbkbd: fix inconsistent debugging output
author
Adam Cozzette
<acozzette@gmail.com>
Sun, 17 Nov 2013 21:51:23 +0000
(13:51 -0800)
committer
Jiri 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/hid/usbhid/usbkbd.c
b/drivers/hid/usbhid/usbkbd.c
index 796086980f4a622dfe2857eec1d00ff33cdff787..9a332e683db77d170f2f1b281e813db02896df4a 100644
(file)
--- a/
drivers/hid/usbhid/usbkbd.c
+++ b/
drivers/hid/usbhid/usbkbd.c
@@
-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)
relea
sed.\n",
+ "Unknown key (scancode %#x)
pres
sed.\n",
kbd->new[i]);
}
}