summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-19 04:17:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-19 04:17:45 +0000
commit76bb5e20d25f228383f34c4a827303713553e838 (patch)
treed85bc7597e998b28e3b654a41ab633eea2066348 /nuttx/ChangeLog
parent901cd90faa9354b7cd0017fe9bc719091bee4fd0 (diff)
downloadpx4-nuttx-76bb5e20d25f228383f34c4a827303713553e838.tar.gz
px4-nuttx-76bb5e20d25f228383f34c4a827303713553e838.tar.bz2
px4-nuttx-76bb5e20d25f228383f34c4a827303713553e838.zip
Basic HID keyboard funcionality. More testing is needed
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3260 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 85cd45b58..4f838a08e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1423,13 +1423,14 @@
* include/nuttx/usb -- rename usb_storage.h to storage.h.
* arch/arm/src/lpc17xx/lpc17_usbhost.c -- Add support for low-speed devices.
* drivers/usbhost/usbhost_skeleton.c -- Template for new class drivers
- * include/nuttx/usb/hid.h and drivers/usbhost/usbhost_hidkbd.c -- Initial
- files for HID keyboard support. These are mostly empty files on the
- initial checkin.
+ * include/nuttx/usb/hid.h and drivers/usbhost/usbhost_hidkbd.c -- New
+ files for HID keyboard support.
* arch/arm/src/lpc17xx/lpc17_usbhost.c -- Will now handle multiple
concurrent transfers on different endpoints (still only one TD per
endpoint). All methods are protected from re-entrancy; lots of re-
structuring in preparation for interrupt endpoint support.
+ * arch/arm/src/lpc17xx/lpc17_usbhost.c -- Add support for periodic
+ interrupt transfers.
* examples/hidkbd - Added a simple test for the USB host HID keyboard
class driver.
* configs/olimex-lpc1766stk/hidkbd - Added a configuration to build the