On Wed, Apr 13, 2011 at 10:45 AM, Brad Hards <br...@frogmouth.net> wrote: > Signed-off-by: Brad Hards <br...@frogmouth.net> > --- > usb-linux.c | 16 ++++++++-------- > 1 files changed, 8 insertions(+), 8 deletions(-)
Some of these printfs look like they might be useful given that the current USB support is known to be imperfect and frequently causes questions from users. By changing them to DPRINTF() you are making these message available only to developers and not users. Any thoughts from people who use or have written the usb-linux.c code? Stefan