Reduce power for null configurator.

This commit is contained in:
Russell
2011-12-13 15:11:35 +00:00
parent 1e1cb9288d
commit bcfd541f92

View File

@@ -1280,10 +1280,11 @@ unsigned char cfgDesc_Null[] =
0x00, /* 6 iConfiguration */ 0x00, /* 6 iConfiguration */
#ifdef SELF_POWERED #ifdef SELF_POWERED
192, /* 7 bmAttributes */ 192, /* 7 bmAttributes */
0, /* 8 bMaxPower */
#else #else
128, 128,
#endif
250, /* 8 bMaxPower */ 250, /* 8 bMaxPower */
#endif
0x09, /* 0 bLength : Size of this descriptor, in bytes. (field size 1 bytes) */ 0x09, /* 0 bLength : Size of this descriptor, in bytes. (field size 1 bytes) */
0x04, /* 1 bDescriptorType : INTERFACE descriptor. (field size 1 bytes) */ 0x04, /* 1 bDescriptorType : INTERFACE descriptor. (field size 1 bytes) */