From 3be7d0f6d85b8e4adb868f2076d7bf855f1da229 Mon Sep 17 00:00:00 2001 From: Christian Starkjohann Date: Mon, 14 Jul 2008 10:47:24 +0000 Subject: - use control transfers to USB_RECIP_DEVICE instead of USB_RECIP_INTERFACE so that we need not claim the interface. --- usbdrv/Changelog.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usbdrv') diff --git a/usbdrv/Changelog.txt b/usbdrv/Changelog.txt index 6040739..8b657bb 100644 --- a/usbdrv/Changelog.txt +++ b/usbdrv/Changelog.txt @@ -241,3 +241,6 @@ Scroll down to the bottom to see the most recent changes. environments. - Long transfers (above 254 bytes) did not work when usbFunctionRead() was used to supply the data. Fixed this bug. [Thanks to Alexander Neumann!] + - In hiddata.c (example code for sending/receiving data over HID), use + USB_RECIP_DEVICE instead of USB_RECIP_INTERFACE for control transfers so + that we need not claim the interface. -- cgit v1.2.3