From 54cb5fbb09a06ecddafcbad2a5d41d28af686e64 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 12 Feb 2011 19:17:37 +0000 Subject: [PATCH] RTL18189 infrastructure git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3285 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 537e00e703..d9e9cca0eb 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: February 10, 2011

+

Last Updated: February 11, 2011

@@ -2029,6 +2029,9 @@ nuttx-5.18 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> complex: 'uname -o 2>/dev/null || echo "Other"' * drivers/usbhost/usbhost_enumerate.c -- Add logic to get the VID and PID. This is necessary in order to support vendor-specific USB devices. + * examplex/wlan, configs/olimex-lpc1766stk/wlan, drivers/usbhost/usbhost_rtl8187.c, + Add infrastructure to support RTL18187 wireless USB. + * configs/nucleus2g -- backed out USB host changes... wrong board. pascal-2.1 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>