summaryrefslogtreecommitdiff
path: root/libusb/os/wince_usb.c
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2013-03-17 22:13:53 +0000
committerPete Batard <pete@akeo.ie>2013-04-02 19:13:47 +0100
commite0628c566a3fb928baab9e4359760cdc5afe5e95 (patch)
treea3848aefed49a67f85ee9640ac7746f81f962b16 /libusb/os/wince_usb.c
parentf00edf639d3c1272744ab37f07f96fea5246976d (diff)
downloadlibusb-e0628c566a3fb928baab9e4359760cdc5afe5e95.tar.gz
Core: Add HID and kernel detach capability detection for all backends
* Also remove Linux special case from xusb sample. * Note that LIBUSBX_API_VERSION is incremented as a result of libusb_has_capability() returning nonzero rather than 1 when a capability is supported. * A LIBUSB_CAP_HAS_HOTPLUG is also added, though it is currently not implemented on any platform * Closes #102
Diffstat (limited to 'libusb/os/wince_usb.c')
-rw-r--r--libusb/os/wince_usb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libusb/os/wince_usb.c b/libusb/os/wince_usb.c
index 354c0e6..e4f7c7b 100644
--- a/libusb/os/wince_usb.c
+++ b/libusb/os/wince_usb.c
@@ -973,6 +973,7 @@ static int wince_clock_gettime(int clk_id, struct timespec *tp)
const struct usbi_os_backend wince_backend = {
"Windows CE",
+ 0,
wince_init,
wince_exit,