共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 跳转至页
回复
打赏帖 | |
---|---|
【OZONE】使用方法总结被打赏20分 | |
【S32K314】芯片启动流程分析被打赏20分 | |
【LP-MSPM0L1306】适配 RT-Thread Nano被打赏20分 | |
今天的咸鱼也是曾经鱼跃龙门的天纵之才,中流击水,浪遏飞舟,粪土当年万户侯,数风流人物,还看今朝,被打赏5分 | |
分享一种检测按键状态的方法被打赏20分 | |
周末总结一下,STM32C0系列的开发经验被打赏50分 | |
【换取手持数字示波器】MicrochipMPLABHarmony框架下定时器配置被打赏20分 | |
【换取手持数字示波器】MicrochipMPLABHarmony框架下PWM配置被打赏20分 | |
【Cortex-M】Systick Timer使用被打赏10分 | |
分享汽车防盗系统的组成与分类(一)被打赏5分 |