summaryrefslogtreecommitdiff
path: root/usb/umdf2_fx2/driver/Device.c
AgeCommit message (Collapse)Author
2018-01-23Use WdfUsbTargetDeviceCreateWithParameters for UMDF 2.25+Wei Mao
2017-03-14Allow samples to build successfully on RS1 WDKWei Mao
C/C++ standards specifies that during !if pre-processing, any undefined identifier is replaced with pp-number 0. Thus !if NTDDI >= RS2 is evaluated to true on RS1 DDK, even if NTDDI_RS2 is not defined there
2017-03-13Setting custom capability on a device interface instance to access it using ↵ajbarb
windows store devica app
2015-03-17Initial publishDave Wilson