Damien George
c33ad60a67
extmod/fsusermount: Change block protocol to support ioctl method.
...
The new block protocol is:
- readblocks(self, n, buf)
- writeblocks(self, n, buf)
- ioctl(self, cmd, arg)
The new ioctl method handles the old sync and count methods, as well as
a new "get sector size" method.
The old protocol is still supported, and used if the device doesn't have
the ioctl method.
2016-02-10 08:59:31 +00:00
..
2016-01-28 16:11:41 +00:00
2015-12-17 12:33:42 +00:00
2016-01-17 12:13:01 +02:00
2016-01-11 00:49:27 +00:00
2016-01-11 00:49:27 +00:00
2016-01-27 14:27:10 +00:00
2016-01-27 14:27:10 +00:00
2015-12-18 12:35:44 +00:00
2015-12-18 12:35:44 +00:00
2016-01-27 14:27:10 +00:00
2016-01-27 14:27:10 +00:00
2016-02-09 13:46:49 +00:00
2016-01-29 11:39:12 +00:00
2016-01-03 18:08:45 +02:00
2015-12-27 20:40:36 +02:00
2015-12-18 12:35:44 +00:00
2015-12-18 12:35:44 +00:00
2015-12-31 00:24:33 +00:00
2016-01-11 00:49:27 +00:00
2015-12-17 13:20:40 +00:00
2016-01-11 00:49:27 +00:00
2016-01-24 09:12:06 +00:00
2016-01-19 12:25:28 +00:00
2016-01-11 00:49:27 +00:00
2016-02-03 22:13:39 +00:00
2016-02-01 15:08:42 +00:00
2016-01-01 14:22:57 +02:00
2016-02-03 22:30:49 +00:00
2016-02-09 13:29:20 +00:00
2016-01-02 22:04:12 +00:00
2016-01-27 14:27:10 +00:00
2016-01-11 00:49:27 +00:00
2016-01-11 00:49:27 +00:00
2016-01-11 00:48:41 +00:00
2016-01-11 00:48:41 +00:00
2016-01-11 00:49:27 +00:00
2016-01-11 00:49:27 +00:00
2016-01-13 15:47:56 +00:00
2016-01-11 00:49:27 +00:00
2016-01-02 22:04:12 +00:00
2016-01-11 00:49:27 +00:00
2016-01-11 00:49:27 +00:00
2016-02-02 23:16:05 +00:00
2016-01-11 00:49:27 +00:00
2016-01-23 23:30:06 +02:00
2016-01-07 14:29:12 +00:00
2016-01-07 14:29:12 +00:00
2016-01-11 00:49:27 +00:00
2016-01-07 14:29:12 +00:00
2016-01-13 15:47:56 +00:00
2016-01-11 00:49:27 +00:00
2016-01-17 12:13:01 +02:00
2016-01-11 00:49:27 +00:00
2016-01-11 00:49:27 +00:00
2015-12-14 23:48:12 +02:00
2016-01-15 11:09:20 +00:00
2016-01-11 00:49:27 +00:00
2016-01-11 00:49:27 +00:00
2016-01-11 00:49:27 +00:00
2016-02-02 16:51:52 +00:00
2016-01-11 00:49:27 +00:00
2016-01-11 00:49:27 +00:00
2016-01-03 16:27:55 +00:00
2016-01-11 00:49:27 +00:00
2016-01-11 00:49:27 +00:00
2016-01-11 00:49:27 +00:00
2016-01-11 00:49:27 +00:00
2016-01-12 22:06:39 +01:00
2016-01-07 14:40:35 +00:00
2016-01-17 12:13:01 +02:00
2015-12-17 12:41:40 +00:00
2015-12-17 12:45:22 +00:00
2016-02-10 08:59:31 +00:00
2016-02-02 23:16:05 +00:00
2016-01-29 02:13:42 +02:00
2015-12-18 12:35:44 +00:00
2016-01-08 13:43:56 +00:00
2016-01-11 00:49:27 +00:00
2016-02-01 16:07:21 +00:00