1. 15 5月, 2009 1 次提交
  2. 13 5月, 2009 1 次提交
  3. 15 10月, 2008 2 次提交
  4. 09 7月, 2007 1 次提交
    • J
      HID: make debugging output runtime-configurable · 58037eb9
      Jiri Kosina 提交于
      There have been many reports recently about broken HID devices, the
      diagnosis of which required users to recompile their kernels in order
      to be able to provide debugging output needed for coding a quirk for
      a particular device.
      
      This patch makes CONFIG_HID_DEBUG default y if !EMBEDDED and makes it
      possible to control debugging output produced by HID code by supplying
      'debug=1' module parameter.
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      58037eb9
  5. 09 5月, 2007 1 次提交
  6. 11 4月, 2007 2 次提交
  7. 18 2月, 2007 2 次提交
  8. 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
  9. 18 1月, 2007 1 次提交
  10. 09 12月, 2006 2 次提交
  11. 19 7月, 2006 2 次提交
  12. 21 3月, 2006 1 次提交
  13. 29 10月, 2005 1 次提交
  14. 29 5月, 2005 1 次提交
  15. 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