Index: /trunk/FirmwareFX2/fx2/usb_common.c
===================================================================
--- /trunk/FirmwareFX2/fx2/usb_common.c	(revision 24)
+++ /trunk/FirmwareFX2/fx2/usb_common.c	(revision 25)
@@ -52,6 +52,6 @@
     current_config_descr  = high_speed_config_descr;
     other_config_descr    = full_speed_config_descr;
-	EP8AUTOINLENH = 0x02; SYNCDELAY;				// Size in bytes of the IN data automatically commited (512 bytes here)
-	EP8AUTOINLENL = 0x00; SYNCDELAY;				// Can use signal PKTEND if you want to commit a shorter packet
+    EP8AUTOINLENH = 0x02; SYNCDELAY;				// Size in bytes of the IN data automatically commited (512 bytes here)
+    EP8AUTOINLENL = 0x00; SYNCDELAY;				// Can use signal PKTEND if you want to commit a shorter packet
   }
   else {
@@ -60,6 +60,6 @@
     current_config_descr  = full_speed_config_descr;
     other_config_descr    = high_speed_config_descr;
-	EP8AUTOINLENH = 0x00; SYNCDELAY;				// Size in bytes of the IN data automatically commited (64 bytes here)
-	EP8AUTOINLENL = 0x40; SYNCDELAY;				// Can use signal PKTEND if you want to commit a shorter packet
+    EP8AUTOINLENH = 0x00; SYNCDELAY;				// Size in bytes of the IN data automatically commited (64 bytes here)
+    EP8AUTOINLENL = 0x40; SYNCDELAY;				// Can use signal PKTEND if you want to commit a shorter packet
   }
 
@@ -289,5 +289,4 @@
 
       case RQ_SET_CONFIG:
-	IOE &= ~(1 << 6);
 	_usb_config = wValueL;		// FIXME app should handle
 	break;
