-
Consider a hypothetical device driver.
考虑这样一个假想的设备驱动程序。
-
Then, open the device driver and get the file descriptor.
然后打开设备驱动器并获取文件描述符。
-
Also, you can use friendly name if your device driver supports it.
此外,如果您的设备驱动程序支持,则可以使用友好的名称。
-
Packets are enqueued for transmission and dequeued by the device driver.
数据包是由设备驱动进行入队传输和出队。
-
You will also be applying a patch (extra routines) to your device driver.
还需要对设备驱动程序应用一个补丁(附加例程)。
驱动程序(全称:设备驱动程序)是硬件厂商根据操作系统编写的配置文件。 驱动程序本质上是软件代码,主要作用是计算机系统与硬件设备之间完成数据传送的功能,可以说没有驱动程序,计算机中的硬件就无法工作。驱动程序可以分为官方正式版、微软WHQL认证版、第三方驱动、发烧友修改版、Beta测试版。