Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
45ab627b
Commit
45ab627b
authored
Apr 22, 2018
by
Dean Camera
Browse files
Update all project manufacturer strings with a generic title.
parent
e9d9fcde
Changes
43
Hide whitespace changes
Inline
Side-by-side
Bootloaders/CDC/Descriptors.c
View file @
45ab627b
...
@@ -184,7 +184,7 @@ const USB_Descriptor_String_t LanguageString = USB_STRING_DESCRIPTOR_ARRAY(LANGU
...
@@ -184,7 +184,7 @@ const USB_Descriptor_String_t LanguageString = USB_STRING_DESCRIPTOR_ARRAY(LANGU
* form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
* form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
* Descriptor.
* Descriptor.
*/
*/
const
USB_Descriptor_String_t
ManufacturerString
=
USB_STRING_DESCRIPTOR
(
L"
Dean Camera
"
);
const
USB_Descriptor_String_t
ManufacturerString
=
USB_STRING_DESCRIPTOR
(
L"
LUFA Library
"
);
/** Product descriptor string. This is a Unicode string containing the product's details in human readable form,
/** 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
* and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
...
...
Bootloaders/DFU/Descriptors.c
View file @
45ab627b
...
@@ -125,7 +125,7 @@ const USB_Descriptor_String_t LanguageString = USB_STRING_DESCRIPTOR_ARRAY(LANGU
...
@@ -125,7 +125,7 @@ const USB_Descriptor_String_t LanguageString = USB_STRING_DESCRIPTOR_ARRAY(LANGU
* form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
* form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
* Descriptor.
* Descriptor.
*/
*/
const
USB_Descriptor_String_t
ManufacturerString
=
USB_STRING_DESCRIPTOR
(
L"
Dean Camera
"
);
const
USB_Descriptor_String_t
ManufacturerString
=
USB_STRING_DESCRIPTOR
(
L"
LUFA Library
"
);
/** Product descriptor string. This is a Unicode string containing the product's details in human readable form,
/** 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
* and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
...
...
Bootloaders/Printer/Descriptors.c
View file @
45ab627b
...
@@ -134,7 +134,7 @@ const USB_Descriptor_String_t LanguageString = USB_STRING_DESCRIPTOR_ARRAY(LANGU
...
@@ -134,7 +134,7 @@ const USB_Descriptor_String_t LanguageString = USB_STRING_DESCRIPTOR_ARRAY(LANGU
* form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
* form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
* Descriptor.
* Descriptor.
*/
*/
const
USB_Descriptor_String_t
ManufacturerString
=
USB_STRING_DESCRIPTOR
(
L"
Dean Camera
"
);
const
USB_Descriptor_String_t
ManufacturerString
=
USB_STRING_DESCRIPTOR
(
L"
LUFA Library
"
);
/** Product descriptor string. This is a Unicode string containing the product's details in human readable form,
/** 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
* and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
...
...
Demos/Device/ClassDriver/AudioInput/Descriptors.c
View file @
45ab627b
...
@@ -252,7 +252,7 @@ const USB_Descriptor_String_t PROGMEM LanguageString = USB_STRING_DESCRIPTOR_ARR
...
@@ -252,7 +252,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
* form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
* Descriptor.
* 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,
/** 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
* and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
...
...
Demos/Device/ClassDriver/AudioOutput/Descriptors.c
View file @
45ab627b
...
@@ -252,7 +252,7 @@ const USB_Descriptor_String_t PROGMEM LanguageString = USB_STRING_DESCRIPTOR_ARR
...
@@ -252,7 +252,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
* form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
* Descriptor.
* 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,
/** 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
* and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
...
...
Demos/Device/ClassDriver/DualMIDI/Descriptors.c
View file @
45ab627b
...
@@ -306,7 +306,7 @@ const USB_Descriptor_String_t PROGMEM LanguageString = USB_STRING_DESCRIPTOR_ARR
...
@@ -306,7 +306,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
* form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
* Descriptor.
* 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,
/** 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
* and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
...
...
Demos/Device/ClassDriver/DualVirtualSerial/Descriptors.c
View file @
45ab627b
...
@@ -300,7 +300,7 @@ const USB_Descriptor_String_t PROGMEM LanguageString = USB_STRING_DESCRIPTOR_ARR
...
@@ -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
* form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
* Descriptor.
* 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,
/** 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
* and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
...
...
Demos/Device/ClassDriver/GenericHID/Descriptors.c
View file @
45ab627b
...
@@ -152,7 +152,7 @@ const USB_Descriptor_String_t PROGMEM LanguageString = USB_STRING_DESCRIPTOR_ARR
...
@@ -152,7 +152,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
* form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
* Descriptor.
* 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,
/** 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
* and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
...
...
Demos/Device/ClassDriver/Joystick/Descriptors.c
View file @
45ab627b
...
@@ -152,7 +152,7 @@ const USB_Descriptor_String_t PROGMEM LanguageString = USB_STRING_DESCRIPTOR_ARR
...
@@ -152,7 +152,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
* form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
* Descriptor.
* 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,
/** 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
* and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
...
...
Demos/Device/ClassDriver/Keyboard/Descriptors.c
View file @
45ab627b
...
@@ -148,7 +148,7 @@ const USB_Descriptor_String_t PROGMEM LanguageString = USB_STRING_DESCRIPTOR_ARR
...
@@ -148,7 +148,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
* form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
* Descriptor.
* 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,
/** 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
* and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
...
...
Demos/Device/ClassDriver/KeyboardMouse/Descriptors.c
View file @
45ab627b
...
@@ -201,7 +201,7 @@ const USB_Descriptor_String_t PROGMEM LanguageString = USB_STRING_DESCRIPTOR_ARR
...
@@ -201,7 +201,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
* form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
* Descriptor.
* 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,
/** 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
* and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
...
...
Demos/Device/ClassDriver/KeyboardMouseMultiReport/Descriptors.c
View file @
45ab627b
...
@@ -211,7 +211,7 @@ const USB_Descriptor_String_t PROGMEM LanguageString = USB_STRING_DESCRIPTOR_ARR
...
@@ -211,7 +211,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
* form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
* Descriptor.
* 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,
/** 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
* and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
...
...
Demos/Device/ClassDriver/MIDI/Descriptors.c
View file @
45ab627b
...
@@ -254,7 +254,7 @@ const USB_Descriptor_String_t PROGMEM LanguageString = USB_STRING_DESCRIPTOR_ARR
...
@@ -254,7 +254,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
* form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
* Descriptor.
* 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,
/** 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
* and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
...
...
Demos/Device/ClassDriver/MassStorage/Descriptors.c
View file @
45ab627b
...
@@ -134,7 +134,7 @@ const USB_Descriptor_String_t PROGMEM LanguageString = USB_STRING_DESCRIPTOR_ARR
...
@@ -134,7 +134,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
* form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
* Descriptor.
* 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,
/** 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
* and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
...
...
Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c
View file @
45ab627b
...
@@ -186,7 +186,7 @@ const USB_Descriptor_String_t PROGMEM LanguageString = USB_STRING_DESCRIPTOR_ARR
...
@@ -186,7 +186,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
* form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
* Descriptor.
* 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,
/** 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
* and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
...
...
Demos/Device/ClassDriver/Mouse/Descriptors.c
View file @
45ab627b
...
@@ -153,7 +153,7 @@ const USB_Descriptor_String_t PROGMEM LanguageString = USB_STRING_DESCRIPTOR_ARR
...
@@ -153,7 +153,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
* form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
* Descriptor.
* 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,
/** 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
* and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
...
...
Demos/Device/ClassDriver/RNDISEthernet/Descriptors.c
View file @
45ab627b
...
@@ -184,7 +184,7 @@ const USB_Descriptor_String_t PROGMEM LanguageString = USB_STRING_DESCRIPTOR_ARR
...
@@ -184,7 +184,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
* form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
* Descriptor.
* 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,
/** 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
* and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
...
...
Demos/Device/ClassDriver/VirtualSerial/Descriptors.c
View file @
45ab627b
...
@@ -185,7 +185,7 @@ const USB_Descriptor_String_t PROGMEM LanguageString = USB_STRING_DESCRIPTOR_ARR
...
@@ -185,7 +185,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
* form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
* Descriptor.
* 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,
/** 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
* and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
...
...
Demos/Device/ClassDriver/VirtualSerialMassStorage/Descriptors.c
View file @
45ab627b
...
@@ -235,7 +235,7 @@ const USB_Descriptor_String_t PROGMEM LanguageString = USB_STRING_DESCRIPTOR_ARR
...
@@ -235,7 +235,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
* form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
* Descriptor.
* 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,
/** 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
* and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
...
...
Demos/Device/ClassDriver/VirtualSerialMouse/Descriptors.c
View file @
45ab627b
...
@@ -255,7 +255,7 @@ const USB_Descriptor_String_t PROGMEM LanguageString = USB_STRING_DESCRIPTOR_ARR
...
@@ -255,7 +255,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
* form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
* Descriptor.
* 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,
/** 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
* and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment