aboutsummaryrefslogtreecommitdiffstats
path: root/setupapi (follow)
Commit message (Expand)AuthorAgeFilesLines
* setupapi: Lower case paramsJason A. Donenfeld2019-02-073-184/+184
* setupapi: Do not export the toGo/toWindows functionsJason A. Donenfeld2019-02-072-3/+3
* setupapi: Pass pointers instead of valuesJason A. Donenfeld2019-02-071-9/+9
* tun_windows: Introduce preliminary TUN interface creationSimon Rozman2019-02-061-0/+15
* setupapi: Add DrvInfoDetailData.IsCompatible() to simplify HID detectionSimon Rozman2019-02-062-1/+29
* setupapi: Add SP_DRVINFO_DATA.IsNewer() method to simplify comparisonSimon Rozman2019-02-062-0/+48
* setupapi: Make toUTF16() public and add UTF16ToBuf() counterpartSimon Rozman2019-02-062-4/+28
* setupapi: Add support for driver info listsSimon Rozman2019-02-054-0/+398
* setupapi: Move Go<>Windows struct marshaling to types_windows.goSimon Rozman2019-02-052-27/+47
* setupapi: Add support for SetupDi(Get|Set)DeviceRegistryProperty()Simon Rozman2019-02-054-24/+242
* setupapi: Introduce DevInfo methods for cleaner codeSimon Rozman2019-02-053-19/+74
* Add support for setupapi.SetupDi(Get|Set)SelectedDevice()Simon Rozman2019-02-053-0/+78
* Reorder data-types and functions to match SetupAPI.hSimon Rozman2019-02-054-334/+349
* Add support for setupapi.SetupDiCreateDeviceInfo()Simon Rozman2019-02-054-1/+67
* Add support for setupapi.setupDiCreateDeviceInfoListEx()Simon Rozman2019-02-053-0/+50
* Stop accessing SetupDiGetDeviceInfoListDetail() output on errorSimon Rozman2019-02-051-20/+20
* Unify certain variable namesSimon Rozman2019-02-052-12/+10
* Simplify SetupDiEnumDeviceInfo() synopsisSimon Rozman2019-02-052-11/+10
* Change generic local variable names with meaningful replacementsSimon Rozman2019-02-051-41/+42
* Add support for setupapi.SetupDiClassGuidsFromNameEx()Simon Rozman2019-02-053-0/+75
* Clean an unused constantSimon Rozman2019-02-051-1/+0
* Replace SetupDiClassNameFromGuid() with SetupDiClassNameFromGuidEx()Simon Rozman2019-02-053-14/+29
* Add support for setupapi.SetupDiClassNameFromGuid()Simon Rozman2019-02-054-0/+57
* Stop checking for valid handle in DevInfo.Close()Simon Rozman2019-02-051-5/+1
* Add support for setupapi.SetupDiCallClassInstaller()Simon Rozman2019-02-052-0/+14
* Add support for setupapi.SetupDi(Get|Set)ClassInstallParams()Simon Rozman2019-02-053-0/+80
* Add support for setupapi.SetupDi(Get|Set)DeviceInstallParams()Simon Rozman2019-02-054-0/+227
* Add support for setupapi.SetupDiOpenDevRegKey()Simon Rozman2019-02-054-25/+75
* Add support for setupapi.SetupDiEnumDeviceInfo()Simon Rozman2019-02-054-18/+83
* Update exported types and functions annotationsSimon Rozman2019-02-051-1/+3
* Add support for setupapi.SetupDiGetDeviceInfoListDetail()Simon Rozman2019-02-054-40/+149
* Finish support for setupapi.SetupDiGetClassDevsEx()Simon Rozman2019-02-054-26/+107
* Introduce SetupAPI - Windows device and driver management APISimon Rozman2019-02-054-0/+120