msbugs.txt

来自「一个开放源码的bt848/878驱动程序的源码」· 文本 代码 · 共 13 行

TXT
13
字号
- Why do we have do use the hacks on WinHalEmu.cpp to access PCI config space ?
  Is there a documented way to do it ? - Even with Hal... fns ) that are supposed
  to be deprecated, it can't be done, 'cause those functions lock/reset computer 
  under WinXP and Win2000, and they prevent driver to load under WinMe
- The AVI wrapper (VFWWDM32.DLL) assumes that the first VIDEOINFOHEADER of the
  preview stream describes the default size to use for the preview channel. This
  ,instead, should be configurable by the user. It also should let user pick
  the analog video standard to use. (It does not by now)
- NetMeeting needs an KS_AnalogVideoNone analog video standard. Why didn't they
  allow us to use an other one. This is only true for WebCams - Ao guess what we
  did to make it work ?
- Is there any synchronization object in kernel space that does not use IRQL
  raising to sync code ?

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?