Go to the documentation of this file.
48 #include "debug/PS2.hh"
50 #include "params/PS2Keyboard.hh"
64 p.vnc->setKeyboard(
this);
88 DPRINTF(PS2,
"Got keyboard read ID command.\n");
93 DPRINTF(PS2,
"Enabling the keyboard.\n");
98 DPRINTF(PS2,
"Disabling the keyboard.\n");
103 DPRINTF(PS2,
"Disabling and resetting the keyboard.\n");
108 DPRINTF(PS2,
"Resetting keyboard.\n");
114 panic(
"Keyboard resend unimplemented.\n");
117 if (
data.size() == 1) {
118 DPRINTF(PS2,
"Got LED write command.\n");
123 "caps lock %s, num lock %s, scroll lock %s\n",
131 panic(
"Keyboard diagnostic echo unimplemented.\n");
133 panic(
"Accessing alternate scan codes unimplemented.\n");
135 if (
data.size() == 1) {
136 DPRINTF(PS2,
"Setting typematic info.\n");
140 DPRINTF(PS2,
"Setting typematic info to %#02x.\n",
data[1]);
145 panic(
"Setting all keys to typemantic unimplemented.\n");
147 panic(
"Setting all keys to make/release unimplemented.\n");
149 panic(
"Setting all keys to make unimplemented.\n");
151 panic(
"Setting all keys to "
152 "typematic/make/release unimplemented.\n");
154 panic(
"Setting a key to typematic unimplemented.\n");
156 panic(
"Setting a key to make/release unimplemented.\n");
158 panic(
"Setting key to make only unimplemented.\n");
160 panic(
"Unknown keyboard command %#02x.\n",
data[0]);
180 for (uint8_t
c :
keys)
void send(const uint8_t *data, size_t size)
Send data from a PS/2 device to a host.
#define UNSERIALIZE_SCALAR(scalar)
void keySymToPs2(uint32_t key, bool down, bool &cur_shift, std::list< uint8_t > &keys)
bool recv(const std::vector< uint8_t > &data) override
Data received from host.
bool enabled
Is the device enabled?
void serialize(CheckpointOut &cp) const override
Serialize an object.
void unserialize(CheckpointIn &cp) override
Unserialize an object.
constexpr T bits(T val, unsigned first, unsigned last)
Extract the bitfield from position 'first' to 'last' (inclusive) from 'val' and right justify it.
@ AllKeysToTypematicMakeRelease
void keyPress(uint32_t key, bool down) override
Called when the vnc server receives a key press event from the client.
#define SERIALIZE_SCALAR(scalar)
bool bool std::list< uint8_t > & keys
void serialize(CheckpointOut &cp) const override
Serialize an object.
bool shiftDown
is the shift key currently down
std::ostream CheckpointOut
PS2Keyboard(const PS2KeyboardParams &p)
void sendAck()
Send an ACK byte to the host.
void unserialize(CheckpointIn &cp) override
Unserialize an object.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
const std::vector< uint8_t > ID
#define panic(...)
This implements a cprintf based panic() function.
Generated on Tue Sep 7 2021 14:53:46 for gem5 by doxygen 1.8.17