Skip to content

Commit 9fee824

Browse files
Adam CozzetteJiri Kosina
authored andcommitted
HID: usbkbd: fix inconsistent debugging output
It looks like this typo was introduced by a mistake in a copy-and-paste in commit ddbe324. Signed-off-by: Adam Cozzette <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent e0da5c9 commit 9fee824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hid/usbhid/usbkbd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ static void usb_kbd_irq(struct urb *urb)
146146
input_report_key(kbd->dev, usb_kbd_keycode[kbd->new[i]], 1);
147147
else
148148
hid_info(urb->dev,
149-
"Unknown key (scancode %#x) released.\n",
149+
"Unknown key (scancode %#x) pressed.\n",
150150
kbd->new[i]);
151151
}
152152
}

0 commit comments

Comments
 (0)