mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-09-29 15:31:08 -04:00
- ls -lhR --color - cp from device to host - info (get device information) - cat files on device Added a command line interface in prs500.py Added documentation in epytext Added support for distutils
20 lines
619 B
Plaintext
20 lines
619 B
Plaintext
Library implementing a reverse engineered protocol to communicate with the Sony Reader PRS-500.
|
|
|
|
Requirements:
|
|
1) Python >= 2.5
|
|
2) PyUSB >= 0.3.4 (http://sourceforge.net/projects/pyusb/)
|
|
|
|
Installation:
|
|
As root
|
|
python setup.py install
|
|
|
|
Usage:
|
|
Add the following to /etc/udev/rules.d/90-local.rules
|
|
|
|
BUS=="usb", SYSFS{idProduct}=="029b", SYSFS{idVendor}=="054c", MODE="660", GROUP="plugdev"
|
|
|
|
and run udevstart to enable access to the reader for non-root users. You may have to adjust the GROUP and the location of the
|
|
rules file to suit your distribution.
|
|
|
|
Usage information is provided when you run the script prs500.py
|