From a57e39d7180ae1c7ce28105fb0c735121dec6f0d Mon Sep 17 00:00:00 2001 From: Joshua Hill Date: Thu, 13 May 2010 05:59:36 -0400 Subject: 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. --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 TODO (limited to 'TODO') 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. -- cgit v1.1-32-gdbae