Re: 2.5.50: strange /devices/bus/pci/drivers/EMU10K1/Audigy entry - file is half there?

Russell King (rmk@arm.linux.org.uk)
Sun, 8 Dec 2002 10:26:03 +0000


On Sun, Dec 08, 2002 at 06:51:55AM +0100, Jurriaan wrote:
> INTEL :ls
> 8139too EMU10K1/Audigy HPT366 IDE Promise Old IDE VIA IDE agpgart matroxfb parport_pc serial
> INTEL :ls -l
> ls: EMU10K1/Audigy: No such file or directory

Someone has a "/" in their device name string (sound/pci/emu10k1/emu10k1.c):

static struct pci_driver driver = {
.name = "EMU10K1/Audigy",
.id_table = snd_emu10k1_ids,
.probe = snd_card_emu10k1_probe,
.remove = __devexit_p(snd_card_emu10k1_remove),
};

and "/" is, of course, the path separator. Change the "/" to "_" or some
other character and it'll work.

(also copied to the alsa folk - alsa-devel@alsa-project.org.)

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/