summaryrefslogtreecommitdiff
path: root/src/dev/ps2/touchkit.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/ps2/touchkit.hh')
-rw-r--r--src/dev/ps2/touchkit.hh9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/dev/ps2/touchkit.hh b/src/dev/ps2/touchkit.hh
index 4541f3f29..fa1bc52a4 100644
--- a/src/dev/ps2/touchkit.hh
+++ b/src/dev/ps2/touchkit.hh
@@ -57,7 +57,7 @@ class PS2TouchKit : public PS2Device, public VncMouse
void unserialize(CheckpointIn &cp) override;
protected: // PS2Device
- void recv(uint8_t data) override;
+ bool recv(const std::vector<uint8_t> &data) override;
public: // VncMouse
void mouseAt(uint16_t x, uint16_t y, uint8_t buttons) override;
@@ -67,13 +67,6 @@ class PS2TouchKit : public PS2Device, public VncMouse
VncInput *const vnc;
/**
- * If the controller should ignore the next N data bytes and
- * acknowledge them. This occurs when the driver is attempting to
- * setup some feature we don't care about.
- */
- int ackNext;
-
- /**
* Has the driver been initialized in TouchKit mode? The model
* suppresses touch event generation until this is true.
*/