Actions
Feature #8210
closedFeature #7784: uts: console input should support Unicode
uts: remove kb streams module
Start date:
2017-05-12
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
With changes from "7784 uts: console input should support utf-8", the kb module (usr/src/uts/common/io/kbd.c) will fail to build. The problem with kbd.c is that the module is built to support sun type-3/type-4 pre-usb keyboards, and also it was never ported to use new kbtrans module. With some effort, the porting and updating would be possible, but testing it will require actual hardware.
Affected platform: sun4u
Updated by Electric Monk over 5 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 2d32a1ddfb23c1c365df65e824bb121a4b8eff08
commit 2d32a1ddfb23c1c365df65e824bb121a4b8eff08 Author: Toomas Soome <tsoome@me.com> Date: 2018-02-05T18:16:38.000Z 8210 uts: remove kb streams module Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@joyent.com>
Actions