Forgot to commit this with r19248... ("Add back ACPI device, to allow auto power...
[reactos.git] / reactos / drivers /
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
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
next