Found 14 matching messages (0.177 seconds). Page 1 of 1.
... the patch titled > Subject: driver core: warn about duplicate driver names ... on-the-same-bus.patch > > This tree can be found at ... already registered, " > + "aborting...\n", drv->name); > + return -EEXIST; > + } > + > ret = bus_add_driver(drv ...
linux-kernel - Stas Sergeev - Apr 29 2008 - 00:48
... added the patch titled > > > > Subject: driver core: warn about duplicate driver names on ... > created that will remove one driver > > > before inserting another. But this is ... to prohibit the multiple platform > drivers for the same platform device. ...
linux-kernel - Greg KH - Apr 29 2008 - 11:14
... the patch titled > > > > > Subject: driver core: warn about duplicate driver names on ... > created that will remove one driver > > > > before inserting another. But this ... big obstacle to *build* both drivers. Takashi -- To unsubscribe from this ...
linux-kernel - Takashi Iwai - Apr 29 2008 - 12:41
... the patch titled > > > > > > Subject: driver core: warn about duplicate driver names ... created that will remove one driver > > > > > before inserting another. But this ... to prohibit the multiple platform > > > drivers for the same platform device. ...
linux-kernel - Greg KH - Apr 29 2008 - 12:56
... added the patch titled > > > Subject: driver core: warn about duplicate driver names on ... > created that will remove one driver > > before inserting another. But this is ... reason to prohibit the multiple platform drivers for the same platform device. ...
linux-kernel - Takashi Iwai - Apr 29 2008 - 06:41
... just added the patch titled > > Subject: driver core: warn about duplicate driver names on the ... be > created that will remove one driver > before inserting another. But this is > ... , don't rely on the driver core warning and catching code errors like ...
linux-kernel - Greg KH - Apr 29 2008 - 00:58
... , I think the snd-pcsp driver could be better built on the top > of input pcspkr driver, or coexist with it. Then ... have no more > conflict about platform name space. I was trying ... I've been told that multiple drivers controlling the same device is ...
linux-kernel - Stas Sergeev - Apr 29 2008 - 15:28
... I think the snd-pcsp driver could be better built on the top > > of input pcspkr driver, or coexist with it. Then ... have no more > > conflict about platform name space. > I was trying ... ve been told that multiple > drivers controlling the same device is ...
linux-kernel - Takashi Iwai - Apr 30 2008 - 02:34
... want to replace the > existing pcspkr driver with snd-pcsp. They don't ... They may just stick with pcspkr driver if they want. > If you ... the beeps? Btw, could you please name a few? At least Fedora ... module. OK, I'll see about using pcspkr.c. But it ...
linux-kernel - Stas Sergeev - May 2 2008 - 11:38
... cases. People don't want to replace the > > existing pcspkr driver with snd-pcsp. They don't want to load the ... And you'd need extra to manage selectively loading the driver for the very same platform name. > > If you compare pcspkr.c and pcsp_input. ...
linux-kernel - Takashi Iwai - May 2 2008 - 12:00
... 't want to replace the existing pcspkr driver with snd-pcsp. They don't want ... with the current solution, where only > one driver drives the device? That looks > rather ... I also can remember > the complains about pcspkr driver being in > an input drivers ...
linux-kernel - Takashi Iwai - May 2 2008 - 10:07
... . Since it doesn't register > itself as a platform driver any more, he > have to register itself into pcspkr.c. > ... (should) register snd-pcsp as a different name, as an individual platform driver. Then the whole PM stuff would still belong to snd-pcsp ...
linux-kernel - Takashi Iwai - May 2 2008 - 12:35
... good hooks for the pcspkr driver, and those I tried, were ... choose it by chosing the driver. >>> What we'd need is ... current solution, where only one driver drives the device? That looks ... can remember the complains about pcspkr driver being in an input ...
linux-kernel - Stas Sergeev - Apr 30 2008 - 13:45
... counter to shut up the beep. snd-pcsp needs more. snd_pcm_suspend_all() for instance. Since it doesn't register itself as a platform driver any more, he have to register itself into pcspkr.c. Or? I mean, sending a "shut up" event to the pcspkr's ...
linux-kernel - Stas Sergeev - May 2 2008 - 12:22