X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FUSBDevice.py;fp=client%2FUSBDevice.py;h=29450b4eb33e4ba2b1661c244e02a52999dff532;hp=4a2ba1316eae0002b618771799e72a4011a8d0b2;hb=790d6119bf1e30148ebc24aef25c435ccea1eea4;hpb=a2f6b68ebded8f6213a19adf22306e892aa9fff6 diff --git a/client/USBDevice.py b/client/USBDevice.py index 4a2ba13..29450b4 100644 --- a/client/USBDevice.py +++ b/client/USBDevice.py @@ -151,7 +151,7 @@ class USBDevice: elif req_type == USB.request_type_class: handler_entity = recipient.device_class elif req_type == USB.request_type_vendor: - handler_entity = recipient.get_device_vendor() + handler_entity = recipient.device_vendor if not handler_entity: print(self.name, "invalid handler entity, stalling")