From 155d12d968007c25561159565ce5cf116a947434 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 12 Jan 2011 04:03:57 +0000 Subject: [PATCH] Framework for HID keyboard -- not much there yet git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3245 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog | 7 + Documentation/NuttX.html | 10 +- drivers/usbhost/Make.defs | 2 +- drivers/usbhost/usbhost_hidkbd.c | 1039 ++++++++++++++++++++++++++++ drivers/usbhost/usbhost_skeleton.c | 1038 +++++++++++++++++++++++++++ include/nuttx/usb/hid.h | 190 +++++ 6 files changed, 2284 insertions(+), 2 deletions(-) create mode 100644 drivers/usbhost/usbhost_hidkbd.c create mode 100644 drivers/usbhost/usbhost_skeleton.c create mode 100755 include/nuttx/usb/hid.h diff --git a/ChangeLog b/ChangeLog index 1d781751f60..f25764d6b1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1419,3 +1419,10 @@ Mass Storage Class. 5.17 2011-xx-xx Gregory Nutt + + * 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. diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index d8e5fbab596..e98e4a2fc2e 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: January 10, 2011

+

Last Updated: January 11, 2011

@@ -2101,6 +2101,14 @@ buildroot-1.8 2009-12-21 <spudmonkey@racsa.co.cr>