Quote:
Originally Posted by kovidgoyal
igor a quick question. File permissions information is transmitted in the last 4 bytes of the packet. However, looking at my USB logs, the last 4 bytes are always zeroed (i.e., the reader sends no information). Looking at ebook.py you seem to assign the file permissions arbitrarily. Is that correct?
|
Um yeah, I don't use permissions in the listing (maybe I should fix that...). Afair, the USB interface transmits only one flag - "read-only", not the full mask. I will check later.