diff options
| author | Dean Camera <dean@fourwalledcubicle.com> | 2018-04-22 16:10:55 +1000 | 
|---|---|---|
| committer | Dean Camera <dean@fourwalledcubicle.com> | 2018-04-22 16:10:55 +1000 | 
| commit | 45ab627b4a06f7d0186d7263c1afd30ef4a80dcd (patch) | |
| tree | 927024d8ae559959d8910a3f082d78de14782774 /Demos/Device/ClassDriver/DualVirtualSerial | |
| parent | e9d9fcde04411001ba8dff07b512fdc46ce13e47 (diff) | |
| download | lufa-45ab627b4a06f7d0186d7263c1afd30ef4a80dcd.tar.gz lufa-45ab627b4a06f7d0186d7263c1afd30ef4a80dcd.tar.bz2 lufa-45ab627b4a06f7d0186d7263c1afd30ef4a80dcd.zip | |
Update all project manufacturer strings with a generic title.
Diffstat (limited to 'Demos/Device/ClassDriver/DualVirtualSerial')
| -rw-r--r-- | Demos/Device/ClassDriver/DualVirtualSerial/Descriptors.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Demos/Device/ClassDriver/DualVirtualSerial/Descriptors.c b/Demos/Device/ClassDriver/DualVirtualSerial/Descriptors.c index 5866f33ba..85f6105d4 100644 --- a/Demos/Device/ClassDriver/DualVirtualSerial/Descriptors.c +++ b/Demos/Device/ClassDriver/DualVirtualSerial/Descriptors.c @@ -300,7 +300,7 @@ const USB_Descriptor_String_t PROGMEM LanguageString = USB_STRING_DESCRIPTOR_ARR   *  form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device   *  Descriptor.   */ -const USB_Descriptor_String_t PROGMEM ManufacturerString = USB_STRING_DESCRIPTOR(L"Dean Camera"); +const USB_Descriptor_String_t PROGMEM ManufacturerString = USB_STRING_DESCRIPTOR(L"LUFA Library");  /** Product descriptor string. This is a Unicode string containing the product's details in human readable form,   *  and is read out upon request by the host when the appropriate string ID is requested, listed in the Device | 
