On 06/08/2007 02:07 PM, Greg KH wrote: > On Fri, Jun 08, 2007 at 02:00:37PM -0400, Chuck Ebbert wrote: >> We just found a file with this name in 2.6.21: >> >> Directory name: /sys/module/nousb/parameters >> File name: "" > > Hm, something went wrong there, 'nousb' should not be a module. > > Do you have the usbcore built into the kernel, or as a module? CONFIG_USB=y, so I guess it's built in. > >> IOW the file has an empty name. Is this intentional? >> It sure confuses updatedb... >> >> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=242715 > > I don't see the empty directory here: > /sys/module/nousb/parameters $ ls -la > total 0 > drwxr-xr-x 2 root root 0 Jun 8 11:04 . > drwxr-xr-x 3 root root 0 Jun 4 16:59 .. > -r--r--r-- 1 root root 4096 Jun 8 11:04 usbcore.autosuspend > > Care to send me a .config? > Attached.