Commit 569a7df733709218210d04f3584106cbba2ce57e
1 parent
27ed0a40
changement des descriptors strings
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/lufa-LUFA-170418/PolytechLille/Manette/Descriptors.c
@@ -208,13 +208,13 @@ const USB_Descriptor_String_t PROGMEM LanguageString = USB_STRING_DESCRIPTOR_ARR | @@ -208,13 +208,13 @@ const USB_Descriptor_String_t PROGMEM LanguageString = USB_STRING_DESCRIPTOR_ARR | ||
208 | * form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device | 208 | * form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device |
209 | * Descriptor. | 209 | * Descriptor. |
210 | */ | 210 | */ |
211 | -const USB_Descriptor_String_t PROGMEM ManufacturerString = USB_STRING_DESCRIPTOR(L"Dean CameRA CHANGED "); | 211 | +const USB_Descriptor_String_t PROGMEM ManufacturerString = USB_STRING_DESCRIPTOR(L"PersonChemin"); |
212 | 212 | ||
213 | /** Product descriptor string. This is a Unicode string containing the product's details in human readable form, | 213 | /** Product descriptor string. This is a Unicode string containing the product's details in human readable form, |
214 | * and is read out upon request by the host when the appropriate string ID is requested, listed in the Device | 214 | * and is read out upon request by the host when the appropriate string ID is requested, listed in the Device |
215 | * Descriptor. | 215 | * Descriptor. |
216 | */ | 216 | */ |
217 | -const USB_Descriptor_String_t PROGMEM ProductString = USB_STRING_DESCRIPTOR(L"LUFA CHANGED"); | 217 | +const USB_Descriptor_String_t PROGMEM ProductString = USB_STRING_DESCRIPTOR(L"PINGUI board"); |
218 | 218 | ||
219 | /** This function is called by the library when in device mode, and must be overridden (see library "USB Descriptors" | 219 | /** This function is called by the library when in device mode, and must be overridden (see library "USB Descriptors" |
220 | * documentation) by the application code so that the address and size of a requested descriptor can be given | 220 | * documentation) by the application code so that the address and size of a requested descriptor can be given |