diff options
author | 2000-07-04 11:44:20 +0000 | |
---|---|---|
committer | 2000-07-04 11:44:20 +0000 | |
commit | 82426cf3b279940ef76b217706b0c03228290c05 (patch) | |
tree | fab3dc409a2eacc9d426d1ae2acfdf2c8551cce1 /sys/dev/usb/uhid.c | |
parent | add uvisor and clcs, both commented out. (diff) | |
download | wireguard-openbsd-82426cf3b279940ef76b217706b0c03228290c05.tar.xz wireguard-openbsd-82426cf3b279940ef76b217706b0c03228290c05.zip |
sync with NetBSD... well almost. someone w/ the hw should check umass.
Diffstat (limited to 'sys/dev/usb/uhid.c')
-rw-r--r-- | sys/dev/usb/uhid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uhid.c b/sys/dev/usb/uhid.c index a5f7eecdbe4..41459b39e88 100644 --- a/sys/dev/usb/uhid.c +++ b/sys/dev/usb/uhid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uhid.c,v 1.10 2000/04/14 22:50:26 aaron Exp $ */ +/* $OpenBSD: uhid.c,v 1.11 2000/07/04 11:44:23 fgsch Exp $ */ /* $NetBSD: uhid.c,v 1.37 2000/04/14 14:12:47 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/uhid.c,v 1.22 1999/11/17 22:33:43 n_hibma Exp $ */ @@ -7,7 +7,7 @@ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without |