|
@@ -91,8 +91,8 @@ struct xdbc_context {
|
|
|
|
|
|
#define XDBC_INFO_CONTEXT_SIZE 48
|
|
|
#define XDBC_MAX_STRING_LENGTH 64
|
|
|
-#define XDBC_STRING_MANUFACTURER "Linux"
|
|
|
-#define XDBC_STRING_PRODUCT "Remote GDB"
|
|
|
+#define XDBC_STRING_MANUFACTURER "Linux Foundation"
|
|
|
+#define XDBC_STRING_PRODUCT "Linux USB GDB Target"
|
|
|
#define XDBC_STRING_SERIAL "0001"
|
|
|
|
|
|
struct xdbc_strings {
|
|
@@ -104,7 +104,7 @@ struct xdbc_strings {
|
|
|
|
|
|
#define XDBC_PROTOCOL 1 /* GNU Remote Debug Command Set */
|
|
|
#define XDBC_VENDOR_ID 0x1d6b /* Linux Foundation 0x1d6b */
|
|
|
-#define XDBC_PRODUCT_ID 0x0004 /* __le16 idProduct; device 0004 */
|
|
|
+#define XDBC_PRODUCT_ID 0x0011 /* __le16 idProduct; device 0011 */
|
|
|
#define XDBC_DEVICE_REV 0x0010 /* 0.10 */
|
|
|
|
|
|
/*
|