Com Mouse can't work on NCT6686D

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Com Mouse can't work on NCT6686D相关的知识,希望对你有一定的参考价值。

Method(_CRS, 0) {Return(^^SIO1.DCRS(0, 0))} //Get UART current resources
Method(_SRS, 1) {^^SIO1.DSRS(Arg0, 0)}   //Set UART recources


to

Method(_CRS, 0) {Return(^^SIO1.DCR3(0, 0))} //Get UART current resources
Method(_SRS, 1) {^^SIO1.DSR3(Arg0, 0)}   //Set UART recources

以上是关于Com Mouse can't work on NCT6686D的主要内容,如果未能解决你的问题,请参考以下文章