PDA

View Full Version : USB device endpoints


davidchu2000
29th July 2005, 11:13 PM
Hi,

When I enumerated the PDA USB device from my desktop, it only detects 2 Bulk transfer endpoints on the PDA. However, the Intel XScale chip actually supports up to 16 different kind of endpoints. For some reasons, the ROM code just configured to expose 2 endpoints.

Therefore, if I open com8, I only got two bulk transfer endpoints.

Does anyone know how to circumvent this problem or directly access the other hardware endpoints?

thanks,

- David