artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee4250f
)
Debug was accidentally left enabled in previous commit.
author
matthieu
<matthieu@openbsd.org>
Fri, 11 Nov 2022 17:23:09 +0000
(17:23 +0000)
committer
matthieu
<matthieu@openbsd.org>
Fri, 11 Nov 2022 17:23:09 +0000
(17:23 +0000)
sys/dev/hid/hidcc.c
patch
|
blob
|
history
diff --git
a/sys/dev/hid/hidcc.c
b/sys/dev/hid/hidcc.c
index
d45b9ec
..
ee5e320
100644
(file)
--- a/
sys/dev/hid/hidcc.c
+++ b/
sys/dev/hid/hidcc.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: hidcc.c,v 1.
3 2022/11/11 15:25:13
matthieu Exp $ */
+/* $OpenBSD: hidcc.c,v 1.
4 2022/11/11 17:23:09
matthieu Exp $ */
/*
* Copyright (c) 2022 Anton Lindqvist <anton@openbsd.org>
@@
-30,7
+30,7
@@
#define DEVNAME(sc) ((sc)->sc_dev->dv_xname)
-#define HIDCC_DEBUG
+/* #define HIDCC_DEBUG */
#ifdef HIDCC_DEBUG
#define DPRINTF(x...) do { if (hidcc_debug) printf(x); } while (0)
struct hidcc;