Re: evdev+hal => Too many input devices.

2009-07-23 Thread Gabor Gombas
On Thu, Jul 23, 2009 at 06:05:24AM -0700, Brian Rogers wrote: > OK, that didn't work. Calling device_move with a null new_parent > works the way I initially thought it did. I don't like the idea of > these things moving right before they are deleted, and neither does > HAL since it still doesn't r

Re: evdev+hal => Too many input devices.

2009-07-23 Thread Brian Rogers
Brian Rogers wrote: > Gabor Gombas wrote: > >> Hi, >> >> On Wed, Jul 22, 2009 at 02:45:32PM -0700, Brian Rogers wrote: >> >> >> >>> @@ -118,14 +113,16 @@ static void del_conn(struct work_struct *work) >>> if (!device_is_registered(&conn->dev)) >>> return; >>> >>> + /*

Re: evdev+hal => Too many input devices.

2009-07-23 Thread Brian Rogers
Gabor Gombas wrote: > Hi, > > On Wed, Jul 22, 2009 at 02:45:32PM -0700, Brian Rogers wrote: > > >> @@ -118,14 +113,16 @@ static void del_conn(struct work_struct *work) >> if (!device_is_registered(&conn->dev)) >> return; >> >> +/* wait for child devices to go away first *

Re: evdev+hal => Too many input devices.

2009-07-23 Thread Gabor Gombas
On Thu, Jul 23, 2009 at 09:19:18AM +0200, Gabor Gombas wrote: > @@ -124,8 +119,18 @@ static void del_conn(struct work_struct *work) > dev = device_find_child(&conn->dev, NULL, __match_tty); That should be __match_any. Gabor --

Re: evdev+hal => Too many input devices.

2009-07-23 Thread Gabor Gombas
Hi, On Wed, Jul 22, 2009 at 02:45:32PM -0700, Brian Rogers wrote: > @@ -118,14 +113,16 @@ static void del_conn(struct work_struct *work) > if (!device_is_registered(&conn->dev)) > return; > > + /* wait for child devices to go away first */ > while (1) { >

Re: evdev+hal => Too many input devices.

2009-07-22 Thread Brian Rogers
Łukasz Maśko wrote: (EE) Too many input devices. Ignoring Primax Corp. (3) Button Mouse (II) UnloadModule: "evdev" (EE) config/hal: NewInputDeviceRequest failed (11) The kernel is sending device removal events in the wrong order, deleting the connection before the input device associate

Re: evdev+hal => Too many input devices.

2009-07-07 Thread Peter Hutterer
On Tue, Jul 07, 2009 at 04:49:04PM -0700, walt wrote: > On 07/06/2009 08:24 PM, Peter Hutterer wrote: > > On Mon, Jul 06, 2009 at 10:08:50PM +0200, Łukasz Maśko wrote: > >> Dnia poniedziałek, 6 lipca 2009, Peter Hutterer napisał: > >>> On Mon, Jul 06, 2009 at 09:26:06AM +0200, Łukasz Maśko wrote: >

Re: evdev+hal => Too many input devices.

2009-07-07 Thread walt
On 07/06/2009 08:24 PM, Peter Hutterer wrote: > On Mon, Jul 06, 2009 at 10:08:50PM +0200, Łukasz Maśko wrote: >> Dnia poniedziałek, 6 lipca 2009, Peter Hutterer napisał: >>> On Mon, Jul 06, 2009 at 09:26:06AM +0200, Łukasz Maśko wrote: Dnia poniedziałek, 6 lipca 2009, Peter Hutterer napisał: >

Re: evdev+hal => Too many input devices.

2009-07-06 Thread Peter Hutterer
On Mon, Jul 06, 2009 at 10:08:50PM +0200, Łukasz Maśko wrote: > Dnia poniedziałek, 6 lipca 2009, Peter Hutterer napisał: > > On Mon, Jul 06, 2009 at 09:26:06AM +0200, Łukasz Maśko wrote: > > > Dnia poniedziałek, 6 lipca 2009, Peter Hutterer napisał: > > > [...] > > > > > > > Please attach the whole

Re: evdev+hal => Too many input devices.

2009-07-06 Thread Łukasz Maśko
Dnia poniedziałek, 6 lipca 2009, Peter Hutterer napisał: > On Mon, Jul 06, 2009 at 09:26:06AM +0200, Łukasz Maśko wrote: > > Dnia poniedziałek, 6 lipca 2009, Peter Hutterer napisał: > > [...] > > > > > Please attach the whole log, this snippet is not really useful for > > > finding the root of the

Re: evdev+hal => Too many input devices.

2009-07-06 Thread Peter Hutterer
On Mon, Jul 06, 2009 at 09:26:06AM +0200, Łukasz Maśko wrote: > Dnia poniedziałek, 6 lipca 2009, Peter Hutterer napisał: > [...] > > Please attach the whole log, this snippet is not really useful for > > finding the root of the problem. > > Here it is. urgh, not as zip file please. Always attach

Re: evdev+hal => Too many input devices.

2009-07-06 Thread Łukasz Maśko
Dnia niedziela, 5 lipca 2009, Łukasz Maśko napisał: > I have a Kingston BT mouse, which works pretty well with my Linux laptop. > At least it has worked so far, becouse this is what I'm getting in log > files right now, when I turn it on: Sorry, not Kingston, but Kensington :-) SlimBlade Bluetooth

Re: evdev+hal => Too many input devices.

2009-07-05 Thread Peter Hutterer
On Sun, Jul 05, 2009 at 03:03:17PM -0700, walt wrote: > On 07/05/2009 01:41 PM, Łukasz Maśko wrote: > > I have a Kingston BT mouse, which works pretty well with my Linux laptop. At > > least it has worked so far, becouse this is what I'm getting in log files > > right now, when I turn it on: > > >

Re: evdev+hal => Too many input devices.

2009-07-05 Thread Peter Hutterer
On Sun, Jul 05, 2009 at 10:41:26PM +0200, Łukasz Maśko wrote: > I have a Kingston BT mouse, which works pretty well with my Linux laptop. At > least it has worked so far, becouse this is what I'm getting in log files > right now, when I turn it on: > > (II) config/hal: Adding input device Primax

Re: evdev+hal => Too many input devices.

2009-07-05 Thread walt
On 07/05/2009 01:41 PM, Łukasz Maśko wrote: > I have a Kingston BT mouse, which works pretty well with my Linux laptop. At > least it has worked so far, becouse this is what I'm getting in log files > right now, when I turn it on: > > (II) config/hal: Adding input device Primax Corp. (3) Button

evdev+hal => Too many input devices.

2009-07-05 Thread Łukasz Maśko
I have a Kingston BT mouse, which works pretty well with my Linux laptop. At least it has worked so far, becouse this is what I'm getting in log files right now, when I turn it on: (II) config/hal: Adding input device Primax Corp. (3) Button Mouse (**) Primax Corp. (3) Button Mouse: alwa