这些小活动你都参加了吗?快来围观一下吧!>>
电子产品世界 » 论坛首页 » 综合技术 » 基础知识 » uclinux,usb uclinux usb驱动开发问题

共2条 1/1 1 跳转至

uclinux,usb uclinux usb驱动开发问题

院士
2006-09-17 18:14:16     打赏
uclinux,usb uclinux usb驱动开发问题



关键词: uclinux     驱动     开发     问题    

院士
2006-12-22 22:43:00     打赏
2楼
问 大家好,
我在做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 跳转至

回复

匿名不能发帖!请先 [ 登陆 注册 ]