Some minor bits I think would make sense to commit with this patch..
- NEED_FTDI should be named NEED_LIBFTDI There are two major versions of libftdi (~0.20, and ~1.2). Currently we don't need anything only available in one of them so that name would be most precise at the moment. However, we may wanna use NEED_LIBFTDI1 right away to indicate we wont support the older one indefinitely. - NEED_NET should really be NEED_POSIX_SOCKETS or at least NEED_SOCKETS.
Apart from those this is clearly a great improvement (with room for even further improvement :) and thus: Acked-by: Stefan Tauner stefan.tauner@alumni.tuwien.ac.at It builds fine on the bot BTW.