mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git
synced 2024-11-30 07:13:40 +08:00
Fix a typo in usb-spec.h
Rigth => Right Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
ed23f7556d
commit
dc547ea1fc
@ -590,7 +590,7 @@ static struct genericstrtable hutus[] =
|
||||
{ NULL, (0x07 << 16) + 0x0e3, "GUI Left" },
|
||||
{ NULL, (0x07 << 16) + 0x0e4, "Control Right" },
|
||||
{ NULL, (0x07 << 16) + 0x0e5, "Shift Right" },
|
||||
{ NULL, (0x07 << 16) + 0x0e6, "Alt Rigth" },
|
||||
{ NULL, (0x07 << 16) + 0x0e6, "Alt Right" },
|
||||
{ NULL, (0x07 << 16) + 0x0e7, "GUI Right" },
|
||||
{ NULL, (0x08 << 16) + 0x000, "Undefined" },
|
||||
{ NULL, (0x08 << 16) + 0x001, "NumLock" },
|
||||
|
Loading…
Reference in New Issue
Block a user