更改char USB驱动程序的界面

时间:2016-05-06 09:42:08

标签: linux linux-kernel char driver linux-device-driver

我为HID USB设备编写了一个char驱动程序。

我的目标是将数据发送到接口0。 我要发送的所有数据都是正确的,但是我将URB_CONTROL发送到接口1。

我的代码基于http://matthias.vallentin.net/blog/2007/04/writing-a-linux-kernel-driver-for-an-unknown-usb-device/提供的骨架和示例。

驱动程序的哪一部分(探测,写入等)是指定的接口号?

0 个答案:

没有答案