1. 14 10月, 2007 1 次提交
    • J
      HID: add support for Microsoft Natural Ergonomic Keyboard 4000 · 1fe8736d
      Jiri Kosina 提交于
      This keyboard emits a few usages that are not handled properly by
      hid-input.
      
      The usages from MSVENDOR page are colliding with Chicony Tactical
      Pad device, so we have to distinguish in runtime. Ugly ...
      
      Also, the buttons 1-5 have to be handled in a non-standard way,
      as they are emitted by the keyboard in a bitfield-like fashion, but
      the field is not presented as bit-field by the keyboard. The keys can't
      be pressed simultaneously, so the handling we have is correct.
      
      This patch also extends hid_keyboard[] with KPLeftParenthesis and
      KPRightParenthesis as defined by Keyboard page in HUT 1.12. The
      corresponding usages are also emitted by this keyboard.
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      1fe8736d
  2. 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
  3. 01 3月, 2007 1 次提交
  4. 05 2月, 2007 2 次提交
  5. 22 1月, 2007 1 次提交
  6. 09 12月, 2006 1 次提交
  7. 26 6月, 2006 1 次提交
  8. 06 1月, 2006 1 次提交
  9. 12 12月, 2005 1 次提交
  10. 05 9月, 2005 2 次提交
  11. 29 5月, 2005 1 次提交
  12. 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