From 42d0b79a787814d42e4c6f9dfe14f13cc0f6a758 Mon Sep 17 00:00:00 2001 From: Mike Lockwood Date: Tue, 4 Jan 2011 14:48:57 -0500 Subject: MTP: changes to use new usb_request support in libusbhost Change-Id: Ic091eab166a66efcde0395dcebbbc513f2322fca Signed-off-by: Mike Lockwood --- media/mtp/MtpEventPacket.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'media/mtp/MtpEventPacket.h') 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(); } -- cgit v1.1