Re: USB_DEBUG mess

2013-01-05 Thread Iain Hibbert
On Sat, 5 Jan 2013, Christos Zoulas wrote: USB_DEBUG is defopt'ed and it is used as a global knob in usb.h: [...] This is done for drivers which don't include opt_usb.h so they will not recognize when USB_DEBUG changes. Since when has this defopt been the case? Ok, answering my own question,

Re: USB_DEBUG mess

2013-01-05 Thread Matt Thomas
On Jan 5, 2013, at 12:08 PM, Iain Hibbert wrote: On Sat, 5 Jan 2013, Christos Zoulas wrote: USB_DEBUG is defopt'ed and it is used as a global knob in usb.h: [...] This is done for drivers which don't include opt_usb.h so they will not recognize when USB_DEBUG changes. Since when has