Dear Maintainer,
When trying to craft udev rules to connect to the
Nexus 7 from Asus / Google, I ran into a libmtp panic;
sudo /usr/local/sbin/go-mtpfs /media/nexus_7/
Error: Unable to read MTPZ public exponent from ~/.mtpz-data
2012/12/29 19:09:58 compiled against libmtp 1.1.3
Device 0 (VID=18d1 and PID=4e41) is a Google Inc (for Asus) Nexus 7 (MTP).
2012/12/29 19:09:58 device Google Inc (for Asus): Nexus 7 (MTP) (18d1:4e41) @ bus 2, dev 9
:
PTP_ERROR_IO: failed to open session, trying again after resetting USB interface
LIBMTP libusb: Attempt to reset device
inep: usb_get_endpoint_status(): Invalid argument
outep: usb_get_endpoint_status(): Device or resource busy
usb_clear_halt() on IN endpoint: Device or resource busy
usb_clear_halt() on OUT endpoint: Device or resource busy
usb_clear_halt() on INTERRUPT endpoint: Device or resource busy
LIBMTP PANIC: failed to open session on second attempt
2012/12/29 19:10:03 rdev.open: open: open returned nil
As you can see, I'm also using the go-mtpfs module from Google.