mirror of
https://github.com/AsahiLinux/m1n1
synced 2025-02-16 21:58:27 +00:00
usb_dwc3: Add missing space to product name string
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
f6297437c0
commit
c2e2094b95
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ typedef struct dwc3_dev {
|
|||
static const struct usb_string_descriptor str_manufacturer =
|
||||
make_usb_string_descriptor("Asahi Linux");
|
||||
static const struct usb_string_descriptor str_product =
|
||||
make_usb_string_descriptor("m1n1 uartproxy" BUILD_TAG);
|
||||
make_usb_string_descriptor("m1n1 uartproxy " BUILD_TAG);
|
||||
static const struct usb_string_descriptor str_serial = make_usb_string_descriptor("P-0");
|
||||
|
||||
static const struct usb_string_descriptor_languages str_langs = {
|
||||
|
|
Loading…
Add table
Reference in a new issue