This is the output of dmesg:
usb 4-2: new full speed USB device using uhci_hcd and address 2
usb 4-2: new device found, idVendor=054c, idProduct=029b
usb 4-2: new device strings: Mfr=1, Product=2, SerialNumber=0
usb 4-2: Product: Sony Portable Reader System
usb 4-2: Manufacturer: Sony
usb 4-2: configuration #1 chosen from 2 choices
and I seem to have some corresponding /dev entries:
crw-rw---- 1 root root 254, 14 2008-03-22 08:46 /dev/usbdev4.2_ep00
crw-rw---- 1 root root 254, 16 2008-03-22 08:46 /dev/usbdev4.2_ep02
crw-rw---- 1 root root 254, 15 2008-03-22 08:46 /dev/usbdev4.2_ep81
but unfortunately, they're only available to root. Why do I have a feeling this will be a problem?
|