summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/usb/usbhost.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-09 13:49:31 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-09 13:49:31 -0600
commitb0cbd0bafc929a364eb841d1671c3d83383ec7d5 (patch)
treee3ee3b8bf5afbd1d9da40d1bc6ab05569e8a8e71 /nuttx/include/nuttx/usb/usbhost.h
parent58414dc411302fcb339b917e7e5aa59140bf5a54 (diff)
downloadnuttx-b0cbd0bafc929a364eb841d1671c3d83383ec7d5.tar.gz
nuttx-b0cbd0bafc929a364eb841d1671c3d83383ec7d5.tar.bz2
nuttx-b0cbd0bafc929a364eb841d1671c3d83383ec7d5.zip
Add support for a USB HID mouse. Untested on initial check-in
Diffstat (limited to 'nuttx/include/nuttx/usb/usbhost.h')
-rw-r--r--nuttx/include/nuttx/usb/usbhost.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/nuttx/include/nuttx/usb/usbhost.h b/nuttx/include/nuttx/usb/usbhost.h
index 3965edef5..761ce8ad3 100644
--- a/nuttx/include/nuttx/usb/usbhost.h
+++ b/nuttx/include/nuttx/usb/usbhost.h
@@ -837,6 +837,25 @@ int usbhost_storageinit(void);
int usbhost_kbdinit(void);
/****************************************************************************
+ * Name: usbhost_mouse_init
+ *
+ * Description:
+ * Initialize the USB storage HID mouse class driver. This function
+ * should be called be platform-specific code in order to initialize and
+ * register support for the USB host HID mouse class device.
+ *
+ * Input Parameters:
+ * None
+ *
+ * Returned Values:
+ * On success this function will return zero (OK); A negated errno value
+ * will be returned on failure.
+ *
+ ****************************************************************************/
+
+int usbhost_mouse_init(void);
+
+/****************************************************************************
* Name: usbhost_wlaninit
*
* Description: