All of lore.kernel.org
 help / color / mirror / Atom feed
* input device sysfs stuff
@ 2004-02-24  5:06 Ryan Lortie
  2004-02-28  0:23 ` Greg KH
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ryan Lortie @ 2004-02-24  5:06 UTC (permalink / raw)
  To: linux-hotplug

In reference to:
http://www.spinics.net/lists/kernel/msg239561.html

I'm running linux 2.6.3-bk5 and in my /sys/class/input/mouse* and event*
directories i only have one file 'dev'.  There are no 'device' and
'driver' symlinks.

Most people I've asked about this only have 'dev'.  I've found one
person who has the other files in place but I can't determine what's
different about our setups.

Is there maybe a patch I'm missing.

I'm not on the list so please direct replies to me directly.

Thanks,
Ryan



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id\x1356&alloc_id438&op=click
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: input device sysfs stuff
  2004-02-24  5:06 input device sysfs stuff Ryan Lortie
@ 2004-02-28  0:23 ` Greg KH
  2004-02-28  4:20 ` Ryan Lortie
  2004-02-28  6:46 ` Greg KH
  2 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2004-02-28  0:23 UTC (permalink / raw)
  To: linux-hotplug

On Tue, Feb 24, 2004 at 12:06:19AM -0500, Ryan Lortie wrote:
> In reference to:
> http://www.spinics.net/lists/kernel/msg239561.html
> 
> I'm running linux 2.6.3-bk5 and in my /sys/class/input/mouse* and event*
> directories i only have one file 'dev'.  There are no 'device' and
> 'driver' symlinks.

Only USB devices will create those extra symlinks at this time.  I'm
guessing you are using a PS/2 type device, right?

thanks,

greg k-h


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id\x1356&alloc_id438&op=click
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: input device sysfs stuff
  2004-02-24  5:06 input device sysfs stuff Ryan Lortie
  2004-02-28  0:23 ` Greg KH
@ 2004-02-28  4:20 ` Ryan Lortie
  2004-02-28  6:46 ` Greg KH
  2 siblings, 0 replies; 4+ messages in thread
From: Ryan Lortie @ 2004-02-28  4:20 UTC (permalink / raw)
  To: linux-hotplug

Actually, ADB.  Thanks for the help.  (I plugged a USB mouse in and it
worked)

Any idea on the projected time for adb/ps2/etc devices being supported
properly?

Ryan

On Fri, 2004-02-27 at 19:23, Greg KH wrote:
> On Tue, Feb 24, 2004 at 12:06:19AM -0500, Ryan Lortie wrote:
> > In reference to:
> > http://www.spinics.net/lists/kernel/msg239561.html
> > 
> > I'm running linux 2.6.3-bk5 and in my /sys/class/input/mouse* and event*
> > directories i only have one file 'dev'.  There are no 'device' and
> > 'driver' symlinks.
> 
> Only USB devices will create those extra symlinks at this time.  I'm
> guessing you are using a PS/2 type device, right?
> 
> thanks,
> 
> greg k-h
> 



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id\x1356&alloc_id438&op=click
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: input device sysfs stuff
  2004-02-24  5:06 input device sysfs stuff Ryan Lortie
  2004-02-28  0:23 ` Greg KH
  2004-02-28  4:20 ` Ryan Lortie
@ 2004-02-28  6:46 ` Greg KH
  2 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2004-02-28  6:46 UTC (permalink / raw)
  To: linux-hotplug

On Fri, Feb 27, 2004 at 11:20:41PM -0500, Ryan Lortie wrote:
> Actually, ADB.  Thanks for the help.  (I plugged a USB mouse in and it
> worked)
> 
> Any idea on the projected time for adb/ps2/etc devices being supported
> properly?

"properly"?  What do you mean by that?
They do work properly.  If you really want those symlinks, then you need
to convert the bus subsystem that those devices are on to the driver
model.  Odds are that will probably not happen for those kinds of
devices, sorry (but feel free to prove me wrong :)

thanks,

greg k-h


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id\x1356&alloc_id438&op=click
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-02-28  6:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-24  5:06 input device sysfs stuff Ryan Lortie
2004-02-28  0:23 ` Greg KH
2004-02-28  4:20 ` Ryan Lortie
2004-02-28  6:46 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.