Advertisement
kbmonkey

Untitled

Jun 8th, 2011
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. :~$ dmesg | tail
  2.  
  3. [ 409.880024] usb 5-2: new full speed USB device using uhci_hcd and address 2
  4. [ 410.066064] usb 5-2: New USB device found, idVendor=04a9, idProduct=317a
  5. [ 410.066067] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  6. [ 410.066069] usb 5-2: Product: Canon Digital Camera
  7. [ 410.066070] usb 5-2: Manufacturer: Canon Inc.
  8. [ 410.066071] usb 5-2: SerialNumber: DEB75F74940340889A43ADC091DAFB8D
  9. [ 410.066154] usb 5-2: configuration #1 chosen from 1 choice
  10. [ 475.580067] ===>rt_ioctl_giwscan. 1(1) BSS returned, data->length = 132
  11.  
  12.  
  13.  
  14. :~$ sudo lsusb -v
  15.  
  16. Bus 005 Device 002: ID 04a9:317a Canon, Inc. Powershot A470
  17. Device Descriptor:
  18. bLength 18
  19. bDescriptorType 1
  20. bcdUSB 1.10
  21. bDeviceClass 0 (Defined at Interface level)
  22. bDeviceSubClass 0
  23. bDeviceProtocol 0
  24. bMaxPacketSize0 8
  25. idVendor 0x04a9 Canon, Inc.
  26. idProduct 0x317a Powershot A470
  27. bcdDevice 0.01
  28. iManufacturer 1 Canon Inc.
  29. iProduct 2 Canon Digital Camera
  30. iSerial 3 DEB75F74940340889A43ADC091DAFB8D
  31. bNumConfigurations 1
  32. Configuration Descriptor:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement