On Monday 02 May 2005 16:18, Andrey Borzenkov wrote:
> On Monday 02 May 2005 13:30, Andrew Morton wrote:
> > Andrey Borzenkov <[EMAIL PROTECTED]> wrote:
> > > > It's pretty simple to convert khubd to use the kthread API.
> > > > Something like this (untested):
> > >
> > > Something strange is g
On Monday 02 May 2005 13:30, Andrew Morton wrote:
> Andrey Borzenkov <[EMAIL PROTECTED]> wrote:
> > > It's pretty simple to convert khubd to use the kthread API. Something
> > > like this (untested):
> >
> > Something strange is going on with this patch.
> >
> > insmod usbcore; insmod uhci-hcd
Andrey Borzenkov <[EMAIL PROTECTED]> wrote:
>
> > It's pretty simple to convert khubd to use the kthread API. Something like
> > this (untested):
> >
>
>
> Something strange is going on with this patch.
>
> insmod usbcore; insmod uhci-hcd works as expected, finds out all devices,
> trigg
On Monday 02 May 2005 02:30, Andrew Morton wrote:
> Alan Stern <[EMAIL PROTECTED]> wrote:
> > On Sun, 1 May 2005, Andrey Borzenkov wrote:
> > > Hub driver is using SIGKILL to terminate khubd. Unfortunately on a
> > > number of distributions switching init levels implicitly does "killall
> > > -9",
On 5/1/05, Andrew Morton <[EMAIL PROTECTED]> wrote:
> Nish Aravamudan <[EMAIL PROTECTED]> wrote:
> >
> > > - /* Send me a signal to get me die (for debugging) */
> > > do {
> > > hub_events();
> > > - wait_event_interruptible(khubd_wait,
> > > !list_empt
On Sunday 01 May 2005 17:46, Nish Aravamudan wrote:
> On 5/1/05, Andrew Morton <[EMAIL PROTECTED]> wrote:
> > Alan Stern <[EMAIL PROTECTED]> wrote:
> > >
> > > On Sun, 1 May 2005, Andrey Borzenkov wrote:
> > >
> > > > Hub driver is using SIGKILL to terminate khubd. Unfortunately on a
> > > > numbe
Nish Aravamudan <[EMAIL PROTECTED]> wrote:
>
> > - /* Send me a signal to get me die (for debugging) */
> > do {
> > hub_events();
> > - wait_event_interruptible(khubd_wait,
> > !list_empty(&hub_event_list));
> > + wait_event_interruptible(
On 5/1/05, Andrew Morton <[EMAIL PROTECTED]> wrote:
> Alan Stern <[EMAIL PROTECTED]> wrote:
> >
> > On Sun, 1 May 2005, Andrey Borzenkov wrote:
> >
> > > Hub driver is using SIGKILL to terminate khubd. Unfortunately on a number
> > > of
> > > distributions switching init levels implicitly does "ki
Alan Stern <[EMAIL PROTECTED]> wrote:
>
> On Sun, 1 May 2005, Andrey Borzenkov wrote:
>
> > Hub driver is using SIGKILL to terminate khubd. Unfortunately on a number
> > of
> > distributions switching init levels implicitly does "killall -9", killing
> > khubd. The only way to restart it is to
On Sun, 2005-05-01 at 17:01 -0400, Alan Stern wrote:
> On Sun, 1 May 2005, Andrey Borzenkov wrote:
>
> > Hub driver is using SIGKILL to terminate khubd. Unfortunately on a number
> > of
> > distributions switching init levels implicitly does "killall -9", killing
> > khubd. The only way to rest
On Sun, 1 May 2005, Andrey Borzenkov wrote:
> Hub driver is using SIGKILL to terminate khubd. Unfortunately on a number of
> distributions switching init levels implicitly does "killall -9", killing
> khubd. The only way to restart it is to reload USB subsystem.
>
> Is signal usage in this case
Hub driver is using SIGKILL to terminate khubd. Unfortunately on a number of
distributions switching init levels implicitly does "killall -9", killing
khubd. The only way to restart it is to reload USB subsystem.
Is signal usage in this case really needed? What about replacing it with
simple fl
12 matches
Mail list logo