summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-08-04 01:16:06 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-08-04 01:16:06 +0200
commita7f2fdc08e2bbfa65bcf043eed274159fd31d040 (patch)
treeb865964b848e877a602d61a1bfb50d3a4a9d9bb6 /nuttx/include
parent92c73842a874889e031daa8ba543f35ff72ee46b (diff)
downloadpx4-nuttx-a7f2fdc08e2bbfa65bcf043eed274159fd31d040.tar.gz
px4-nuttx-a7f2fdc08e2bbfa65bcf043eed274159fd31d040.tar.bz2
px4-nuttx-a7f2fdc08e2bbfa65bcf043eed274159fd31d040.zip
USB tracing fix, contributed by Jean M. Cyr
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/usb/usbdev_trace.h31
1 files changed, 15 insertions, 16 deletions
diff --git a/nuttx/include/nuttx/usb/usbdev_trace.h b/nuttx/include/nuttx/usb/usbdev_trace.h
index b6f0ac2a3..d9de60b11 100644
--- a/nuttx/include/nuttx/usb/usbdev_trace.h
+++ b/nuttx/include/nuttx/usb/usbdev_trace.h
@@ -377,22 +377,21 @@
#define USBMSC_TRACEERR_VERIFY10NOBLOCKS 0x0066
#define USBMSC_TRACEERR_VERIFY10READFAIL 0x0067
#define USBMSC_TRACEERR_WRALLOCREQ 0x0068
-#define USBMSC_TRACEERR_SNDPHERROR 0x0069
-#define USBMSC_TRACEERR_WRCOMPLETEINVALIDARGS 0x006a
-#define USBMSC_TRACEERR_WRITE10FLAGS 0x006b
-#define USBMSC_TRACEERR_WRITE10LBARANGE 0x006c
-#define USBMSC_TRACEERR_WRITE10MEDIANOTPRESENT 0x006d
-#define USBMSC_TRACEERR_WRITE10READONLY 0x006e
-#define USBMSC_TRACEERR_WRITE12FLAGS 0x006f
-#define USBMSC_TRACEERR_WRITE12LBARANGE 0x0070
-#define USBMSC_TRACEERR_WRITE12MEDIANOTPRESENT 0x0071
-#define USBMSC_TRACEERR_WRITE12READONLY 0x0072
-#define USBMSC_TRACEERR_WRITE6LBARANGE 0x0073
-#define USBMSC_TRACEERR_WRITE6MEDIANOTPRESENT 0x0074
-#define USBMSC_TRACEERR_WRITE6READONLY 0x0075
-#define USBMSC_TRACEERR_WRSHUTDOWN 0x0076
-#define USBMSC_TRACEERR_WRUNEXPECTED 0x0077
-#define USBMSC_TRACEERR_UNSUPPORTEDTYPE 0x0078
+#define USBMSC_TRACEERR_WRCOMPLETEINVALIDARGS 0x0069
+#define USBMSC_TRACEERR_WRITE10FLAGS 0x006a
+#define USBMSC_TRACEERR_WRITE10LBARANGE 0x006b
+#define USBMSC_TRACEERR_WRITE10MEDIANOTPRESENT 0x006c
+#define USBMSC_TRACEERR_WRITE10READONLY 0x006d
+#define USBMSC_TRACEERR_WRITE12FLAGS 0x006e
+#define USBMSC_TRACEERR_WRITE12LBARANGE 0x006f
+#define USBMSC_TRACEERR_WRITE12MEDIANOTPRESENT 0x0070
+#define USBMSC_TRACEERR_WRITE12READONLY 0x0071
+#define USBMSC_TRACEERR_WRITE6LBARANGE 0x0072
+#define USBMSC_TRACEERR_WRITE6MEDIANOTPRESENT 0x0073
+#define USBMSC_TRACEERR_WRITE6READONLY 0x0074
+#define USBMSC_TRACEERR_WRSHUTDOWN 0x0075
+#define USBMSC_TRACEERR_WRUNEXPECTED 0x0076
+#define USBMSC_TRACEERR_UNSUPPORTEDTYPE 0x0077
/****************************************************************************
* Public Types