projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5762fe
)
dm: usb: Rename the XHCI HCD to U-Boot
author
Simon Glass
<sjg@chromium.org>
Wed, 25 Mar 2015 18:22:54 +0000
(12:22 -0600)
committer
Simon Glass
<sjg@chromium.org>
Sat, 18 Apr 2015 17:11:28 +0000
(11:11 -0600)
This should be "U-Boot", not "u-boot".
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>
drivers/usb/host/xhci.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/xhci.c
b/drivers/usb/host/xhci.c
index 3618ac47e7818a10951bc3c174cdc9b79329c668..0b09643e09ea3ee0965e2982be91d15d4d11d640 100644
(file)
--- a/
drivers/usb/host/xhci.c
+++ b/
drivers/usb/host/xhci.c
@@
-704,7
+704,7
@@
static int xhci_submit_root(struct usb_device *udev, unsigned long pipe,
srclen = 4;
break;
case 1: /* Vendor String */
- srcptr = "\16\3
u\0-\0b
\0o\0o\0t\0";
+ srcptr = "\16\3
U\0-\0B
\0o\0o\0t\0";
srclen = 14;
break;
case 2: /* Product Name */