git: 007724cbca6f - main - hpen(4): removed leftover hpen_final_digi_cb declaration
Mateusz Guzik
mjg at FreeBSD.org
Sun Sep 5 18:41:58 UTC 2021
The branch main has been updated by mjg:
URL: https://cgit.FreeBSD.org/src/commit/?id=007724cbca6f6d91b8c3450bd4a11f3ea2bb647a
commit 007724cbca6f6d91b8c3450bd4a11f3ea2bb647a
Author: Mateusz Guzik <mjg at FreeBSD.org>
AuthorDate: 2021-09-05 17:30:51 +0000
Commit: Mateusz Guzik <mjg at FreeBSD.org>
CommitDate: 2021-09-05 17:31:34 +0000
hpen(4): removed leftover hpen_final_digi_cb declaration
---
sys/dev/hid/hpen.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys/dev/hid/hpen.c b/sys/dev/hid/hpen.c
index 8a86b95b1020..21a5e28a9827 100644
--- a/sys/dev/hid/hpen.c
+++ b/sys/dev/hid/hpen.c
@@ -59,7 +59,6 @@ static const uint8_t hpen_graphire3_4x5_report_descr[] =
{ HID_GRAPHIRE3_4X5_REPORT_DESCR() };
static hidmap_cb_t hpen_battery_strenght_cb;
-static hidmap_cb_t hpen_final_digi_cb;
static hidmap_cb_t hpen_final_pen_cb;
#define HPEN_MAP_BUT(usage, code) \
More information about the dev-commits-src-main
mailing list