From 452fee3d61e9e22a8d15883767a5d4fa3c0b000b Mon Sep 17 00:00:00 2001 From: Oleg Mazurov Date: Fri, 13 Jan 2012 13:42:33 -0700 Subject: [PATCH] Xoom compatibility --- adk.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/adk.cpp b/adk.cpp index e846d611..d85fc56c 100644 --- a/adk.cpp +++ b/adk.cpp @@ -48,12 +48,11 @@ ADK::ADK(USB *p, const char* manufacturer, for(uint8_t i=0; iRegisterDeviceClass(this); //set devConfig[] entry @@ -201,6 +200,8 @@ uint8_t ADK::Init(uint8_t parent, uint8_t port, bool lowspeed) return 0; //successful configuration }//if( buf->idVendor == ADK_VID... + delay(20); //testing compatibility w/Motorola Xoom + //probe device - get accessory protocol revision { uint16_t adkproto = -1;