artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a1fff4
)
correct range upper bound in comment
author
anton
<anton@openbsd.org>
Sun, 29 Aug 2021 18:31:08 +0000
(18:31 +0000)
committer
anton
<anton@openbsd.org>
Sun, 29 Aug 2021 18:31:08 +0000
(18:31 +0000)
sys/dev/usb/ucc.c
patch
|
blob
|
history
diff --git
a/sys/dev/usb/ucc.c
b/sys/dev/usb/ucc.c
index
d2b169d
..
7f45e66
100644
(file)
--- a/
sys/dev/usb/ucc.c
+++ b/
sys/dev/usb/ucc.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ucc.c,v 1.1
7 2021/08/29 18:21:16
anton Exp $ */
+/* $OpenBSD: ucc.c,v 1.1
8 2021/08/29 18:31:08
anton Exp $ */
/*
* Copyright (c) 2021 Anton Lindqvist <anton@openbsd.org>
@@
-607,7
+607,7
@@
static const struct ucc_keysym ucc_keysyms[] = {
N(0x0512, "Contact Speed Dial Number", 0, 0)
N(0x0513, "Contact Status Flag", 0, 0)
N(0x0514, "Contact Misc.", 0, 0)
- /* 0x0515-0x
0
FFF Reserved */
+ /* 0x0515-0x
F
FFF Reserved */
#undef Y
#undef N
};