Library to allo USB PTP device to be hosted by the mbed platform

Dependents:   class_project_main

Revision:
10:fc1cb68fc91e
Parent:
9:961c3357504d
Child:
11:3b072cf16df8
--- a/USBHostPTP.h	Tue Sep 10 07:40:44 2013 +0000
+++ b/USBHostPTP.h	Wed Sep 18 01:48:07 2013 +0000
@@ -381,11 +381,11 @@
     int  checkResult(uint8_t res, USBEndpoint * ep);
     bool IsCommandSupported(uint16_t opcode);
     bool IsPropertySupported(uint16_t code);
-    bool CheckValueInArray(PIMAArray *array, uint16_t code);
     bool CheckEvent(void);
     static void ParseDeviceInfoDataBlock(void *ptp, uint8_t *buffer,uint16_t length); 
     static void ParseObjectInfoDataBlock(void *ptp, uint8_t *buffer,uint16_t length);
     static void ParseStorageInfoDataBlock(void *ptp, uint8_t *buffer,uint16_t length);
+    static void ParseDevicePropDescrBlock(void *ptp,uint8_t *buffer,uint16_t length);
     void PrepareControlContainer(uint16_t operationCode, 
                                  OperFlags *operationFlags,
                                  uint32_t *parameters);