Граф коммитов

174 Коммитов

Автор SHA1 Сообщение Дата
Karl Froelich 929565818a Merge pull request #90 from tehsiuhuang/master
new file:   audio/sysvad/EndpointsCommon/EndpointsCommon.vcxproj
2016-12-08 10:41:19 -08:00
Karl Froelich 15e9fe1f0c Merge pull request #94 from DaiqianHu/master
Re-submit for WDI sample driver to GitHub
2016-11-21 10:10:18 -08:00
Daiqian Hu a95eaad088 Re-submit for WDI sample driver to GitHub
Submit WDI sample driver to GitHub for RS1.
2016-11-21 08:54:24 +08:00
Michelle Bergeron 83c6fc108d USB - UcmTcpciCxClientSample: Clarify ACPI sample 2016-11-17 16:11:11 -08:00
Michael Wu e330bce683 Fix NULL-ternimating device name when writing to DEVICEMAP/SERIALCOMM 2016-11-14 12:03:43 +08:00
tehuang efa67f5873 new file: audio/sysvad/EndpointsCommon/EndpointsCommon.vcxproj
new file:   audio/sysvad/KeywordDetectorAdapter/KeywordDetectorContosoAdapter.vcxproj
	new file:   audio/sysvad/PhoneAudioSample/PhoneAudioSample.vcxproj
	new file:   audio/sysvad/SwapAPO/APO/SwapAPO.vcxproj
	new file:   audio/sysvad/SwapAPO/PropPageExtensions/PropPageExt.vcxproj
	new file:   audio/sysvad/TabletAudioSample/TabletAudioSample.vcxproj
	modified:   audio/sysvad/sysvad.sln
2016-11-08 17:27:33 -08:00
Michelle Bergeron 1aa0338ec5 Update README.md 2016-10-26 15:30:59 -07:00
Karl Froelich b884abb3f5 Merge pull request #86 from PFroese/master
Update README for UcmTcpciCxClientSample with RPi Instructions
2016-10-20 15:25:25 -07:00
Philip Froese 236634e9a7 Minor edits to README 2016-10-20 15:20:13 -07:00
Philip Froese a898c4f478 Add download link for insider preview builds 2016-10-19 15:35:59 -07:00
Philip Froese 990c383d6a Update README with references to IoT Insider Preview builds which are now publicly available 2016-10-19 15:04:18 -07:00
Philip Froese 6336c56dc3 Add link to WDK to README 2016-10-19 14:30:43 -07:00
Philip Froese e000df3187 Add RPi Instructions to README for UcmTcpciCxClientSample 2016-10-19 14:02:33 -07:00
Karl Froelich b2ad114618 Merge pull request #85 from PFroese/master
Adding UcmTcpciCxClientSample
2016-10-19 13:50:35 -07:00
Philip Froese 7995677b78 Adding UcmTcpciCxClientSample 2016-10-19 13:25:24 -07:00
Elias Bachaalany 5a01bf80be minor typo fix 2016-10-06 17:43:51 -07:00
Karl Froelich ce06de38a6 Merge pull request #81 from alscarpan/master
Add UnknownHubType enumeration to usb schema
2016-10-06 15:42:46 -07:00
Alex Scarpantoni c30e7139fe Add UnknownHubType enumeration to usb schema 2016-10-06 15:00:53 -07:00
Nebelung, Hartmut 965839e1d3 Fix DisplayConnectionInfo
Display the connection info correctly even if the ConnectionInfoV2 is not
present.
2016-09-23 10:36:00 +02:00
Daniel Simpson 35f6e31cb3 Update README.md
Fixing broken link in lead in para (Download goes to ADK, not WDK)
2016-09-12 11:23:07 -07:00
karlf aa6e0b36eb Updating registry settings and values 2016-08-18 15:21:46 -07:00
karlf c348ac78ab Adding missing .sln file 2016-08-18 15:05:07 -07:00
karlf 96eb96dfb6 Updated for "Windows 10 Anniversary Update" (Version 1607) 2016-08-11 13:28:13 -07:00
Barry Golden 687b274aa3 Update README.md
Minor edits for punctuation, whitespace, and grammar.
2016-06-29 17:35:23 -07:00
Barry Golden d5ef31c436 Updated README.md 2016-06-21 12:55:20 -07:00
Barry Golden 074d39e762 Added Microsoft Code of Conduct 2016-06-21 12:52:57 -07:00
Adam Shapiro 6e1115d6af Revised Version of WFP Sampler
Revised WFP Sampler
2016-02-29 14:11:37 -08:00
Adam Shapiro 3c8ac8624f WDI Sample
Adding WDI sample from partner enablement-China
2016-02-04 13:02:45 -08:00
Adam Shapiro 921231effe Moved Native WIFI IHV Service Sample
Moves sample to unique folder, in order to add another WIFI sample
GitHub repository
2016-02-04 12:57:08 -08:00
pccq2002 be170da6e1 Update CdoOperations.c 2016-01-09 15:49:47 +08:00
Jon a4ad8067eb Avoid 0x80000003 on 32-bit Windows in msnmntr.
The exception occurs in MonitorCoStreamFlowDeletion, but the bug is in MonitorCoCreateFlowContext.

In 32-bit Windows, the high bit of kernel mode pointers is set, and the pointer value is 0x80000000 or above.  Casting 0x80000000 to a UINT64 yields 0xffffffff80000000 because of sign extension.  ULongLongToULongPtr converts 0xffffffff80000000 to 0xffffffff.  Boom.

Cast using an intermediate uintptr_t to avoid the sign extension in the first place.
2015-12-22 16:20:05 -08:00
Barry Golden c4ba9c6295 Update README.md 2015-12-10 14:20:19 -08:00
Adam Shapiro 92ba1ee26e Updates to Barcode Scanner Sample
Changes to BarcodeScanner.sln, PosEvents.cpp,
SampleBarcodeScannerDrv.vcxproj and .filters, and the sources file.
2015-12-04 14:34:54 -08:00
Adam Shapiro 381baa7554 Updates to the Usbview sample application
Changed display.c and vndrlist.h
2015-12-04 14:26:28 -08:00
Adam Shapiro 5b815f85ef Add New Sample To Git Hub
Adding the new HAL Extension sample to the online repository  in the
"General" Category
2015-11-17 12:11:14 -08:00
Andrew Gaspar 9fd16dae47 Fix spelling of ENUERATE in ndis filter sample. 2015-11-09 14:37:32 -08:00
Adam Shapiro 2c9b5b696d Fix failure with SysVad COM registrations 2015-10-27 12:51:20 -07:00
Barry Golden efd8c0a0d8 Update enum.c per partner request 2015-10-12 10:31:14 -07:00
Barry Golden 97cf8edcad Updated usbschema.hpp to fix compile error 2015-10-05 12:44:52 -07:00
Barry Golden 818f6eec47 Updated README.md 2015-09-01 16:29:00 -07:00
Barry Golden 6694e7c39e Update README.md 2015-08-26 12:30:39 -07:00
J M Rossy f18a140b31 Fix #12 by modifying gitignore to include some debug folders 2015-08-25 11:20:13 -07:00
J M Rossy d619854c43 Update README for usb/kmdf_fx2 sample 2015-08-24 16:25:10 -07:00
J M Rossy 04e153f524 Move network/trans/WFPSampler README.md into sample's folder 2015-08-20 11:22:31 -07:00
J M Rossy 8eb31e7e8b Update README for usb/umdf2_fx2 sample 2015-08-18 14:54:54 -07:00
J M Rossy 327de85401 Remove eol rules for INF and INX files from gitattributes 2015-08-18 09:35:10 -07:00
J M Rossy 877c5ae528 Rename README.md files to standardize casing 2015-08-12 11:57:59 -07:00
Barry Golden 93217010e0 Update README.md 2015-08-07 17:05:36 -07:00
Barry Golden 7c089b4b33 Update README.md 2015-08-06 20:07:53 -07:00
Barry Golden 9026073a41 Remove obsolete readme.htm files 2015-08-06 20:06:07 -07:00