diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-07-18 07:41:39 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-07-18 07:41:39 +0000 |
commit | d96d978a91f759a6e2b2fed310f1abb4173e7ac5 (patch) | |
tree | 2caea38c376846498d3f09b017b2f9ebe3b44187 /sys/dev/usb | |
parent | 13a2f4a445daff8696cc88d206c6ed8c0bc9dae1 (diff) |
Correct scancode mapping URL.
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/ukbd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/ukbd.c b/sys/dev/usb/ukbd.c index dfeaebcb83f..08bca6a2d01 100644 --- a/sys/dev/usb/ukbd.c +++ b/sys/dev/usb/ukbd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ukbd.c,v 1.21 2004/11/30 21:11:41 matthieu Exp $ */ +/* $OpenBSD: ukbd.c,v 1.22 2005/07/18 07:41:38 jsg Exp $ */ /* $NetBSD: ukbd.c,v 1.85 2003/03/11 16:44:00 augustss Exp $ */ /* @@ -107,7 +107,7 @@ struct ukbd_data { * Translate USB keycodes to US keyboard XT scancodes. * Scancodes >= 0x80 represent EXTENDED keycodes. * - * See http://www.microsoft.com/HWDEV/TECH/input/Scancode.asp + * See http://www.microsoft.com/whdc/device/input/Scancode.mspx */ Static const u_int8_t ukbd_trtab[256] = { NN, NN, NN, NN, 0x1e, 0x30, 0x2e, 0x20, /* 00 - 07 */ |