created infrastructure in ntdll to support IOCTL for serial devices.

Eric Pouech eric.pouech at wanadoo.fr
Wed Jan 4 14:21:19 CST 2006


ChangeLog:
- created infrastructure in ntdll to support IOCTL for serial devices
- implemented IOCTLs in ntdll for serial break support
- implemented the kernel32 equivalent on top of those IOCTLs

  dlls/kernel/comm.c      |   55 ++----
  dlls/ntdll/Makefile.in  |    1
  dlls/ntdll/file.c       |   21 ++
  dlls/ntdll/ntdll_misc.h |    7 +
  dlls/ntdll/serial.c     |  197 +++++++++++++++++++++++
  include/ntddser.h       |  398 
+++++++++++++++++++++++++++++++++++++++++++++++
  6 files changed, 631 insertions(+), 48 deletions(-)
  create mode 100644 dlls/ntdll/serial.c
  create mode 100644 include/ntddser.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 598b48d61413151e98546c7ba8e966d50b3a97aa.diff
Type: text/x-patch
Size: 30307 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20060104/0c6dc8cf/598b48d61413151e98546c7ba8e966d50b3a97aa-0001.diff


More information about the wine-patches mailing list