Re: [RFC] Device class rework [0/5]

From: Hanna Linder (hannal@us.ibm.com)
Date: Tue Apr 22 2003 - 19:59:43 EST


--On Tuesday, April 22, 2003 01:55:45 PM -0700 Greg KH <greg@kroah.com> wrote:

> Hi,
>
> Here's a set of patches that rework the current class support in the
> kernel today into something that works a bit better, and is simpler to
> use.

Greg,

I did a quick sanity test of these patches on a 2-way PIII.
It built and booted fine for me. I don't have any devices that
span multiple classes but the patch hasnt changed any of my
existing /sys/class output.

Hanna

---

[root@w-hlinder2 root]# tree /sys/class /sys/class |-- cpu | |-- devices | | |-- 0 -> ../../../devices/sys/cpu0 | | `-- 1 -> ../../../devices/sys/cpu1 | `-- drivers | `-- system:cpu -> ../../../bus/system/drivers/cpu |-- input | |-- devices | | |-- 0 -> ../../../devices/pci0/00:0f.2/usb1/1-1/1-1.1/1-1.1:0 | | |-- 1 -> ../../../devices/pci0/00:0f.2/usb1/1-1/1-1.1/1-1.1:1 | | `-- 2 -> ../../../devices/pci0/00:0f.2/usb1/1-1/1-1.2/1-1.2:0 | |-- drivers | | `-- usb:hid -> ../../../bus/usb/drivers/hid | `-- mouse |-- pcmcia_socket | |-- devices | |-- drivers | `-- pcmcia-bus |-- scsi-host | |-- devices | `-- drivers `-- tty |-- devices `-- drivers `-- pci:serial -> ../../../bus/pci/drivers/serial

25 directories, 0 files

- 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/



This archive was generated by hypermail 2b29 : Wed Apr 23 2003 - 22:00:35 EST