摘要: 一波未平,一波又起 同事在windows GPIO driver 里修改 power button delay 引起了音量按键的不正常,快速按一下,颗粒度从之前的2变成了4 根据gpioint 的定义,是可以定义debounce 的值的,但是不知道是多少 https://uefi.org/specs 阅读全文
posted @ 2025-10-24 22:35 ccdriver 阅读(1) 评论(0) 推荐(0)
摘要: 1. ACPI button 文档 ACPI 按钮设备 - Windows drivers | Microsoft Learn 2. acpi button 的acpi doc https://uefi.org/specs/ACPI/6.6/09_ACPI_Defined_Devices_and_D 阅读全文
posted @ 2025-10-24 22:24 ccdriver 阅读(4) 评论(0) 推荐(0)
摘要: copy from PCIe 定位:链路问题定位方法 -- IC 1.2.看AER的状态寄存器 Advanced Error Reporting能够提供更详细的异常状态记录,可以重点看Uncorrectable Error Status Register(UESta) 和Correctable Er 阅读全文
posted @ 2025-05-22 11:10 ccdriver 阅读(98) 评论(0) 推荐(0)
摘要: setlocal enabledelayedexpansion http://www.jb51.net/article/29323.htm cmd下PUSHD和POPD命令使用说明 http://www.jb51.net/article/15663.htm http://www.bathome.ne 阅读全文
posted @ 2014-04-10 18:41 ccdriver 阅读(132) 评论(0) 推荐(0)
摘要: KSFILTER_DESCRIPTOR 中的Reference GUID 有什么作用?该GUID是标示符,功能标示符,与KsCreateFilterFactory中的Refstring有关。 阅读全文
posted @ 2013-12-12 14:10 ccdriver 阅读(327) 评论(0) 推荐(0)
摘要: Interlaced video images are made up of fields. Each field contains half of the number of lines needed to make up one frame of video. A field consists ... 阅读全文
posted @ 2013-12-03 10:24 ccdriver 阅读(411) 评论(0) 推荐(0)
摘要: ATTEMPTED_SWITCH_FROM_DPC (b8)A wait operation, attach process, or yield was attempted from a DPC routine.This is an illegal operation and the stack track will lead to the offendingcode and original DPC routine.Arguments:Arg1: 85bd1040, Original thread which is the cause of the failureArg2: 81290100 阅读全文
posted @ 2013-11-07 17:32 ccdriver 阅读(326) 评论(0) 推荐(0)
摘要: 调试驱动时总要重复的安装驱动,这时懒人总会想更更省力,干脆点一下就好了。1. DPINST.exe , 把该工具放在安装文件目录下,点击运行,就可以直接安装了。 当然DPINST还有更多的命令参数,可以对它建立一个快捷方式,在后面添上命令参数就可以了。 in shortcut property sheet. "......dpinst.exe" /p 表明如果要安装的驱动,没有当前的好则提示。 in shortcut property sheet. "......dpinst.exe" /u avshws.inf 表明要卸载该INF。 执行完成后,不会留 阅读全文
posted @ 2013-11-06 10:30 ccdriver 阅读(302) 评论(0) 推荐(0)
摘要: 公司要开发采集卡的KS驱动。写点心得。公司一直用common buffer 来传输数据,所以这次也想用该方法来实现KS流。common buffer DMA 的微硬文档: “Common Buffer DMA in AVStream” 里面讲得比较清楚了,还有一点细节问题没说。 此文档还是要看一眼这个文档之前的一篇的,“Packet-based DMA in AVStream”。--------------------------------------------------------------------------------------------先要在初始化时,分配个comm.. 阅读全文
posted @ 2013-10-30 14:02 ccdriver 阅读(255) 评论(2) 推荐(0)
摘要: 对help viewer 建立快捷方式,再在属性中,对路径名参数后面添上 如下的命令。/catalogName VisualStudio12 /locale en-US /sku 3000 /launchingApp Microsoft,VisualStudio,12.0就可以了。然后就可以PIN在任务栏上了。大家可以参考 任务管理器中的命令行参数及http://msdn.microsoft.com/en-us/library/hh496811.aspx#United States (English)Vs2013:http://msdn.itellyou.cn/BWG7X-J98B3-W34R 阅读全文
posted @ 2013-10-29 16:18 ccdriver 阅读(1287) 评论(2) 推荐(0)