1. 01 10月, 2010 1 次提交
  2. 02 9月, 2010 1 次提交
    • N
      HID: rdesc parser: remove local item size limit · 67168fd7
      Nikolai Kondrashov 提交于
      The HID report descriptor parser requires local items, except "delimiters",
      to have data. I.e. to have non-zero size. This removes the restriction.
      
      The HID specification doesn't seem to have such restriction and, for
      example, a "usage" item could have zero size if the usage ID is zero.
      At least one usage page - Keyboard/Keypad lists zero ID as valid.
      
      This doesn't seem to happen in the wild, probably because the official tool
      for authoring report descriptors always puts data even for zero values for
      some items, including "usage" items.
      
      However, this makes little sense and at least one open source tool for
      descriptor authoring generates zero data size "usage" items, which saves
      some space, especially if many such items are used in a descriptor.
      Signed-off-by: NNikolai Kondrashov <spbnick@gmail.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      67168fd7
  3. 01 9月, 2010 4 次提交
  4. 23 8月, 2010 1 次提交
    • N
      HID: add support for two Waltop tablets · 72a46344
      Nikolai Kondrashov 提交于
      Add support for Waltop Slim Tablet 5.8 inch and Media Tablet 10.6 inch.
      
      These (and other Waltop) tablets are usually sold by different companies
      (such as Genius and Trust) and with different names, but with the same USB
      vendor/product IDs.
      
      Slim Tablet 5.8 inch is known to also be sold as Genius G-Pen F350 and Trust
      Widescreen Mini Tablet (item no 16485).
      
      Media Tablet 10.6 inch is known to also be sold as Genius G-Pen M609 and
      M609X. Of these only the latter is known to be supported.
      Signed-off-by: NNikolai Kondrashov <spbnick@gmail.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      72a46344
  5. 10 8月, 2010 4 次提交
  6. 04 8月, 2010 17 次提交
  7. 03 8月, 2010 12 次提交