renamed .S files so msvc does not try to compile the .c files with the same name...
[reactos.git] / reactos / drivers /
2005-10-23 Gé van GeldorpDon't issue KBD_LINE_TEST, the results are unreliable...
2005-10-22 Aleksey BraginImplement acpi_pci_X_cfg_Y using HalXBusDataByOffset()
2005-10-21 Gé van Geldorp- Enable/disable keyboard by writing the controller...
2005-10-20 Hervé PoussineauAdd pciidex (controller driver) and pciide (miniport...
2005-10-17 Gé van GeldorpPatch by hardon. Properly handle 0 timeouts. Fixes...
2005-10-17 Gé van GeldorpInform HAL about the switch to graphics mode as late...
2005-10-16 Hartmut BirrImplemented SMART commands for ide devices.
2005-10-16 Hartmut Birr- Do only read the pci config header. Some devices...
2005-10-14 Hervé PoussineauTransform pci.sys to a Plug-and-Play driver.
2005-10-10 Andrew MungerMiTestCard is only used in DBG=1, surround with ifdef...
2005-10-08 Hervé PoussineauFix Hardware IDs and Compatible IDs returned for PCI...
2005-10-07 Hervé PoussineauAllocate memory even for NULL strings, as we must not...
2005-10-07 Hervé Poussineau- Fill Level field in DEVICE_NODE structure
2005-10-06 Thomas Bluemelfixed warnings when compiled with -Wmissing-declarations
2005-10-05 Hartmut BirrImplemented SRB_FUNCTION_IO_CONTROL/IOCTL_SCSI_MINIPORT...
2005-10-05 Hartmut BirrImplemented IOCTL_SCSI_MINIPORT.
2005-10-03 Hartmut BirrReturn an error instead of STATUS_SUCCESS for functions...
2005-10-03 Hervé PoussineauRemove debug output I've incidentally added...
2005-10-03 Hervé PoussineauImplement IRP_MJ_PNP / IRP_MN_QUERY_TEXT / DeviceTextDe...
2005-10-03 Hervé PoussineauReplace STDCALL by NTAPI
2005-09-28 Hartmut BirrDisable flushing if the device doesn't support it or...
2005-09-26 Hartmut BirrDon't wait after the flush command for a non busy hd.
2005-09-26 Hartmut BirrFixed the reinitialisation if the miniport driver retur...
2005-09-25 Hervé PoussineauUSB root hub is not really a child of the USB Controlle...
2005-09-25 Thomas Bluemelfixed uninitialized variable warnings
2005-09-23 Hervé PoussineauReport correctly USB device class and subclass when...
2005-09-23 Alex IonescuMake TAB+ debug combos work again. Based on bugfix...
2005-09-22 Filip NavaraInfoTdiQueryInformationEx should return failure if...
2005-09-22 Hervé PoussineauFix IRP_MJ_PNP / IRP_MN_QUERY_ID / BusQueryHardwareIDs...
2005-09-22 Hervé PoussineauFix IRP_MJ_PNP / IRP_MN_QUERY_DEVICE_TEXT / DeviceTextL...
2005-09-21 Thomas Bluemelfixed some mismatching prototypes, sorry for breaking...
2005-09-21 Thomas Bluemelfixed differences in signedness warnings
2005-09-19 Hervé PoussineauImplement IRP_MN_QUERY_CAPABILITIES, IRP_MN_QUERY_RESOU...
2005-09-18 Hartmut BirrRevert my last changes.
2005-09-18 Hartmut BirrDon't check the share access for directories.
2005-09-15 Hartmut BirrUsed the given registry path from DriverEntry to query...
2005-09-15 Hervé PoussineauRevert 17858 and fix all warnings at once.
2005-09-15 Hervé PoussineauInitialize flags variable to 0
2005-09-15 Aleksey BraginInitialize DeviceNumber to 0
2005-09-14 Alex Ionescufix build
2005-09-11 Hervé PoussineauSignal USB device arrivals to PnP manager
2005-09-11 Hervé PoussineauDisable USB keyboard and mouse support, as they conflic...
2005-09-11 Aleksey Braginupdated wait_for_completion, should work similar to...
2005-09-11 Hervé PoussineauLet OHCI miniport use shared code in drivers/usb/minipo...
2005-09-10 Hervé PoussineauxHCI:
2005-09-10 Hervé PoussineauRemove unneeded pointer indirection
2005-09-10 Hervé PoussineauMove shareable part of USB miniport drivers to a new...
2005-09-10 Hervé PoussineauMove common code of USB miniport drivers into drivers...
2005-09-08 Royce Mitchell IIIwin32 api compatibility fix
2005-09-08 Hervé PoussineauRemove warnings and allow installation of USB files...
2005-09-08 Hervé PoussineauFix build, by correcting include paths and updating...
2005-09-08 Hervé PoussineauAdd xml files at the right places
2005-09-08 Hervé PoussineauMove drivers to the right location
2005-09-08 Hervé PoussineauRename drivers to their right name
2005-09-08 Hervé PoussineauStart of big changes in layout of USB code. Fireball...
2005-09-05 Alex Ionescu- NDK compatibility fixes for MSDDK. Use NTAPI instead...
2005-09-04 Alex Ionescu- Fix incorrect PFILE_MAILSLOT_SET_INFORMATION definition
2005-09-04 Alex Ionescu- Fix typo in NDK
2005-09-04 Hervé PoussineauFix definition of STDCALL. Thanks Alex
2005-09-04 Hervé PoussineauAlex prefers that we don't locally define structures...
2005-09-04 Hervé PoussineauAllow compilation of npfs driver with MSVC
2005-09-04 Hervé PoussineauAllow compilation of fs_rec driver with MSVC
2005-09-01 Gregor AnichLink against string.a instead of hal and ntoskrnl,...
2005-09-01 Andrew MungerCorrect some checks, fix bug 748 (qemu networking)...
2005-08-27 Andrew Munger17519 requires __REACTOS__ to be defined for KDB to...
2005-08-24 Filip NavaraREVISON -> REVISION
2005-08-24 Filip NavaraFix a memory leak if VideoPortInitialize is called...
2005-08-24 Hervé PoussineauCleanup i8042prt.h
2005-08-24 Hervé PoussineauRemove $Id$ tags
2005-08-24 Hervé PoussineauFix IRP_MJ_QUERY_INFORMATION/FileStandardInformation...
2005-08-24 Hervé PoussineauReplace ExAllocatePool by ExAllocatePoolWithTag
2005-08-24 Filip NavaraMake BusyLoop volatile. Spotted by Thomas.
2005-08-24 Filip NavaraImplement the most over-optimized lock in NT - the...
2005-08-24 Filip NavaraRemove bogus and unneeded cast.
2005-08-24 Filip NavaraGet rid of one memory leak and two more ROS-only fields...
2005-08-24 Filip NavaraStart removing dead code and ReactOS specific structure...
2005-08-23 Filip NavaraGet rid of NdisWorkItemHalt.
2005-08-23 Filip NavaraRemove buffer pool implementation and replace buffer...
2005-08-23 Filip NavaraRemove obsolete APIs and APIs that are actually impleme...
2005-08-23 Filip NavaraMS DDK compatibility fixes.
2005-08-23 Filip NavaraShut up PREFAST warnings about shadowing declarations.
2005-08-23 Filip NavaraFix incorrect string manipulation in NdisOpenProtocolCo...
2005-08-18 Gé van GeldorpImport VMware open source BusLogic driver
2005-08-18 Hartmut BirrFixed the directory index for FATX in FATXAddEntry.
2005-08-17 Alex IonescuMajor cleanup of NDK. I've decided that it would be...
2005-08-14 James TaborCreate Usb bulk storage template.
2005-08-14 James TaborImplemented USBD_ParseConfigurationDescriptorEx and...
2005-08-12 Aleksey BraginCorrect include tree, fixing multiple defines.
2005-08-12 Aleksey BraginXbox hack added, so two exactly the same PCI devices...
2005-08-12 Aleksey BraginMajor additions to usb stack:
2005-08-12 Aleksey Braginremoved debug message about submitting urb
2005-08-12 Aleksey BraginUSB keyboard and mouse "embedded" drivers from cromwell...
2005-08-12 Royce Mitchell IIIcheck for failure of vfatAttachFCBToFileObject() during...
2005-08-11 Hervé PoussineauInput parameter in FSCTL_GET_RETRIEVAL_POINTERS is...
2005-08-11 Filip NavaraImplement NdisAllocatePacketPool by calling NdisAllocat...
2005-08-11 Hartmut BirrImplemented (copied from NdisAllocatePacketPool) NdisAl...
2005-08-11 Hervé PoussineauRemove debug output and some useless code
2005-08-11 Hartmut BirrFixed some problems if special parameters are delivered...
2005-08-11 Hartmut BirrImplemented IRP_MJ_QUERY_VOLUME_INFORMATION/FileFsDevic...
2005-08-08 Filip NavaraRevert part of #17156 and #17157 changes.
next