summaryrefslogtreecommitdiff
path: root/drivers/usbtty.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-06-14 18:14:56 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-06-14 18:14:56 +0200
commit386eda022473394ad8f36b86f2bdc9b4cb816291 (patch)
tree122f380d73af6fcf186e45cefb400e9e1603d4bb /drivers/usbtty.h
parent007d67da94db86989c3d0ad0a9728391b7eed02b (diff)
downloadu-boot-imx-386eda022473394ad8f36b86f2bdc9b4cb816291.zip
u-boot-imx-386eda022473394ad8f36b86f2bdc9b4cb816291.tar.gz
u-boot-imx-386eda022473394ad8f36b86f2bdc9b4cb816291.tar.bz2
Code cleanup
Diffstat (limited to 'drivers/usbtty.h')
-rw-r--r--drivers/usbtty.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usbtty.h b/drivers/usbtty.h
index 731b763..8154e30 100644
--- a/drivers/usbtty.h
+++ b/drivers/usbtty.h
@@ -33,7 +33,7 @@
#include <version_autogenerated.h>
-/* If no VendorID/ProductID is defined in config.h, pretend to be Linux
+/* If no VendorID/ProductID is defined in config.h, pretend to be Linux
* DO NOT Reuse this Vendor/Product setup with protocol incompatible devices */
#define CONFIG_USBD_VENDORID 0x0525 /* Linux/NetChip */
@@ -45,7 +45,7 @@
#define CONFIG_USBD_CONFIGURATION_STR "TTY via USB"
-#define CONFIG_USBD_SERIAL_OUT_ENDPOINT UDC_OUT_ENDPOINT
+#define CONFIG_USBD_SERIAL_OUT_ENDPOINT UDC_OUT_ENDPOINT
#define CONFIG_USBD_SERIAL_OUT_PKTSIZE UDC_OUT_PACKET_SIZE
#define CONFIG_USBD_SERIAL_IN_ENDPOINT UDC_IN_ENDPOINT
#define CONFIG_USBD_SERIAL_IN_PKTSIZE UDC_IN_PACKET_SIZE