Radek Liska (radekliska@gmail.com)
[reactos.git] / reactos / drivers /
2009-01-28 Johannes Anderwald- Implement enumerating available virtual audio devices...
2009-01-28 Johannes Anderwald-fix build
2009-01-28 Johannes Anderwald- Implement initializing routines for wdmaud
2009-01-27 Johannes Anderwald- Register sysaudio device interfaces
2009-01-27 Johannes Anderwald- Fix registered guids for IPortMidi
2009-01-27 Johannes Anderwald- Add guids for IPortMidi and IMiniportMidi
2009-01-27 Johannes Anderwald- Rename device context struct
2009-01-26 Johannes Anderwald- Use InterlockedIncrement, InterlockedDecrement over...
2009-01-26 Johannes Anderwald- Reimplement SysAudio device initilization
2009-01-26 Johannes Anderwald- Start implementing object bag support functions
2009-01-26 Christoph von Wittich-fix header
2009-01-26 Christoph von Wittichno DriverEntry in here -> entrypoint="0"
2009-01-25 Stefan Ginsberg- Missed fs_rec in last commit
2009-01-25 Stefan Ginsberg- Deprecate global helper.h -- define the various ...
2009-01-25 Pierre Schweitzer- Fixed a TODO.
2009-01-25 Pierre SchweitzerFixed a wrong behaviour
2009-01-25 Pierre SchweitzerFixed copy/paste
2009-01-24 Pierre SchweitzerThis shouldn't have been commited... Thanks to RapidSVN
2009-01-24 Pierre SchweitzerAdded/Updated French translation for almost everything...
2009-01-23 Colin Finck- Convert the function headers to a Doxygen-compatible...
2009-01-23 Pierre SchweitzerAdded notifications stuff to VCB
2009-01-23 Aleksey BraginChristoph von Wittich
2009-01-23 Aleksey Bragin[FORMATTING]
2009-01-23 Aleksey Bragin[FORMATTING]
2009-01-23 Aleksey BraginAlex Vlasov
2009-01-23 Aleksey BraginAlex Vlasov
2009-01-23 Aleksey Bragin- Add TAG definition to be compatible with GCC multicha...
2009-01-23 Aleksey Bragin- Fix FatValidSectorsPerCluster, otherwise it ended...
2009-01-23 Aleksey BraginAlex Vlasov
2009-01-23 Aleksey BraginAlex Vlasov
2009-01-23 Aleksey Bragin- Bring FatPerformDevIoCtrl to our coding standards...
2009-01-22 Pierre Schweitzer- Implemented FatPerformDevIoCtrl
2009-01-22 Pierre SchweitzerWoops! I mixed my patches. It fixes leaks anyway ;).
2009-01-22 Pierre SchweitzerDon't leak IRPs in case of failure
2009-01-22 Stefan Ginsberg- Change DPRINT to INFO_ to silence the spam
2009-01-21 Michael Martin- npfs.h: The member named WriteMode is meaningless...
2009-01-20 Aleksey Bragin[FORMATTING]
2009-01-20 Stefan Ginsberg- Fix leftover from 38960
2009-01-20 Aleksey BraginAlex Vlasov
2009-01-19 Stefan GinsbergFix the completely retarded implementation of KdComPort...
2009-01-19 Stefan Ginsberg- Kill off more unnecessary allowwarnings="true"
2009-01-19 Stefan Ginsberg- Remove unnecessary allowwarnings="true"
2009-01-19 Aleksey Bragin- Fix a misnamed var in fastfat.h.
2009-01-18 Johannes Anderwald- Register all device interfaces identified in the...
2009-01-18 Johannes Anderwald- Fix IPortWaveCyclic interface
2009-01-18 Johannes Anderwald- Fix debug prints
2009-01-18 Michael Martin- Fix calculation of WriteQuotaAvailable and WritePtr...
2009-01-18 Johannes Anderwald- Implement IPortEvents interface to IPortWavePci
2009-01-17 Johannes Anderwald- Store DeviceObject before calling IMiniportTopology...
2009-01-17 Johannes Anderwald- Handle IRP_MN_QUERY_INTERFACE
2009-01-17 Johannes Anderwald- Store DeviceObject before calling IMiniportWaveCyclic...
2009-01-17 Michael Martin- rw.c: Better implementation of read/write for pipes.
2009-01-17 Johannes Anderwald- Check for valid DeviceExtensionSize
2009-01-16 Michael Martin- Reply 38790, with fix for npfsPeekPipe which was...
2009-01-16 Michael Martin- Revert 38790 as i broke autotests.
2009-01-16 Michael Martin- create.c: All instances of a pipe must be the same...
2009-01-15 Aleksey Bragin- Delete npfs_new skeleton. One rewrite less.
2009-01-14 Johannes Anderwald- sorry folks
2009-01-14 Stefan Ginsberg- Revert 38762 to fix build
2009-01-14 Johannes Anderwald- Implement PcForwardIrpSynchronous
2009-01-14 Aleksey Bragin- Add stubs for VolumeControlBlock structure, VolumeDev...
2009-01-13 Johannes Anderwald- Copy provided PCM_RESOURCE_LIST when a new ResourceLi...
2009-01-13 Aleksey Bragin- Remove unneeded functions.
2009-01-13 Cameron Gutman - Merge aicom-network-fixes up to r38730
2009-01-12 Johannes Anderwald- fix me (add missing file)
2009-01-12 Johannes Anderwald- Implement IPortTopology::NewRegistryKey, IPortWavePci...
2009-01-12 Stefan Ginsberg- Revert to pre-38722 to unbreak build
2009-01-12 Aleksey Bragin- Stubplement handlers for all needed IRP_MJ except...
2009-01-12 Aleksey Bragin- Cleanup header file.
2009-01-12 Johannes Anderwald- Implement PcRequestNewPowerState
2009-01-12 Johannes Anderwald- Implement IPortTopology::NewRegistryKey, IPortWavePci...
2009-01-11 Aleksey Bragin- Rewrite DriverEntry.
2009-01-11 Michael Martin- Last implementation was failing to charge the QuotaAv...
2009-01-11 Aleksey Bragin- Delete old source code (only fastio.c and DriverEntry...
2009-01-11 Aleksey Bragin- Renames, cleanup.
2009-01-11 Aleksey Bragin- Branch existing fastfat driver.
2009-01-09 Michael Martin- Dont call KeWaitForSingleObject with WaitMode of...
2009-01-08 Michael Martin- Revert r38638 for now, as there is still changes...
2009-01-08 Michael Martin- Don't call KeWaitForSingleObject here, as doing so...
2009-01-06 Johannes Anderwald- Remove dma_master.c as it is unused
2009-01-06 Johannes Anderwald- Implement IPortWaveCyclic::NewMasterDmaChannel, IPort...
2009-01-06 Johannes Anderwald- Implement PcDmaMasterDescription, PcDmaSlaveDescription
2009-01-05 Hervé PoussineauAdd missing breaks
2009-01-05 Stefan Ginsberg- Properly implement NdisGetSystemUpTime, based on...
2009-01-05 Michael Martin- Change and silence a debug message that made it look...
2009-01-05 Michael Martin- Re-implement Message Type read/write mode as the...
2009-01-04 Dmitry GorbachevSilence GCC 4.4.0 warnings.
2009-01-04 Cameron Gutman - Revert r38547 which reverted r38546 which was correct
2009-01-04 Cameron Gutman - Revert r38546
2009-01-04 Cameron Gutman - Fix debug build
2009-01-04 Cameron Gutman - Merge the rest of my changes
2009-01-04 James Tabor- Fix build.
2009-01-04 Cameron Gutman - Merge r38358, r38539, and r38541
2009-01-02 Hervé PoussineauFix serial devices detection
2009-01-02 Johannes Anderwald- Store PhysicalDeviceObject in device extension
2008-12-29 Stefan Ginsberg- Silence Uniata warnings, add a .diff and remove allow...
2008-12-29 Johannes Anderwald- Add IIrpTarget, IKsWorkSink, IKsShellTransport, IIrpS...
2008-12-28 Johannes Anderwald- Add ISubdevice interface
2008-12-28 Johannes Anderwald- Acquire lock before deleting
2008-12-27 Michael Martin- Fixes VideoPortGetAccessRanges.
next