1. 03 2月, 2010 1 次提交
    • A
      HID: add NOGET quirk for Prodige Cordless Combo · 1c3a02c2
      Alexander Shishkin 提交于
      I happen to own a keyboard identified as 05af:3062 which is labeled as
      "FlatX Coldless Combo" by "Prodige", which exhibits input problems without
      NOGET quirk. For some reason, lsusb reports this device as "Jing-Mold
      Enterprise Co., Ltd", which is not mentioned anywhere on the package.
      A quick search on the intenet shows that there a other people who have
      this in their lsusb output, but apparently they don't have the problem
      I am seeing (or they are not such furious typists as myself).
      Signed-off-by: NAlexander Shishkin <virtuoso@slind.org>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      1c3a02c2
  2. 03 12月, 2009 1 次提交
  3. 05 11月, 2009 1 次提交
    • J
      HID: fixup quirk for NCR devices · 5b915d9e
      Jiri Kosina 提交于
      NCR devices are terminally broken by design -- they claim themselves to contain
      proper input applications in their HID report descriptor, but behave very badly
      if treated in standard way.
      
      According to NCR developers, the devices get confused when queried for reports
      in a standard way, rendering them unusable.
      
      NCR is shipping application called "RPSL" that can be used to drive these
      devices through hiddev, under the assumption that in-kernel driver doesn't
      perform initial report query.
      If it does, neither in-kernel nor hiddev-based driver can operate with these
      devices any more.
      
      Introduce a quirk that skips the report query for all NCR devices. The previous
      NOGET quirk was wrong and had been introduced because I misunderstood the nature
      of brokenness of these devices.
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      5b915d9e
  4. 20 10月, 2009 1 次提交
  5. 08 8月, 2009 1 次提交
  6. 11 5月, 2009 1 次提交
  7. 04 1月, 2009 1 次提交
    • M
      HID: add proper support for pensketch 12x9 tablet · 25e61613
      Matt Helsley 提交于
      The Genius PenSketch 12x9 tablet has a puck (labeled a
      "Tablet Mouse") in addition to a pen. Without registering a quirk
      the tablet appears to be a single input device that reports the
      wrong axis information in /proc/bus/input/devices, and sends
      incorrect events (e.g. ABS_Z instead of ABS_Y). This information
      confuses the X evdev driver and makes the device impossible to
      use.
      
      The quirk fixes events and splits the device into multiple input
      event devices so that at least the puck is useful.
      Signed-off-by: NMatt Helsley <matt.helsley@gmail.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      25e61613
  8. 15 10月, 2008 19 次提交
  9. 09 8月, 2008 1 次提交
  10. 23 7月, 2008 3 次提交
  11. 20 5月, 2008 3 次提交
  12. 23 4月, 2008 1 次提交
  13. 22 4月, 2008 6 次提交