summaryrefslogtreecommitdiffstats
path: root/media/mtp/MtpEventPacket.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/mtp/MtpEventPacket.h')
-rw-r--r--media/mtp/MtpEventPacket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/media/mtp/MtpEventPacket.h b/media/mtp/MtpEventPacket.h
index 30ae869..660baad 100644
--- a/media/mtp/MtpEventPacket.h
+++ b/media/mtp/MtpEventPacket.h
@@ -34,8 +34,8 @@ public:
#endif
#ifdef MTP_HOST
- // read our buffer from the given endpoint
- int read(struct usb_endpoint *ep);
+ // read our buffer with the given request
+ int read(struct usb_request *request);
#endif
inline MtpEventCode getEventCode() const { return getContainerCode(); }