X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FUSBKeyboard.py;h=2d5f99e7a4acb4b526a200b9795cf45905194d84;hp=4dee1f9197eb26d48f62d2c9dd3181c250af1306;hb=9efdb05e8177ee6925bda8ca39f0a113505bdf57;hpb=9a322fed4cbb324c54b582672d05f575f49a41cc diff --git a/client/USBKeyboard.py b/client/USBKeyboard.py index 4dee1f9..2d5f99e 100644 --- a/client/USBKeyboard.py +++ b/client/USBKeyboard.py @@ -64,7 +64,7 @@ class USBKeyboardInterface(USBInterface): if self.verbose > 2: print(self.name, "sending keypress 0x%02x" % ord(letter)) - self.device.maxusb_app.send_on_endpoint(3, data) + self.configuration.device.maxusb_app.send_on_endpoint(3, data) class USBKeyboardDevice(USBDevice):