31 May, 2019

1 commit

  • Based on 1 normalized pattern(s):

    this program is free software you can redistribute it and or modify
    it under the terms of the gnu general public license as published by
    the free software foundation either version 2 of the license or at
    your option any later version

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-or-later

    has been chosen to replace the boilerplate/reference in 3029 file(s).

    Signed-off-by: Thomas Gleixner
    Reviewed-by: Allison Randal
    Cc: linux-spdx@vger.kernel.org
    Link: https://lkml.kernel.org/r/20190527070032.746973796@linutronix.de
    Signed-off-by: Greg Kroah-Hartman

    Thomas Gleixner
     

19 Sep, 2016

1 commit

  • Remove comments with broken links to tablet descriptions from
    hid-kye/uclogic/waltop drivers.

    They pointed to now dead DIGImend project wiki at sf.net. Even though
    the DIGImend project still hosts descriptions, now at
    digimend.github.io, it's better to avoid them going stale again, and let
    anyone interested search the web instead.

    Signed-off-by: Nikolai Kondrashov
    Reviewed-by: Benjamin Tissoires
    Signed-off-by: Jiri Kosina

    Nikolai Kondrashov
     

03 Jan, 2013

1 commit

  • Use the new module_hid_driver macro in all HID drivers that have
    a simple register/unregister init/exit.

    This also converts the hid drivers that test for a failure of
    hid_register_driver() and report the failure. Using module_hid_driver
    in those drivers removes the failure message.

    Signed-off-by: H Hartley Sweeten
    Signed-off-by: Jiri Kosina

    H Hartley Sweeten
     

07 Sep, 2012

1 commit


21 May, 2012

1 commit


28 Mar, 2012

1 commit


06 Mar, 2012

2 commits


07 Feb, 2012

1 commit

  • Add support for Waltop Q Pad by fixing its report descriptor.

    This tablet is also sold as Aiptek HyperPen Mini. Other possible names
    include: NGS Flexi Style, VisTablet PenPad, iVistaTablet Q Flex Pad, Bravod
    Q-PD65-S.

    Signed-off-by: Nikolai Kondrashov
    Signed-off-by: Jiri Kosina

    Nikolai Kondrashov
     

01 Oct, 2010

1 commit

  • Add support for Waltop Slim Tablet 12.1 inch by fixing its report descriptor.
    This mainly fixes button reporting.

    This tablet is also sold as Genius G-Pen F610.
    Other possible names of this tablet: VisTablet Original 12", Adesso CyberTablet
    Z12, Adesso CT-Z12A, PenPower Tooya Pro, Aiptek Slim 12.1 Inch

    Signed-off-by: Nikolai Kondrashov
    Signed-off-by: Jiri Kosina

    Nikolai Kondrashov
     

01 Sep, 2010

4 commits

  • Add a comment on modes supported by Waltop tablets - a knowledge extracted
    from the outdated official driver, but not yet used by this driver.

    Signed-off-by: Nikolai Kondrashov
    Signed-off-by: Jiri Kosina

    Nikolai Kondrashov
     
  • Fix zoom controls of older version of Waltop Media Tablet 10.6 inch, aka
    Genius G-Pen M609. This should make it supported on par with the newer
    version, aka Genius G-Pen M609X.

    The fix is extrapolated from the behavior of the newer version (Genius G-Pen
    M609X) and both older and newer versions of Media Tablet 14.1 inch (Genius
    G-Pen M712/M712X) and should work with high probability.

    Signed-off-by: Nikolai Kondrashov
    Signed-off-by: Jiri Kosina

    Nikolai Kondrashov
     
  • Add support for Waltop Media Tablet 14.1 inch by fixing report descriptor.

    This tablet is also sold as Genius G-Pen M712 (older version) and M712X
    (newer version). Both are supported.

    Trust Wide Screen Design Tablet (TB-7300, item no 15358) seems to be the
    older version of this tablet (similar to Genius G-Pen M712), and could be
    supported as well.

    Signed-off-by: Nikolai Kondrashov
    Signed-off-by: Jiri Kosina

    Nikolai Kondrashov
     
  • Add support for horizontal scrolling with Waltop Media Tablet 10.6 inch by
    updating the fixed HID report descriptor.

    The horizontal/vertical scrolling is toggled by pressing the wheels' center
    buttons while in scroll mode, which wasn't discovered at the time the
    support for this tablet was added.

    Signed-off-by: Nikolai Kondrashov
    Signed-off-by: Jiri Kosina

    Nikolai Kondrashov
     

23 Aug, 2010

1 commit

  • 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: Nikolai Kondrashov
    Signed-off-by: Jiri Kosina

    Nikolai Kondrashov