Re: [ptxdist] [PATCH] V2 Add capability to specify version number of libusb 0.1.*

2009-03-04 Thread Remy Bohmer
Hello Marc, Thanks for looking into the patches. Here are a few answers to your questions: just call it LIBUSB_COMPAT, i'm lazy typer :) You should not have to type that name, it is generated by Kconfig ;-) OK, I will change that. +config LIBUSB_VERSION_COMPAT +     string +     prompt

Re: [ptxdist] [PATCH] V2 Add capability to specify version number of libusb 0.1.*

2009-03-04 Thread Robert Schwebel
On Wed, Mar 04, 2009 at 09:49:25AM +0100, Remy Bohmer wrote: +config LIBUSB_VERSION_COMPAT +     string +     prompt Version number of libusb-compat +     default 0.1.0 +     help +       Version number of the libusb compatibility layer +       First version released is 0.1.0

Re: [ptxdist] [PATCH] V2 Add capability to specify version number of libusb 0.1.*

2009-03-04 Thread Marc Kleine-Budde
Remy Bohmer wrote: Hello Marc, Thanks for looking into the patches. Here are a few answers to your questions: just call it LIBUSB_COMPAT, i'm lazy typer :) You should not have to type that name, it is generated by Kconfig ;-) OK, I will change that. +config LIBUSB_VERSION_COMPAT +

Re: [ptxdist] [PATCH] V2 Add capability to specify version number of libusb 0.1.*

2009-03-04 Thread Remy Bohmer
Hello Robert, Is there a reason to have more than one version in ptxdist at one time? If not, we shouldn't make it configurable, because maintenance effort explodes then. If yes, it can be done. Note that, if a new version is available, it can be changed in the .make file. But making it