From 76bb5e20d25f228383f34c4a827303713553e838 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 19 Jan 2011 04:17:45 +0000 Subject: 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 --- nuttx/ChangeLog | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'nuttx/ChangeLog') 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 -- cgit v1.2.3