forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

[PS2] Bad UsbSynchEndpointFrame macro

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> Patch Submissions
View previous topic :: View next topic  
Author Message
Mega Man



Joined: 18 Jun 2005
Posts: 304

PostPosted: Mon Aug 03, 2009 7:51 am    Post subject: [PS2] Bad UsbSynchEndpointFrame macro Reply with quote

Code:

Index: iop/usb/usbd/include/usbd_macro.h
===================================================================
--- iop/usb/usbd/include/usbd_macro.h   (Revision 1588)
+++ iop/usb/usbd/include/usbd_macro.h   (Arbeitskopie)
@@ -134,7 +134,7 @@
    ((type) << 8) | (index), (language), (len), (dataptr), (doneCB), (arg))
 
 #define UsbSynchEndpointFrame(epID, endpoint, pfn, doneCB, arg)   \
-   UsbControlTransfer((pid), USB_DIR_IN | USB_RECIP_ENDPOINT, USB_REQ_SYNCH_FRAME, \
+   UsbControlTransfer((epID), USB_DIR_IN | USB_RECIP_ENDPOINT, USB_REQ_SYNCH_FRAME, \
    0, (endpoint), 2, (pfn), (doneCB), (arg))
 
 #endif
Back to top
View user's profile Send private message Visit poster's website
jimparis



Joined: 10 Jun 2005
Posts: 1180
Location: Boston

PostPosted: Tue Aug 11, 2009 12:42 pm    Post subject: Reply with quote

Fixed in 1600, thanks
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> Patch Submissions All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group