Commit Graph

11 Commits

Author SHA1 Message Date
Vladimir Kondratiev a924098f97 Support for <device file> option when doing --device-list
- simple-mtpfs can be used as lightweight crossplatform mtp-probe
- at current state simple-mtpfs does not respect libmtp device quirks
  when connecting via device file. That leads to errors on some devices
  This issue can be workarounded now with following command:
     simple-mtpfs --device `simple-mtpfs <device file> -l | cut -f1 -d:` <mount point>
2015-08-23 13:55:52 +03:00
Vladimir Kondratiev 8a971b0ba7 Support for mounting by device file when libusb1 is missing 2015-08-23 13:55:44 +03:00
Peter Hatina 76be403170 copyright update 2015-01-08 17:29:00 +01:00
Peter Hatina a00250fda6 introduce device capabilities in --list-devices
This is preparation for direct object modification.
2014-11-12 09:29:34 +01:00
Peter Hatina 6441a5d7e5 move mutex calls to private section of MTPDevice 2014-11-05 17:39:08 +01:00
Peter Hatina 74dfce65eb copyright update 2014-07-09 12:34:00 +02:00
Peter Hatina e080bed017 copyright update 2013-11-18 19:09:45 +01:00
Peter Hatina 2345e48cba introduce source file when mounting 2013-09-23 23:06:28 +02:00
Peter Hatina 7a60bd3099 drop unused MTPDevice::dirGetContent() 2013-07-31 16:09:08 +02:00
Peter Hatina 2d11b4726e fix error message when no raw device found 2012-09-29 13:03:17 +02:00
Peter Hatina a84befbd30 initial import 2012-09-22 12:43:05 +02:00