summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Joshua Hill2010-05-13 05:59:36 -0400
committerGravatar Joshua Hill2010-05-13 05:59:36 -0400
commita57e39d7180ae1c7ce28105fb0c735121dec6f0d (patch)
treef435bddb3658cb310cb9f5e57b20775f32ec26c7 /TODO
parent2e8feabfe1ec82e75434663d5e3128e1769f34c5 (diff)
downloadlibirecovery-a57e39d7180ae1c7ce28105fb0c735121dec6f0d.tar.gz
libirecovery-a57e39d7180ae1c7ce28105fb0c735121dec6f0d.tar.bz2
Began work. Added basic Makefile and implemented irecv_init(), irecv_open(), irecv_close(), and irecv_exit()
Needs to be tested on MacOSX and Windows, and Makefile needs to be updated for these platforms.
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..61d4872
--- /dev/null
+++ b/TODO
@@ -0,0 +1,10 @@
+TODO List
+
+This is just a list of a couple things i've been meaning to get around to, but haven't had the chance. If you finish any of them you can go ahead and remove it from the list.
+------------------------------------------------
+
+1) Port irecovery to libusb1.0. I've already done this in some of my other projects, and I think westbaer's brach has already been ported but our branches forked off a long time ago.
+
+2) Add support for getenv command. getenv sends the request variable back in a control message that can be fetched with usb_control_message(handle, 0xC0, 0, 0, 0, buffer, size, 500).
+
+3) Fix command line parsing so you can send arguments to commands. Currently if you try "irecovery -c bgcolor 0 0 0" only "bgcolor" will be sent and none of it's arguments.