Go to the documentation of this file.
47 #include "debug/PS2.hh"
50 #include "params/PS2TouchKit.hh"
61 enabled(false), touchKitEnabled(false)
90 DPRINTF(PS2,
"Resetting device.\n");
103 DPRINTF(PS2,
"Disabling device.\n");
109 DPRINTF(PS2,
"Enabling device.\n");
115 DPRINTF(PS2,
"Setting defaults and disabling device.\n");
128 return data.size() == 2;
150 panic(
"Unknown byte received: %#x\n",
data[0]);
166 const uint8_t cmd =
data[2];
175 warn_if(
len != 1,
"Unexpected activate packet length: %u\n",
len);
180 panic(
"Unimplemented touchscreen command: %#x\n", cmd);
189 for (
int i = 0;
i < size; ++
i)
208 const uint8_t resp[] = {
210 (uint8_t)(_x >> 7), (uint8_t)(_x & 0x7f),
211 (uint8_t)(_y >> 7), (uint8_t)(_y & 0x7f),
214 send(resp,
sizeof(resp));
void send(const uint8_t *data, size_t size)
Send data from a PS/2 device to a host.
#define UNSERIALIZE_SCALAR(scalar)
void sendTouchKit(const uint8_t *data, size_t size)
const std::vector< uint8_t > ID
bool touchKitEnabled
Has the driver enabled TouchKit mode? The model suppresses touch event generation until this is true.
size_t sendPending() const
Output buffer size.
bool recv(const std::vector< uint8_t > &data) override
Data received from host.
void mouseAt(uint16_t x, uint16_t y, uint8_t buttons) override
called whenever the mouse moves or it's button state changes buttons is a simple mask with each butto...
bool recvTouchKit(const std::vector< uint8_t > &data)
bool enabled
Is the device enabled?
void serialize(CheckpointOut &cp) const override
Serialize an object.
void unserialize(CheckpointIn &cp) override
Unserialize an object.
#define SERIALIZE_SCALAR(scalar)
TouchKit(const PS2TouchKitParams &p)
#define warn_if(cond,...)
Conditional warning macro that checks the supplied condition and only prints a warning if the conditi...
VncInput *const vnc
The vnc server we're connected to (if any)
void serialize(CheckpointOut &cp) const override
Serialize an object.
std::ostream CheckpointOut
void sendAck()
Send an ACK byte to the host.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
void unserialize(CheckpointIn &cp) override
Unserialize an object.
#define panic(...)
This implements a cprintf based panic() function.
Generated on Thu Jun 16 2022 10:41:52 for gem5 by doxygen 1.8.17