Re: conversion to dynamic debug and CONFIG_USB_DEBUG

2013-11-08 Thread Greg KH
On Fri, Nov 08, 2013 at 02:57:05PM +0100, Oliver Neukum wrote: > On Thu, 2013-11-07 at 07:56 -0800, Greg KH wrote: > > > EHCI looks like it can be easily fixed, OHCI will take some more work, > > as will UHCI. The other "minor" hcd drivers should be easy to resolve > > as well, like I did previou

Re: conversion to dynamic debug and CONFIG_USB_DEBUG

2013-11-08 Thread Oliver Neukum
On Thu, 2013-11-07 at 07:56 -0800, Greg KH wrote: > EHCI looks like it can be easily fixed, OHCI will take some more work, > as will UHCI. The other "minor" hcd drivers should be easy to resolve > as well, like I did previously with some of the other ones. I'll gladly > take patches for all of t

Re: conversion to dynamic debug and CONFIG_USB_DEBUG

2013-11-07 Thread Greg KH
On Thu, Nov 07, 2013 at 04:31:15PM +0100, Oliver Neukum wrote: > Hi, > > as the conversion to dynamic debugging has progressed well, > I would like to ask whether -DDEBUG can be removed from > the Makefile without replacement, or, failing that, shifted > down to the individual drivers. Dynamic deb

conversion to dynamic debug and CONFIG_USB_DEBUG

2013-11-07 Thread Oliver Neukum
Hi, as the conversion to dynamic debugging has progressed well, I would like to ask whether -DDEBUG can be removed from the Makefile without replacement, or, failing that, shifted down to the individual drivers. Dynamic debugging should be off by default. I'd be happy to male a patch. Reg