Advertisement
Guest User

dmesg and lsusb for DigiView V240

a guest
Mar 8th, 2012
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. [ 1449.584007] usb 4-2: new full speed USB device using uhci_hcd and address 2
  2. [ 1449.820094] usb 4-2: configuration #1 chosen from 1 choice
  3. [ 1449.827827] Initializing USB Mass Storage driver...
  4. [ 1449.827909] scsi6 : SCSI emulation for USB Mass Storage devices
  5. [ 1449.827963] usbcore: registered new interface driver usb-storage
  6. [ 1449.827964] USB Mass Storage support registered.
  7. [ 1449.828445] usb-storage: device found at 2
  8. [ 1449.828446] usb-storage: waiting for device to settle before scanning
  9. [ 1454.829078] usb-storage: device scan complete
  10. [ 1454.832075] scsi 6:0:0:0: Direct-Access SITRONIX MULTIMEDIA 0.09 PQ: 0 ANSI: 0 CCS
  11. [ 1454.832787] sd 6:0:0:0: Attached scsi generic sg3 type 0
  12. [ 1454.837068] sd 6:0:0:0: [sdc] 4096 512-byte logical blocks: (2.09 MB/2.00 MiB)
  13. [ 1454.840064] sd 6:0:0:0: [sdc] Write Protect is off
  14. [ 1454.840066] sd 6:0:0:0: [sdc] Mode Sense: 0b 00 00 08
  15. [ 1454.840067] sd 6:0:0:0: [sdc] Assuming drive cache: write through
  16. [ 1454.852064] sd 6:0:0:0: [sdc] Assuming drive cache: write through
  17. [ 1454.852066] sdc: unknown partition table
  18. [ 1454.900064] sd 6:0:0:0: [sdc] Assuming drive cache: write through
  19. [ 1454.900067] sd 6:0:0:0: [sdc] Attached SCSI removable disk
  20.  
  21.  
  22. ####################################################################
  23.  
  24.  
  25. lsusb -v -d1403:0001
  26.  
  27. Bus 004 Device 002: ID 1403:0001 Sitronix Digital Photo Frame
  28. Device Descriptor:
  29. bLength 18
  30. bDescriptorType 1
  31. bcdUSB 1.10
  32. bDeviceClass 0 (Defined at Interface level)
  33. bDeviceSubClass 0
  34. bDeviceProtocol 0
  35. bMaxPacketSize0 8
  36. idVendor 0x1403 Sitronix
  37. idProduct 0x0001 Digital Photo Frame
  38. bcdDevice 1.10
  39. iManufacturer 1
  40. iProduct 2
  41. iSerial 0
  42. bNumConfigurations 1
  43. Configuration Descriptor:
  44. bLength 9
  45. bDescriptorType 2
  46. wTotalLength 32
  47. bNumInterfaces 1
  48. bConfigurationValue 1
  49. iConfiguration 0
  50. bmAttributes 0xc0
  51. Self Powered
  52. MaxPower 100mA
  53. Interface Descriptor:
  54. bLength 9
  55. bDescriptorType 4
  56. bInterfaceNumber 0
  57. bAlternateSetting 0
  58. bNumEndpoints 2
  59. bInterfaceClass 8 Mass Storage
  60. bInterfaceSubClass 6 SCSI
  61. bInterfaceProtocol 80 Bulk (Zip)
  62. iInterface 0
  63. Endpoint Descriptor:
  64. bLength 7
  65. bDescriptorType 5
  66. bEndpointAddress 0x81 EP 1 IN
  67. bmAttributes 2
  68. Transfer Type Bulk
  69. Synch Type None
  70. Usage Type Data
  71. wMaxPacketSize 0x0040 1x 64 bytes
  72. bInterval 0
  73. Endpoint Descriptor:
  74. bLength 7
  75. bDescriptorType 5
  76. bEndpointAddress 0x02 EP 2 OUT
  77. bmAttributes 2
  78. Transfer Type Bulk
  79. Synch Type None
  80. Usage Type Data
  81. wMaxPacketSize 0x0040 1x 64 bytes
  82. bInterval 0
  83. cannot read device status, Operation not permitted (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement