Searched defs:keyboard (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dkbd.h42 #define KB_SUN2 0x02 /* Sun-2 custom keyboard */
61 * Following are the only keyboard types supported by kb module.
63 * themselves as Type 4 keyboard with a different layout id.)
65 #define KB_SUN3 3 /* Type 3 Sun keyboard */
66 #define KB_SUN4 4 /* Type 4 Sun keyboard */
67 #define KB_USB 6 /* USB keyboard */
68 #define KB_PC 101 /* Type 101 AT keyboard */
73 * This structure is used to enumerate the supported keyboard types.
79 struct keyboard *table; /* Keyboard table to use. */
94 * Commands to the Sun-3 keyboard
283 struct keyboard { struct
[all...]

Completed in 83 milliseconds