共2条
1/1 1 跳转至页
uclinux,usb uclinux usb驱动开发问题

问
大家好,
我在做uclinux下kodak数码相机的驱动,USB控制芯片用的是sl811,现在出现下面的打印信息
hub.c: new USB device sl811-1, assigned address 2
Manufacturer: Eastman Kodak Company
Product: KODAK EasyShare DX6340 Zoom Digital Camera
SerialNumber: KCKCJ35203020
USB.c: USB device 2 (vend/prod 0x40a/0x570) is not claimed by any active driver.
Length = 18
DescriptorType = 01
USB version = 2.00
Vendor:Product = 040a:0570
MaxPacketSize0 = 8
NumConfigurations = 1
Device version = 1.00
Device Class:SubClass:Protocol = 00:00:00
Per-interface classes
Configuration:
bLength = 9
bDescriptorType = 02
wTotalLength = 0027
bNumInterfaces = 01
bConfigurationValue = 01
iConfiguration = 00
bmAttributes = c0
MaxPower = 2mA
Interface: 0
Alternate Setting: 0
bLength = 9
bDescriptorType = 04
bInterfaceNumber = 00
bAlternateSetting = 00
bNumEndpoints = 03
bInterface Class:SubClass:Protocol = 06:01:01
iInterface = 00
Endpoint:
bLength = 7
bDescriptorType = 05
bEndpointAddress = 01 (out)
bmAttributes = 02 (Bulk)
wMaxPacketSize = 0040
bInterval = 00
Endpoint:
bLength = 7
bDescriptorType = 05
bEndpointAddress = 81 (in)
bmAttributes = 02 (Bulk)
wMaxPacketSize = 0040
bInterval = 00
Endpoint:
bLength = 7
bDescriptorType = 05
bEndpointAddress = 82 (in)
bmAttributes = 03 (Interrupt)
wMaxPacketSize = 0008
bInterval = 10
请教一下,出现这个信息是不是说明已经对数码相机进行了配置,下面可以进行通讯操作。
谢谢。 答 1: 没有找到匹配驱动 We now walk the list of registered USB drivers,
looking for one that will accept this interface.
"New Style" drivers use a table describing the devices and interfaces
they handle. Those tables are available to user mode tools deciding
whether to load driver modules for a new device.
我在做uclinux下kodak数码相机的驱动,USB控制芯片用的是sl811,现在出现下面的打印信息
hub.c: new USB device sl811-1, assigned address 2
Manufacturer: Eastman Kodak Company
Product: KODAK EasyShare DX6340 Zoom Digital Camera
SerialNumber: KCKCJ35203020
USB.c: USB device 2 (vend/prod 0x40a/0x570) is not claimed by any active driver.
Length = 18
DescriptorType = 01
USB version = 2.00
Vendor:Product = 040a:0570
MaxPacketSize0 = 8
NumConfigurations = 1
Device version = 1.00
Device Class:SubClass:Protocol = 00:00:00
Per-interface classes
Configuration:
bLength = 9
bDescriptorType = 02
wTotalLength = 0027
bNumInterfaces = 01
bConfigurationValue = 01
iConfiguration = 00
bmAttributes = c0
MaxPower = 2mA
Interface: 0
Alternate Setting: 0
bLength = 9
bDescriptorType = 04
bInterfaceNumber = 00
bAlternateSetting = 00
bNumEndpoints = 03
bInterface Class:SubClass:Protocol = 06:01:01
iInterface = 00
Endpoint:
bLength = 7
bDescriptorType = 05
bEndpointAddress = 01 (out)
bmAttributes = 02 (Bulk)
wMaxPacketSize = 0040
bInterval = 00
Endpoint:
bLength = 7
bDescriptorType = 05
bEndpointAddress = 81 (in)
bmAttributes = 02 (Bulk)
wMaxPacketSize = 0040
bInterval = 00
Endpoint:
bLength = 7
bDescriptorType = 05
bEndpointAddress = 82 (in)
bmAttributes = 03 (Interrupt)
wMaxPacketSize = 0008
bInterval = 10
请教一下,出现这个信息是不是说明已经对数码相机进行了配置,下面可以进行通讯操作。
谢谢。 答 1: 没有找到匹配驱动 We now walk the list of registered USB drivers,
looking for one that will accept this interface.
"New Style" drivers use a table describing the devices and interfaces
they handle. Those tables are available to user mode tools deciding
whether to load driver modules for a new device.
共2条
1/1 1 跳转至页
回复
打赏帖 | |
---|---|
【STM32F769】AI之与本地deepseek对接被打赏50分 | |
Buck电路工作在CCM模式下电感电流的计算公式是什么?被打赏5分 | |
buck电路工作原理被打赏5分 | |
基于MSPM0L1306的MODBUS-RTU协议通讯实验被打赏100分 | |
我想要一部加热台+多合一调试工具被打赏18分 | |
每周了解几个硬件知识+485硬件知识分享被打赏10分 | |
【换取手持数字示波器】树莓派PICO调试器官方固件本地化部署实践被打赏24分 | |
【换取手持数字示波器】分享一个KEIL无法识别CMSIS-DAP调试器的解决办法被打赏20分 | |
【换取手持数字示波器】分享一个自制的ArduinoNano扩展板底板被打赏23分 | |
【换取手持示波器】树莓派PICOW网页烟花被打赏18分 |