Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/wscons add WSKBD_TYPE_TCAKP for Texas Instruments TC...
details: https://anonhg.NetBSD.org/src/rev/193d7d00d2d1
branches: trunk
changeset: 355988:193d7d00d2d1
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sat Aug 26 21:16:54 2017 +0000
description:
add WSKBD_TYPE_TCAKP for Texas Instruments TCA8418
diffstat:
sys/dev/wscons/wsconsio.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 2ce6a30911e0 -r 193d7d00d2d1 sys/dev/wscons/wsconsio.h
--- a/sys/dev/wscons/wsconsio.h Sat Aug 26 21:02:35 2017 +0000
+++ b/sys/dev/wscons/wsconsio.h Sat Aug 26 21:16:54 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsconsio.h,v 1.119 2017/06/11 03:55:56 nat Exp $ */
+/* $NetBSD: wsconsio.h,v 1.120 2017/08/26 21:16:54 jmcneill Exp $ */
/*
* Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
@@ -109,6 +109,7 @@
#define WSKBD_TYPE_LUNA 23 /* OMRON SX-9100 LUNA */
#define WSKBD_TYPE_RFB 24 /* Usermode vnc remote keyboard */
#define WSKBD_TYPE_EPOC 25 /* Psion EPOC machine keyboard */
+#define WSKBD_TYPE_TCAKP 26 /* TI TCA8418 keypad */
/* Manipulate the keyboard bell. */
struct wskbd_bell_data {
Home |
Main Index |
Thread Index |
Old Index