Author: kevans
Date: Sun Dec 22 19:14:33 2019
New Revision: 356021
URL: https://svnweb.freebsd.org/changeset/base/356021
Log:
MFC r355932: VERSATILEPB: also use default get_fkeystr/diag
In head/, this config was broken from the defaulting commits, but in stable
branches we left the genkbd_* defaults exposed. Do this anyways.
Modified:
stable/11/sys/arm/versatile/pl050.c
Directory Properties:
stable/11/ (props changed)
Changes in other areas also in this revision:
Modified:
stable/12/sys/arm/versatile/pl050.c
Directory Properties:
stable/12/ (props changed)
Modified: stable/11/sys/arm/versatile/pl050.c
==============================================================================
--- stable/11/sys/arm/versatile/pl050.c Sun Dec 22 19:06:45 2019
(r356020)
+++ stable/11/sys/arm/versatile/pl050.c Sun Dec 22 19:14:33 2019
(r356021)
@@ -579,9 +579,7 @@ static keyboard_switch_t kmisw = {
.clear_state = &kmi_clear_state,
.get_state = &kmi_get_state,
.set_state = &kmi_set_state,
- .get_fkeystr = &genkbd_get_fkeystr,
.poll = &kmi_poll,
- .diag = &genkbd_diag,
};
KEYBOARD_DRIVER(kmi, kmisw, kmi_configure);
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"