Re: nousb kernel commandline does NOT prevent usb-storage from loading

2013-03-12 Thread Alan Stern
On Tue, 12 Mar 2013, Martin Mokrejs wrote: > Hi Greg, > > Greg KH wrote: > > On Tue, Mar 12, 2013 at 11:45:39AM +0100, Martin Mokrejs wrote: > >> Hi, > >> while testing how my computer behaves with USB disabled I see this line > >> still > >> in dmesg output: > >> > >> Initializing USB Mass S

Re: nousb kernel commandline does NOT prevent usb-storage from loading

2013-03-12 Thread Oliver Neukum
On Tuesday 12 March 2013 17:58:30 Martin Mokrejs wrote: > No, I just wondered why 'nousb' disables on the runtime ehci/xhci (also > included > statically in the kernbel binary) while not other USB-related modules. Maybe > it > was thought that no downstream modules will load because of unmet depe

Re: nousb kernel commandline does NOT prevent usb-storage from loading

2013-03-12 Thread Martin Mokrejs
Hi Greg, Greg KH wrote: > On Tue, Mar 12, 2013 at 11:45:39AM +0100, Martin Mokrejs wrote: >> Hi, >> while testing how my computer behaves with USB disabled I see this line >> still >> in dmesg output: >> >> Initializing USB Mass Storage driver... > > Did you build the driver into the kernel?

Re: nousb kernel commandline does NOT prevent usb-storage from loading

2013-03-12 Thread Greg KH
On Tue, Mar 12, 2013 at 11:45:39AM +0100, Martin Mokrejs wrote: > Hi, > while testing how my computer behaves with USB disabled I see this line > still > in dmesg output: > > Initializing USB Mass Storage driver... Did you build the driver into the kernel? Or is it being automatically loaded

nousb kernel commandline does NOT prevent usb-storage from loading

2013-03-12 Thread Martin Mokrejs
Hi, while testing how my computer behaves with USB disabled I see this line still in dmesg output: Initializing USB Mass Storage driver... Is there any driver able to use it under 'nousb' situation at all? Shouldn't it be prevented from loading as well? This was tested on 3.9-rc1. Thank you,