Wow, sorry, I saw "imaging" and figured I had the right thing. My bad.

Here's the right one:

===
Bus 001 Device 015: ID 17a1:0118
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x17a1
  idProduct          0x0118
  bcdDevice            1.00
  iManufacturer          64 TASCORP
  iProduct               77 USB2.0 WebCam
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           57
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xc0
      Self Powered
    MaxPower               96mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         0 (Defined at Interface level)
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0000  1x 0 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       1
      bNumEndpoints           1
      bInterfaceClass         0 (Defined at Interface level)
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       2
      bNumEndpoints           1
      bInterfaceClass         0 (Defined at Interface level)
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x03c0  1x 960 bytes
        bInterval               1
Device Status:     0x0000
  (Bus Powered)
===

Again, sorry for the fail.

Thanks,
Nathan


ADFH wrote:
> Hi,
>
>   
>> [nat...@ebisu ~] sudo lsusb -v
>> Bus 006 Device 008: ID 0553:0a02 STMicroelectronics Imaging Division
>> (VLSI Vision)
>>     
> ....
>   
>>   iManufacturer           1 5 button optical mouse with scroll wheel
>>   iProduct                3 5 button optical mouse with scroll wheel
>>     
> ...
>   
>>       bInterfaceClass         3 Human Interface Device
>>       bInterfaceSubClass      1 Boot Interface Subclass
>>       bInterfaceProtocol      2 Mouse
>>     
>
> This seems to be the USB details on your mouse, not your webcam..
> When you plugged in your webcam, it showed ID 17a1:0118 (based upon
> thread on messageboard link)..
> This lsusb output above shows ID 0553:0a02 and talks about your mouse..
>
> 1. Plug the webcam in
> 2. Check dmesg output for the connected ID (Ie. 17a1:0118)
>    Ie. $ dmesg | less
>    ... jump to the bottom and look at the most recent USB connection messages
>        for ID.. "q" to quit less..
> 3. Run lsusb -v and output to a text file
>    Ie. $ sudo lsusb -v > /tmp/lsusb.txt
> 4. Search that text file (/tmp/lsusb.txt) for the ID you recorded earlier
> 5. Post everything from the line that says:
>    Bus XXX Device XXX: ID XXXX:XXXX ..........
>    ... through to the end of the output, or the next Bus XXX Device XXX
>        line, whichever comes first
>
> The webcam must be plugged in when you're running lsusb..
> _______________________________________________
> Linux-uvc-devel mailing list
> Linux-uvc-devel@lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
>
>   
_______________________________________________
Linux-uvc-devel mailing list
Linux-uvc-devel@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Reply via email to