summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-07Update README.md (#450)112269112268112267112266112265Barry Golden
2020-01-06Updated links to https (#448)112023112022112021112020112019112018112017112016112015112014112013112012112011112010112009112008112007112006Barry Golden
2020-01-06Update README.md111986Barry Golden
2020-01-03Update README.md111600Barry Golden
2019-12-11Update readme.mdBarry Golden
2019-12-11Update README.mdBarry Golden
2019-12-11Update readme.mdBarry Golden
2019-12-10Update README.md105368Barry Golden
2019-12-04Updates on the SysVAD driver sample (#443)104069Daniel Rugerio
* Update SysVAD public sample. * Add WaveTest public sample. * Modify the componentized audio samples to include the addComponent directive. * Dropped the Phone Audio sample. * Updated README.md. * Added explanation for the Phone Audio sample.
2019-11-12Update the Bluetooth Serial HCI Bus Driver sample to exemplify PLDR (#438)99498Rahul Ramadas
2019-11-12Fix missing stdexcept header in sampledevicemft (#441)99495Adonais Romero González
2019-10-24Update README.mddocs
2019-10-22Merge branch 'master' of https://github.com/microsoft/Windows-driver-samplesRajib Dutta
2019-10-22Making controller D3 timeout for screen on and Off HLK requirements ↵Rajib Dutta
compliant. Refer to requirement: device.buscontroller.i2c.idlepowermanagement
2019-10-22Making controller D3 timeout for screen on and HLK requirements compliant. ↵Rajib Dutta
Refer to requirement: device.buscontroller.i2c.idlepowermanagement
2019-10-15Update README.md9192791923docs
2019-10-15Update README.mddocs
2019-10-01Update README.md (#429)888228882188820888198881888817Barry Golden
2019-09-30Update README.md (#428)886938869288691886908868988688Barry Golden
2019-09-30Update README.md (#427)88568885678856688565885648856388562885618856088559885588855788556Barry Golden
2019-09-26Update README.md (#426)877798777887777877768777587774877738777287771877708776987768Barry Golden
* Update README.md * Update README.md
2019-09-25Update README.md (#425)8758187580875798757887577875768757587574875738757287571875708756987568875678756687565875648756387562Barry Golden
2019-09-25Update README.md (#424)87280872798727887277872768727587274872738727287271872708726987268872678726687265872648726387262872618726087259872588725787255872548725387252Barry Golden
2019-09-24Fix changing and reading FAT labels with leading 0xE5 byte in fastfat.sys (#303)86973pali
FAT Volume Label is stored in the root directory entry and therefore when setting new Volume Label with leading 0xE5 byte it first needs to be converted to 0x05 byte. This step is also required by Microsoft FAT specification (fatgen103.doc) and also applied for all other files and directories. But not for volume label yet. First byte 0xE5 in directory entry means that entry is removed. Similarly, when reading Volume Label from the root directory, leading byte 0x05 first needs to be converted to 0xE5 and then later processed. This is reverse operation as described in previous paragraph. FAT Volume Label is converted from Unicode to bytes according to OEM code page. OEM code page is configured in Language for non-Unicode applications settings in Country/Region settings. When it is set to English (United Kingdom), then OEM code page is 850. And in 850 is Unicode LATIN CAPITAL LETTER O WITH TILDE represented as 0xE5. Therefore this pull request fixes setting FAT label "Õ" when regional settings are set to English (United Kingdom).
2019-09-23Update README.md (#422)8629686295862948629386292862918629086289Barry Golden
2019-09-19Update README.md (#421)8552485523855228552185520855198551885517855168551585514855138551285511855108550985508855078550685505Barry Golden
2019-09-18Update README.md (#420)853518534985348853478534685345853448534385342853418534085339Barry Golden
2019-09-17Update README.md (#419)848928489184890848898488884887Barry Golden
2019-09-16Update README.md (#418)847358473484733847328473184730Barry Golden
2019-09-16Update README.md (#417)84625846248462384622846218462084619846188461784616846158461484613846128461184610846098460884607846068460584604Barry Golden
2019-09-12Update README.md (#415)833418334083339833388333783336833358333483333Barry Golden
2019-09-06Update README.md (#412)82047820468204582044820438204282041820408203982038820378203682035820348203382032820318203082029820288202782026Barry Golden
2019-09-05Update README.md (#411)81853818528185181850818498184881847818468184581844818438184281841818408183981838Barry Golden
* Update README.md * Update README.md
2019-09-04Update README.md (#410)8146181460Barry Golden
2019-08-26Fix potential deadlock due to unregistering callouts during a PowerState ↵79745DHarper89936
callback (#408) Moves the unregister of callouts into a workitem routine. Additionally fixed an issue which could potentially leak an IOWorkItem
2019-08-22Update readme.mdBarry Golden
2019-08-22Update README.md (#407)7914479143791427914179140791397913879137791367913579134Barry Golden
2019-08-21Update README.md7867278669Barry Golden
2019-08-21Update README.mdBarry Golden
2019-08-21Update README.mdBarry Golden
2019-08-21Update README.mdBarry Golden
2019-08-20Update README.md (#406)7821478213782127821178210782097820878207782067820578204782037820278201782007819978198781977819678195781947819378192781917819078189781887818778186781857818478183781827818178180781797817878177781767817578174781737817278171781707816978168781677816678165781647816278161781607815978158781577815678155781547815378152781517815078149781487814778146781457814478143781427814178140781397813878137Barry Golden
* Update README.md * Update README.md
2019-08-20Update README.md (#405)778227782177820778197781877817778167781577814778137781277811778107780977808778067780577804778037780277801778007779977798Barry Golden
2019-08-20Update README.md (#404)Barry Golden
2019-08-18Update README.md (#403)770217702077019Barry Golden
* Update ReadMe.md * Update README.md
2019-08-17Update ReadMe.mdBarry Golden
2019-08-17Update ReadMe.mdBarry Golden
2019-08-17Merge pull request #402 from barrygolden/masterBarry Golden
Update README.md
2019-08-17Update README.mdBarry Golden
2019-08-17Merge pull request #1 from microsoft/masterBarry Golden
Update fork