summaryrefslogtreecommitdiff
path: root/libusb/os/sunos_usb.c
Commit message (Expand)AuthorAgeFilesLines
* core: Kill backend get_device_descriptor() functionChris Dickens2020-04-281-31/+7
* core: Fix some minor inconsistencies in API and codingChris Dickens2020-04-271-11/+11
* core: Change pointer type from 'unsigned char' to 'void'Chris Dickens2020-04-171-6/+6
* core: Kill the 'host_endian' argument for most functionsChris Dickens2020-04-171-8/+6
* core: Make the 'reset_device' function of the backend optionalChris Dickens2020-03-161-10/+0
* core: Move parameter validation from backend to coreChris Dickens2020-03-161-11/+2
* core: Kill usbi_backend.clock_gettime() functionChris Dickens2020-03-151-14/+0
* core: Introduce accessor functions for structure private dataChris Dickens2020-02-261-30/+28
* linux_usbfs: Drop support for kernel versions earlier than 2.6.32Chris Dickens2020-01-261-10/+0
* configure.ac: Cleanup and refactoringChris Dickens2020-01-241-2/+2
* Misc: Clean up zero-length strings and recursion in clock_gettime()Chris Dickens2020-01-241-3/+3
* Misc: Cleanup across multiple backendsChris Dickens2020-01-241-27/+0
* core: Make style of debug messages with errno consistent across libraryChris Dickens2020-01-241-17/+18
* Solaris: format mismatch in some usbi_dbg()Kenjiro Tsuji2019-10-301-7/+9
* Solaris backend depends on Solaris private symbolsKenjiro Tsuji2019-09-261-42/+32
* Solaris: fails to find USB devices on SPARC platformKenjiro Tsuji2019-09-261-4/+9
* Solaris backend is not correctly setting the one transfer mode for Interrupt-...Kenjiro Tsuji2019-09-261-27/+42
* solaris: Fix crash on closing libusb handleAlexander Pyhalov2019-04-041-15/+21
* Use more portable di_prop_lookup_ints() interfaceAlexander Pyhalov2019-04-041-7/+7
* transfer_lock should be released before usbi_handle_transfer_completion() callAlexander Pyhalov2019-04-041-1/+7
* usbi_dbg() uses backend's clock_gettime(), break recursion in sunos backendAlexander Pyhalov2018-12-051-2/+0
* Enable timerfd on sunos when availableAlexander Pyhalov2018-12-051-0/+10
* Solaris: Add detach/attach kernel driver supportJoshua2017-12-261-89/+472
* core: Pass context to backend when calling exit() functionChris Dickens2017-07-161-2/+2
* core: Kill usbi_os_backend structure definition madnessChris Dickens2017-07-061-1/+1
* Solaris backendLei Chen2016-07-241-0/+1292