correct a mistake
[reactos.git] / reactos / drivers /
2005-12-03 Thomas Bluemelget the root fcb when creating a file and no parent...
2005-12-02 Hervé Poussineau- Implement PciIdeXSetBusData
2005-12-02 Steven Edwardsincress the number of passes to detect the mouse and...
2005-12-01 Steven Edwardsstop the abuse of having the ddk directory in the path...
2005-12-01 Hervé PoussineauLink video miniports to videoprt library only
2005-11-30 Hartmut BirrDon't check for RequestedOptions if a trailing slash...
2005-11-30 Andrew MungerDefine __NO_CTYPE_INLINES so release npfs will build...
2005-11-29 Thomas Bluemelanother hack to get reactos to build again
2005-11-29 Alex Ionescu- Fix the build (patch by Thomas Weidenmueller)
2005-11-28 Royce Mitchell IIIinline -> __inline
2005-11-28 Alex Ionescu- Make the NDK compatible with the MSDDK again.
2005-11-28 James TaborFix header includes.
2005-11-27 Hartmut BirrUse the calculated cluster/offset pair if we extend...
2005-11-27 Hartmut Birr- Lock the MainResource if we overwrite or supersede...
2005-11-27 Alex Ionescu- Add DDK alignment macros and move/rename the ones...
2005-11-26 James TaborClean up Xml files, show usbd functions as implemented...
2005-11-25 James TaborFix typo.
2005-11-24 James TaborFix missed files. Svn problem?
2005-11-24 Hartmut Birr- Allow trailing back slashes only for directories.
2005-11-24 Hervé PoussineauPatch by Elrond:
2005-11-24 Andrew GreenwoodRemove portcls from old location
2005-11-24 Andrew GreenwoodSome preliminary stubbing of the Kernel Streaming compo...
2005-11-24 Hervé PoussineauSort entries in usbport.def
2005-11-24 James Taborset eol-style to native
2005-11-24 James TaborSorry for the mess. 8^P
2005-11-24 James TaborPortCls.sys, Port Class functions for audio drivers.
2005-11-24 James TaborPortCls.sys, Port Class functions for audio drivers.
2005-11-24 James TaborPortCls.sys, Port Class functions for audio drivers.
2005-11-23 Hervé PoussineauUse a common header file
2005-11-23 Magnus OlsenVerify VBE is found and not anything else, is a safe...
2005-11-23 Magnus OlsenTotalMemory is in number of 64K block not 16K block...
2005-11-23 Hervé PoussineauImplement IRP_MN_QUERY_DEVICE_RELATIONS
2005-11-23 Magnus OlsenDetect Bad graphic Bios, Some graphice card report...
2005-11-23 Alex Ionescumove devices.h to a more appropriate location (approxim...
2005-11-22 Filip NavaraFix compilation.
2005-11-20 Alex IonescuIt is generally considered a good idea to release a...
2005-11-19 Hervé PoussineauFix access rights (even if not checked in KernelMode)
2005-11-19 Hervé PoussineauImplement InterfacePciDevicePresent(Ex) of PCI_DEVICE_P...
2005-11-18 Aleksey BraginImplement stubs for PCI_DEVICE_PRESENT_INTERFACE query...
2005-11-18 Hervé PoussineauRevert 19324 and part of 19325...
2005-11-18 Hervé Poussineau- Don't use buffered I/O, to prevent some lag
2005-11-18 Art YerkesFixed skipped events from keyboard:
2005-11-15 Hervé PoussineauForgot to commit this with r19248... ("Add back ACPI...
2005-11-14 Alex IonescuCatch really weird scenario where we don't have a File...
2005-11-12 Hervé PoussineauMove the initialization of USB keyboard and mouse to...
2005-11-11 Thomas Bluemelfixed some more warnings when compiled with -Wwrite...
2005-11-09 Thomas Bluemelfixed uninitialized variable warnings
2005-11-09 Hervé PoussineauNew serial mouse driver, which is PnP compliant
2005-11-09 Hervé PoussineauDelete old legacy serial mouse driver, will be replaced...
2005-11-09 Hervé Poussineau- Add registry entry in HKEY_LOCAL_MACHINE\HARDWARE...
2005-11-09 Hervé Poussineau- Add registry entry in HKEY_LOCAL_MACHINE\HARDWARE...
2005-11-09 Hervé PoussineauSTDCALL -> NTAPI
2005-11-09 Hervé Poussineau- pciidex: Fix Hardware IDs returned for channel PDOs
2005-11-08 Gé van GeldorpAllocate mem for the structure, not only for a pointer.
2005-11-08 Hervé PoussineauWhen a driver is a legacy driver, call its AddDevice...
2005-11-08 Hervé PoussineauPatch by Filip Navara/Hervé Poussineau:
2005-11-05 Hartmut BirrUse the share disposition to detect the direction of...
2005-11-05 Eric KohlOpen pipe in 'passive' mode if the desired access right...
2005-11-05 Hervé PoussineauReplace a void* by PDEVICE_OBJECT and fix its usage
2005-11-05 Hervé Poussineau- Remove Mou and Mouse strings in names to share more...
2005-11-05 Hervé PoussineauRevert Kdb and Keyboard strings in name to share more...
2005-11-04 Hervé PoussineauAllow more than one USB controller (was a XBOX hack...
2005-11-04 Hervé PoussineauRevert 18883 and 18912, as they break named pipes
2005-11-04 Royce Mitchell IIIfix uninitialized variable
2005-11-04 Royce Mitchell IIIfix indentation
2005-11-04 Royce Mitchell IIIfix indentation
2005-11-01 Gé van GeldorpPatch by hpoussin/GvG
2005-10-31 Hartmut BirrRemoved the 'special' mode, because it didn't connect...
2005-10-31 Hervé PoussineauBig move of driver input stack to a Plug-and-Play model:
2005-10-31 Hervé PoussineauRewrite mouclass, so it can now handle more than one...
2005-10-30 Hervé PoussineauPrevent i8042prt to search for a keyboard/mouse more...
2005-10-30 Art Yerkesuse %lx for printing NTSTATUS
2005-10-30 Art YerkesSome upgrades for green:
2005-10-30 Hervé PoussineauImplement IRP_MJ_PNP / IRP_MN_QUERY_INTERFACE for GUID_...
2005-10-28 Thomas Bluemelfixed uninitialized variable warning
2005-10-28 Hervé PoussineauSTDCALL -> NTAPI
2005-10-28 Art YerkesAdded build xml.
2005-10-28 Art YerkesAdd green.
2005-10-28 Art YerkesMake green build with rbuild and current headers.
2005-10-27 Thomas Bluemelno need to create a symbolic link in \??
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
next