![]() | |||||||||||||
Messages in this thread |
On Wed, Oct 05, 2005 at 05:09:51PM -0700, Greg KH wrote: > Here's what sysfs looks like on this box with the patch below: > > $ tree /sys/class/input_dev/ -d > /sys/class/input_dev/ > |-- input0 > | |-- capabilities > | `-- id > |-- input1 > | |-- capabilities > | |-- device -> ../../../devices/platform/i8042/serio1 > | `-- id > `-- input2 > |-- capabilities > |-- device -> ../../../devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.0 > |-- id > `-- mouse0 > `-- device -> ../../../../devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.0 And here it is with all input devices converted over. Just rename input_dev to "input" and we are home free... $ tree -d /sys/class/input_dev/ /sys/class/input_dev/ |-- input0 | |-- capabilities | |-- event0 | `-- id |-- input1 | |-- capabilities | |-- device -> ../../../devices/platform/i8042/serio1 | |-- event1 | | `-- device -> ../../../../devices/platform/i8042/serio1 | `-- id |-- input2 | |-- capabilities | |-- device -> ../../../devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0 | |-- event2 | | `-- device -> ../../../../devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0 | |-- id | |-- mouse0 | | `-- device -> ../../../../devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0 | `-- ts0 | `-- device -> ../../../../devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0 `-- mice thanks, greg k-h - 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/ | ||||||||||||
| Last update: 2005-10-06 00:32 [from the cache] ©2003-2008 | |||||||||||||