summaryrefslogtreecommitdiff
path: root/libusb/os/wince_usb.c
Commit message (Expand)AuthorAgeFilesLines
* misc: revert all references to libusb/libusb.infomergebackhjelmn2013-12-301-1/+1
* Make usbi_get_device_by_session_id return a ref to the found deviceHans de Goede2013-09-061-1/+0
* WinCE: Fix race between wince_clock_gettime_threaded() and wince_clock_gettime()Simon Haggett2013-08-081-1/+12
* WinCE: ref result of usbi_get_device_by_session_id()Hans de Goede2013-06-261-0/+1
* WinCE: Fix device reference leak which caused crash on libusb_exit().Toby Gray2013-06-261-6/+4
* hotplug: Add a hotplug_poll backend functionHans de Goede2013-05-301-0/+1
* wince_get_active_config_descriptor() sets host_endian incorrectlySimon Haggett2013-05-241-1/+1
* all: Allow backend to provide a better get_config_descriptor_by_valueHans de Goede2013-05-241-0/+1
* Windows: Correctly clear backend transfer private informationToby Gray2013-04-111-1/+1
* Core: Add HID and kernel detach capability detection for all backendsPete Batard2013-04-021-0/+1
* WinCE: Post integration cleanupPete Batard2013-03-031-3/+3
* WinCE: Don't confirm protocol stalls with device in wince_transfer_callback()Simon Haggett2013-02-221-12/+12
* WinCE: Add support for WinCE (sources)Toby Gray2013-01-231-0/+1013