1. 11 4月, 2007 1 次提交
  2. 18 2月, 2007 2 次提交
  3. 08 2月, 2007 1 次提交
    • K
      Driver core: add device_type to struct device · f9f852df
      Kay Sievers 提交于
      This allows us to add type specific attributes, uevent vars and
      release funtions.
      
      A subsystem can carry different types of devices like the "block"
      subsys has disks and partitions. Both types create a different set
      of attributes, but belong to the same subsystem.
      
      This corresponds to the low level objects:
        kobject   -> device       (object/device data)
        kobj_type -> device_type  (type of object/device we are embedded in)
        kset      -> class/bus    (list of objects/devices of a subsystem)
      Signed-off-by: NKay Sievers <kay.sievers@novell.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      
      f9f852df
  4. 18 1月, 2007 1 次提交
  5. 09 12月, 2006 2 次提交
  6. 19 7月, 2006 2 次提交
  7. 21 3月, 2006 1 次提交
  8. 29 10月, 2005 1 次提交
  9. 29 5月, 2005 1 次提交
  10. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4