Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Panasonic FZ-G2 #307

Open
wants to merge 322 commits into
base: replay-capture
Choose a base branch
from
Open

Add Panasonic FZ-G2 #307

wants to merge 322 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 8, 2018

  1. Configuration menu
    Copy the full SHA
    3e7ccf8 View commit details
    Browse the repository at this point in the history
  2. Add HP Pavilion x360 Convertible 15-br0xx

    Ref: #26
    jigpu committed May 8, 2018
    Configuration menu
    Copy the full SHA
    774450e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62850c8 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Configuration menu
    Copy the full SHA
    79b578d View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. scripts: Unify collection of kernel device information

    The sysinfo script used to perform two independent passes through sysfs
    looking for data. Data for devices was logged from both passes, but only
    devices found in the latter pass would have e.g. their HID descriptors
    copied. Ideally we should handle all devices (regardless of where they're
    found in sysfs) the same.
    
    To allow this, we generate and iterate over a combined list of devices.
    This combined list can theoretically recognize slightly more devices since
    the second loop uses the same list of IDs as the first loop (which
    contains both ACPI and USB IDs).
    jigpu committed May 30, 2018
    Configuration menu
    Copy the full SHA
    1286482 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7aa965 View commit details
    Browse the repository at this point in the history
  3. script: Unify more id/module handling

    Declare a list of IDs and modules that we care about upfront and then
    make use of these lists (or modified equivalents) wherever we can.
    Helps to make sure we don't miss any cases when adding new IDs.
    jigpu committed May 30, 2018
    Configuration menu
    Copy the full SHA
    3ea93e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. Add Acer Spin 11 CP311

    jigpu committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    d8a524f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e74285 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fb3af8 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. Add Dell Latitude 11 5175

    Link: #29
    jigpu committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    0d857b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a126a7f View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. Add Lenovo Yoga 720-15IKB variant

    Ref: #31
    jigpu committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    689343a View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. Add HP Spectre x360 13-ac0XX

    Ref: #32
    jigpu committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    f6f7db5 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Add HP ZBook Studio X360 G5

    Ref: #34
    jigpu committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    7b2d4a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Add additional Lenovo ThinkPad X220 log

    Ref: #35
    jigpu committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    17a8665 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Add Lenovo Yoga 730

    Ref: #36
    jigpu committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    a5a975f View commit details
    Browse the repository at this point in the history
  2. Add Acer Spin 5

    jigpu committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    f093ff5 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. scripts: Setup trap and directories before anything else

    Moves the initialization of the exit trap and directory creation to the
    very beginning of the script.
    jigpu committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    98e7f55 View commit details
    Browse the repository at this point in the history
  2. scripts: Add script commands and (uncaught) stderr to log output

    Use a combination of exec and set to save all the (uncaught) stderr output
    to a file and have bash print out each command as its executed. This gives
    us information about exactly what data was expected to be gathered and
    what steps (if any) failed.
    jigpu committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    39d8ba5 View commit details
    Browse the repository at this point in the history
  3. scripts: Use REGEX_VENDORS and REGEX_MODULES when searching dmesg logs

    Instead of hardcoding the search string for our dmesg log extraction, we
    reuse the REGEX_VENDORS and REGEX_MODULES variables set up top that define
    the hardware and software we're interested in.
    jigpu committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    d8e493b View commit details
    Browse the repository at this point in the history
  4. scripts: Gather key configuration files for sysinfo

    The xorg.conf[.d] configurations and udev rules can make a significant
    difference to a tablet working as expected or not. Go ahead and add
    these to the set of data we gather from systems for analysis.
    jigpu committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    a933fcf View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. scripts: Fix 'libinput-list-devices' call on newer systems

    Newer versions of libinput have moved away from providing a number of
    separate utility commands to having everyting available through just
    the 'libinput' command. This breaks the sysinfo script's call out to
    libinput-list-devices. This commit now first checks if the command
    exists and runs either it or the new alternative.
    
    Ref: #37
    jigpu committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    48106a6 View commit details
    Browse the repository at this point in the history
  2. Add Dell XPS 15 9575

    Ref: #37
    jigpu committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    3e80d17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4012262 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Add Lenovo ThinkPad X380 Yoga

    Ref: #38
    jigpu committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    19403f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. Add Lenovo 300e 81FY

    Ref: #40
    jigpu committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    b07f001 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. Add Wacom Intuos S (CTL-4100)

    Ref: #41
    jigpu committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    2648edc View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Add HP EliteBook x360 1020 G2

    Ref: #43
    jigpu committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    0897991 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. Add HP Elite x2 1013 G3

    Ref: #42
    jigpu committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    a0d44ba View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Configuration menu
    Copy the full SHA
    7a5c8f7 View commit details
    Browse the repository at this point in the history
  2. Move files for HP ENVY x360

    Renames the "HP ENVY x360" directory to 'HP ENVY x360 Convertible 15-bq1xx'
    and moves its sysinfo.XXXXEdoyNI into 'HP ENVY x360 Convertible 15m-bq1xx'
    which matches it.
    jigpu committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    8fea326 View commit details
    Browse the repository at this point in the history
  3. Add Wacom Bamboo Pad Wireless

    jigpu committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    086e6e2 View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary tarball

    jigpu committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    6607d31 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Configuration menu
    Copy the full SHA
    18a7ea6 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. Add Dell Latitude 7390 2-in-1

    jigpu committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    362e99f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. Add HP ENVY x360 Convertible 15-cn0xxx

    Ref: #46
    jigpu committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    5c30dd6 View commit details
    Browse the repository at this point in the history
  2. Add Lenovo ThinkPad L390 Yoga

    Ref: #50
    jigpu committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    f9fa0cb View commit details
    Browse the repository at this point in the history
  3. Add Lenovo ideapad FLEX 6-14ARR

    Ref: #47
    jigpu committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    7d164ae View commit details
    Browse the repository at this point in the history
  4. Add NuVision Solo 10 Draw TM101W610L

    Ref: #48
    jigpu committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    57401e5 View commit details
    Browse the repository at this point in the history
  5. Add HP Spectre x360 Convertible 15-bl1XX

    Ref: #27
    jigpu committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    c0f0f33 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Configuration menu
    Copy the full SHA
    c884f5b View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Configuration menu
    Copy the full SHA
    2cf4f64 View commit details
    Browse the repository at this point in the history
  2. Add Lenovo YOGA 730-15IWL

    Ref: #52
    jigpu committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    7d39350 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Configuration menu
    Copy the full SHA
    e5d2ec9 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. scripts: Add code_to_bin.sh

    Add a script which can convert "code"-style HID descriptors into binary
    form. This script can be useful to recover the original binary descriptor
    if it was previously run through `hidrd-convert -o code` or was delivered
    in some kind of sourcecode-like form.
    jigpu committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    c021fdc View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. Add Microsoft Surface Book 2

    Ref: #54
    jigpu committed May 20, 2019
    Configuration menu
    Copy the full SHA
    8110834 View commit details
    Browse the repository at this point in the history
  2. Add HP Spectre x360 Convertible 13

    Ref: #53
    jigpu committed May 20, 2019
    Configuration menu
    Copy the full SHA
    2b68fcb View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Add Lenovo YOGA 520-14IKB

    jigpu committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    c2cc6e4 View commit details
    Browse the repository at this point in the history
  2. Add Dell XPS 15 9570

    jigpu committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    2fd0edf View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Add HP Spectre x360 Convertible 15-bl0XX

    Ref: #21
    jigpu committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    a7cb02f View commit details
    Browse the repository at this point in the history
  2. Add another Dell Latitude 7390 2-in-1

    Ref: #49
    jigpu committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    30b5ee7 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Add Lenovo ideapad FLEX 5-1570

    Ref: #57
    jigpu committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    d29caf8 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Add Lenovo MIIX 520-12IKB

    Ref: #59
    jigpu committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    1bd96cb View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Add Dell Latitude 5175

    Ref: #58
    jigpu committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    816ab2a View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. scripts: Detect GXTP devices

    Appears to be the VID of Goodix, who is a supplier of touch controllers
    which are compatible with the MS Pen protocol. First spotted in an xinput
    log posted online with "GXTP7386:00 27C6:0113 Pen Pen".
    jigpu committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    c932fb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Add Samsung 930QAA

    Ref: #60
    jigpu committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    1d0b31b View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. scripts: Sanitize more identifying information from sysinfo logs

    Replace hostname, username, machine-id, and boot-id values that appear
    anywhere in the logs with generic identifiers.
    jigpu committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    76f5215 View commit details
    Browse the repository at this point in the history
  2. scripts: Use standard 'C' locale when running programs in sysinfo

    Should be available on all systems and produce english-language output.
    jigpu committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    47bb440 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Add Dell Latitude 7400 2-in-1

    Ref: #62
    jigpu committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    9d7b20e View commit details
    Browse the repository at this point in the history
  2. Add Motion Computing R12

    Ref: #63
    jigpu committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    2053258 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Add Motion Computing J3500

    Ref: #64
    jigpu committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    95a4200 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Add Dell XPS 13 7390 2-in-1

    Ref: #65
    jigpu committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    ddcb5e3 View commit details
    Browse the repository at this point in the history
  2. Add Lenovo ThinkPad X1 Yoga 4th

    Ref: #61
    jigpu committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    5af96ca View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. Add additional Lenovo ThinkPad X1 Yoga 3rd

    Ref: #66
    jigpu committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    0454792 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Add Lenovo YOGA 720-13IKB

    Ref: #68
    jigpu committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    831f917 View commit details
    Browse the repository at this point in the history
  2. Add Lenovo ThinkPad L380 Yoga

    Ref: #67
    jigpu committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    635d57e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Add Lenovo YOGA C930-13IKB

    Ref: #69
    jigpu committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    35c1111 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Add Lenovo Yoga C940-14IIL

    Ref: #71
    jigpu committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    de2266e View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Add HP Spectre x360 Convertible 15-df0xxx

    Ref: #70
    jigpu committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    78b0359 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Add additional Lenovo ThinkPad X1 Yoga 4th

    Ref: #61
    jigpu committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    29453a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Add ASUS ZenBook Pro Duo UX581GV

    Ref: #75
    jigpu committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    7e4c033 View commit details
    Browse the repository at this point in the history
  2. Add Lenovo IdeaPad FLEX-14API

    Ref: #74
    jigpu committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    1335873 View commit details
    Browse the repository at this point in the history
  3. Add Dell Inspiron 7391 2n1

    Ref: #73
    jigpu committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    90f539d View commit details
    Browse the repository at this point in the history
  4. Add Lenovo ThinkPad X390 Yoga

    Ref: #72
    jigpu committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    e1a11b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Add additional Dell XPS 15 9575

    Ref: #77
    jigpu committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    e73fd99 View commit details
    Browse the repository at this point in the history
  2. Add ThinkPad L13 Yoga

    Ref: #78
    jigpu committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    0028cbc View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. scripts: Dump peripheral settings from dconf database

    Dumps info from old and new versions of the dconf schema for GNOME,
    Cinnamon, and Mate.
    jigpu committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    0ae781b View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Add Samsung 940X5N

    Ref: #82
    jigpu committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    6c77b44 View commit details
    Browse the repository at this point in the history
  2. Add second Wacom Intuos S report

    Ref: #81
    jigpu committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    95c6208 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    781b25b View commit details
    Browse the repository at this point in the history
  4. Add Lenovo ThinkPad X1 Extreme 2nd

    Ref: #80
    jigpu committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    8eb8c0d View commit details
    Browse the repository at this point in the history
  5. Add Dell Inspiron 7591 2n1

    Ref: #79
    jigpu committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    46a1f79 View commit details
    Browse the repository at this point in the history
  6. Add another Lenovo ThinkPad X1 Yoga 4th

    Ref: #76
    jigpu committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    11f0484 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Add Dell XPS 13 7390 2-in-1

    Ref: #84
    jigpu committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    eba1e78 View commit details
    Browse the repository at this point in the history
  2. Add HP Pavilion x360 Convertible 14-dh0xxx

    Ref: #85
    jigpu committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    8c2d302 View commit details
    Browse the repository at this point in the history
  3. Add Lenovo ThinkPad L13 Yoga

    Ref: #83
    jigpu committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    97ba56e View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. scripts: Add new script to unpack and process sysinfo tarballs

    Adds a new 'git-update.sh' script which can unpack a sysinfo tarball,
    perform some light processing (e.g. creating/updating a README), and
    and generate a libwacom tablet definition. Saves quite a bit of manual
    labor :)
    jigpu committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    7b12ae5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc72d3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1986099 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. scripts: Make git-update more robust

    Prevent the script from bailing with an error if these features are not
    found.
    jigpu committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    d608a47 View commit details
    Browse the repository at this point in the history
  2. Add another Lenovo ThinkPad Yoga 370

    Ref: #87
    jigpu committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    8c2728c View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Add ThinkPad Yoga 260

    This is the same sensor as found in the Lenovo ThinkPad Yoga 260 (version
    B) directory. That directory pre-dates the use of sysinfo folders, so we
    can't merge the two.
    
    Ref: #88
    jigpu committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    5cf7f76 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Add Wacom One Creative Pen Display

    Ref: #89
    jigpu committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    86007d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Add Dell Latitude 7200 2-in-1

    Ref: #90
    jigpu committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    186ceb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84d107c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Add new Dell Latitude 7200 2-in-1

    Link: #91
    jigpu committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    d56f0ea View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Add Spectre x360 Convertible 13-aw0xxx

    Ref: #93
    jigpu committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    c9b2b5d View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    755bf81 View commit details
    Browse the repository at this point in the history
  2. Grab wacom module information from depmod.d and modprobe.d

    Checks if the driver have been blacklisted, overridden, is using special
    params, etc.
    jigpu committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    8dc1f3a View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Add Dell Latitude 7285

    Link: #94
    jigpu committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    283c3d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Configuration menu
    Copy the full SHA
    74ad39e View commit details
    Browse the repository at this point in the history
  2. Add Dell Latitude 7410

    Link: #95
    jigpu committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    0199934 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Configuration menu
    Copy the full SHA
    a6d6e3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc020ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca831ff View commit details
    Browse the repository at this point in the history
  4. Add Huawei MateBook HZ-W19

    Link: #97
    jigpu committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    b200b49 View commit details
    Browse the repository at this point in the history
  5. Add Lenovo ThinkPad X1 Yoga 3rd

    Link: #96
    jigpu committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    adf74c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Add Acer Spin 5

    Link: #98
    jigpu committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    f66d5fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    522cdd1 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Add Wacom Intuos Medium wireless

    Link: #106
    jigpu committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    3940759 View commit details
    Browse the repository at this point in the history
  2. Add another Dell Inspiron 7591 2n1

    Link: #105
    jigpu committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    8aad5d1 View commit details
    Browse the repository at this point in the history
  3. Add ASUS UX360UAK

    Link: #104
    jigpu committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    193ad99 View commit details
    Browse the repository at this point in the history
  4. Add HP ENVY x360 Convertible 15-dr1xxx

    Link: #102
    jigpu committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    af19c22 View commit details
    Browse the repository at this point in the history
  5. scripts: Have git-update.sh handle no HID data condition

    If the HID bin file is missing, we should handle that gracefully rather
    than have the script fail with an error
    jigpu committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    caf6bf1 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Add HP ENVY x360 Convertible 13-ay0xx

    Link: #110
    jigpu committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    5c9c484 View commit details
    Browse the repository at this point in the history
  2. Fix issue with git-update not recognizing when HID data was converted

    We're already in the IDENT directory, so we shouldn't use it in the path.
    jigpu committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    971f23a View commit details
    Browse the repository at this point in the history
  3. Add another Lenovo IdeaPad FLEX-14API

    This version has a different PID (51C7 instead of 51C4)
    
    Link: #109
    jigpu committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    da3f8a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Add Lenovo IdeaPad Flex 5 14ARE05

    Link: #112
    jigpu committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    861a6bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c641037 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Add Lenovo ThinkPad X1 Fold Gen 1

    Link: #114
    jigpu committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    2ba5516 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Add HP EliteBook x360 830 G6

    Link: #113
    jigpu committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    d12a595 View commit details
    Browse the repository at this point in the history
  2. Add Huawei MateBook HZ-W19

    Link: #111
    jigpu committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    114aee9 View commit details
    Browse the repository at this point in the history
  3. Add Acer Switch SW312-31

    Link: #115
    jigpu committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    9b569b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. scripts: Override issue URL for private bugs with message

    Ensure that we print out a message about the source being a private
    bug report rather than absolutely nothing at all.
    jigpu committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    b17fe1a View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Add Fujitsu LifeBook T4220

    Link: #116
    jigpu committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    dd3b1d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Add Lenovo ThinkPad X1 Yoga 3rd

    Link: #117
    jigpu committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    284c056 View commit details
    Browse the repository at this point in the history
  2. Add Lenovo YOGA C640-13IML

    Link: #118
    jigpu committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    22b0f49 View commit details
    Browse the repository at this point in the history
  3. Add Lenovo YOGA C640-13IML

    Link: #121
    jigpu committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    bede8c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    125f474 View commit details
    Browse the repository at this point in the history
  5. Add Lenovo ThinkPad X200 Tablet

    Link: #122
    jigpu committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    aae93c2 View commit details
    Browse the repository at this point in the history
  6. Add Dell XPS 15 7590

    Link: #120
    jigpu committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    6dc1d33 View commit details
    Browse the repository at this point in the history
  7. Add HP EliteBook x360 830 G7 Notebook PC

    Link: #119
    jigpu committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    75a37dd View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. scripts: Add more VIDs to the sysinfo list

    Add additional USB vendor IDs to the list recognized sysinfo.sh. These
    IDs are from the Digimend tablet list (https://digimend.github.io/tablets/)
    and should let the script discover devices from Huion, XP-Pen, etc.
    jigpu committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    81dec44 View commit details
    Browse the repository at this point in the history
  2. Add Huion H950P

    Link: #124
    jigpu committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    8929308 View commit details
    Browse the repository at this point in the history
  3. scripts: Have sysinfo grab data from additional kernel drivers

    Dump data for uclogic, elo, key, waltop, and elan drivers. These are
    used by tablets and touchscreens from Huion, XP-Pen, Waltop, etc.
    jigpu committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    11996f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a95c2c View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Add HP Spectre x360 Convertible 15-ch0xx

    Link: #128
    jigpu committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    968cdf6 View commit details
    Browse the repository at this point in the history
  2. Add HP Spectre x360 Convertible 13-ap0xxx

    Link: #127
    jigpu committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    03b7fdc View commit details
    Browse the repository at this point in the history
  3. Add Lenovo ThinkPad Yoga 11e 3rd Gen

    Link: #126
    jigpu committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    7533121 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Add Huion HS610

    Link: #133
    jigpu committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    ff45357 View commit details
    Browse the repository at this point in the history
  2. Add Huion HS611

    Link: #132
    jigpu committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    be70078 View commit details
    Browse the repository at this point in the history
  3. add Lenovo ThinkPad X13 Yoga Gen 1

    Blaimi authored and jigpu committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    be995ed View commit details
    Browse the repository at this point in the history
  4. Add HP EliteBook x360 1030 G7 Notebook PC

    Link: #125
    jigpu committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    d8be3b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Add Lenovo ThinkPad X1 Yoga Gen 5

    Link: #135
    jigpu committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    a6c14c3 View commit details
    Browse the repository at this point in the history
  2. Add HP ENVY x360 Convertible 15-ee0xxx

    Link: #134
    jigpu committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    d7bec84 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Add Lenovo Yoga 6 13ARE05

    Link: #136
    jigpu committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    8799390 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Add Dell XPS 13 7390 2-in-1

    Link: #138
    jigpu committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    5794d41 View commit details
    Browse the repository at this point in the history
  2. Add HP Pro Tablet 408

    Link: #137
    jigpu committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    7e48794 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Add HP ENVY x360 Convertible 15-dr1xxx

    Link: #140
    jigpu committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    cd47814 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0893bdb View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Add Wacom Cintiq Companion 2

    Link: #141
    jigpu committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    3d5b910 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1492ab3 View commit details
    Browse the repository at this point in the history
  3. Add Lenovo IdeaPad Flex 5 14IIL05

    Link: #103
    jigpu committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    e418950 View commit details
    Browse the repository at this point in the history
  4. Add Dell Latitude 7400

    Link: #100
    jigpu committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    ec951f3 View commit details
    Browse the repository at this point in the history
  5. Add Lenovo Yoga 7 15ITL5

    Link: #139
    jigpu committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    e6f9642 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Add Dell Inspiron 7306 2n1

    Link: #142
    jigpu committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    fca4e05 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Add Lenovo YOGA C640-13IML

    jigpu committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    d7c7784 View commit details
    Browse the repository at this point in the history
  2. Add Lenovo Yoga 9 14ITL5

    jigpu committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    4cf2d10 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Add Lenovo ThinkPad L13 Yoga

    Link: #143
    jigpu committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    ab5554e View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. scripts: Prevent silent failure if pen or touchscreen is not found

    We explicitly check for these cases and print an error message. Make
    sure that the script's use of `set -e` doesn't cause us to bail
    prematurely.
    jigpu committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    1308720 View commit details
    Browse the repository at this point in the history
  2. scripts: Recognize 2D1F as a valid VID for libwacom tablet generation

    Generate filenames as "isdv4-2d1f-$PID.tablet"
    jigpu committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    a5d6579 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96af6b9 View commit details
    Browse the repository at this point in the history
  4. Add Samsung Chromebook Pro XE510C24-Caroline

    Link: #147
    jigpu committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    2e5551d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Add Lenovo ThinkPad L390 Yoga

    Link: #156
    jigpu committed May 28, 2021
    Configuration menu
    Copy the full SHA
    2aa7597 View commit details
    Browse the repository at this point in the history
  2. Add HP Pavilion x360 Convertible 14-cd0xxx

    Link: #155
    jigpu committed May 28, 2021
    Configuration menu
    Copy the full SHA
    0588459 View commit details
    Browse the repository at this point in the history
  3. Add HP EliteBook x360 1030 G3

    Link: #154
    jigpu committed May 28, 2021
    Configuration menu
    Copy the full SHA
    b3f9acb View commit details
    Browse the repository at this point in the history
  4. Add Wacom Intuos3

    Link: #152
    jigpu committed May 28, 2021
    Configuration menu
    Copy the full SHA
    a3c8902 View commit details
    Browse the repository at this point in the history
  5. Add Wacom One S

    Link: #151
    jigpu committed May 28, 2021
    Configuration menu
    Copy the full SHA
    c2b4733 View commit details
    Browse the repository at this point in the history
  6. Add Lenovo Yoga C940-14IIL

    Link: #150
    jigpu committed May 28, 2021
    Configuration menu
    Copy the full SHA
    5aa8cc6 View commit details
    Browse the repository at this point in the history
  7. Add Dell XPS 13 9310 2-in-1

    Link: #149
    jigpu committed May 28, 2021
    Configuration menu
    Copy the full SHA
    78c417d View commit details
    Browse the repository at this point in the history
  8. Add Gaomon M106K

    Link: #148
    jigpu committed May 28, 2021
    Configuration menu
    Copy the full SHA
    88623a4 View commit details
    Browse the repository at this point in the history
  9. Add Huion H640P

    Link: #145
    jigpu committed May 28, 2021
    Configuration menu
    Copy the full SHA
    3c0fb59 View commit details
    Browse the repository at this point in the history
  10. Add Lenovo ThinkPad Yoga 460

    Link: #144
    jigpu committed May 28, 2021
    Configuration menu
    Copy the full SHA
    85547de View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. README: Add maintainer section

    Add information for maintainers, such as the use of git-update.sh and
    where to find more info about manually creating libwacom tablet
    definition files.
    jigpu committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    d335656 View commit details
    Browse the repository at this point in the history
  2. Add Lenovo ThinkVision M14t

    Add captures with both "Windows" and "Android / Chrome" modes acivated.
    
    Link: #157
    jigpu committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    20ac98d View commit details
    Browse the repository at this point in the history
  3. Add Lenovo YOGA 720-15IKB

    Link: #158
    jigpu committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    0459ee9 View commit details
    Browse the repository at this point in the history
  4. Add Pnboo PN10 10.1

    Link: #159
    jigpu committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    516cb9e View commit details
    Browse the repository at this point in the history
  5. Add Lenovo IdeaPad Flex 5 14ALC05

    Link: #164
    jigpu committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    e421a95 View commit details
    Browse the repository at this point in the history
  6. Add HP Pavilion x360 Convertible 14-dw1xxx

    Link: #163
    jigpu committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    55bf3ba View commit details
    Browse the repository at this point in the history
  7. Add Wacom Intuos Pro L

    Link: #161
    jigpu committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    dc3a4f7 View commit details
    Browse the repository at this point in the history
  8. Add Huion Kamvas Pro 13

    Link: #160
    jigpu committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    e8824e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Add Lenovo ThinkPad X13 Yoga Gen 2

    Link: #188
    jigpu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    fc9c49e View commit details
    Browse the repository at this point in the history
  2. Add HP EliteBook x360 1040 G8 Notebook PC

    p-atr authored and jigpu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    b390659 View commit details
    Browse the repository at this point in the history
  3. Asus Zenbook Flip S13 UX371

    vchlum authored and jigpu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    166bb9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    759da94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42834a3 View commit details
    Browse the repository at this point in the history
  6. Add Dell Latitude 7275

    Link: #172
    JeromeDeBretagne authored and jigpu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    f879d90 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3119120 View commit details
    Browse the repository at this point in the history
  8. Add HP ProBook x360 11 G5 EE

    Link: #185
    jigpu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    9d360ce View commit details
    Browse the repository at this point in the history
  9. Add HP Pavilion x2 Detachable

    Link: #183
    jigpu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    bc87d85 View commit details
    Browse the repository at this point in the history
  10. Add Wacom Intuos2 9x12

    Link: #182
    jigpu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    4b72e49 View commit details
    Browse the repository at this point in the history
  11. Add HP ZBook x2 G4

    Link: #181
    jigpu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    1679741 View commit details
    Browse the repository at this point in the history
  12. Add Lenovo ThinkPad 11e Yoga Gen 6

    Link: #178
    jigpu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    ce6fe56 View commit details
    Browse the repository at this point in the history
  13. Add HP Spectre x360 Convertible 14-ea0xxx

    Link: #177
    jigpu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    f3d64da View commit details
    Browse the repository at this point in the history
  14. Add Lenovo Yoga 6 13ALC6

    Link: #175
    jigpu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    8166e60 View commit details
    Browse the repository at this point in the history
  15. Add Dell Latitude 7320 Detachable

    Link: #174
    jigpu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    003dc7a View commit details
    Browse the repository at this point in the history
  16. Add Lenovo IdeaPad Flex 5 14ALC05

    Link: #170
    jigpu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    94b55e3 View commit details
    Browse the repository at this point in the history
  17. Add HP ProBook x360 435 G7

    Link: #165
    jigpu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    cd743c5 View commit details
    Browse the repository at this point in the history
  18. Add Lenovo IdeaPad Flex 5 15ALC05

    Link: #167
    jigpu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    2f789f9 View commit details
    Browse the repository at this point in the history
  19. Add HP ProBook x360 435 G7

    Link: #168
    jigpu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    da17916 View commit details
    Browse the repository at this point in the history
  20. Add Huion H1161

    Link: #169
    jigpu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    9c8fb16 View commit details
    Browse the repository at this point in the history
  21. Add Microsoft Surface Pro 2

    Link: #176
    jigpu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    14522fd View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Add Lenovo Yoga C740-14IML

    p-atr authored and jigpu committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    02b492a View commit details
    Browse the repository at this point in the history
  2. Add Microsoft Surface Go 2

    Link: #192
    jigpu committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    0a146ad View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    dc6f117 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Configuration menu
    Copy the full SHA
    abba562 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    563d9ba View commit details
    Browse the repository at this point in the history
  3. Add HP ZBook x2 G4

    Add updated information for the ATMEL touchscreen on this device.
    jigpu committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    862ebf6 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Add PINE64 PineNote

    Link: #196
    jigpu committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    918dc56 View commit details
    Browse the repository at this point in the history
  2. scripts: Recognize and convert force units to "grams"

    Force in HID may be represented in units of "Centimeter * Gram *
    Seconds^-2". The shorthand name for this unit is the "dyne" and may
    be converted to the more approachable "gram-force" by factoring out
    the acceleration due to gravity (980.7 cm*s^-2).
    jigpu committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    474fadc View commit details
    Browse the repository at this point in the history
  3. scripts: Only grab the first line of matching data for tablet definit…

    …ions
    
    The HID descriptor may contain multiple reports with information on e.g.
    sensor width. We need to be careful to only print out a single item
    if this happens or else the generated tablet definition will be malformed.
    jigpu committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    ac8e84b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7de5298 View commit details
    Browse the repository at this point in the history
  5. Add Lenovo Yoga 7 14ACN6

    Link: #195
    jigpu committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    3cfb55d View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Configuration menu
    Copy the full SHA
    931f669 View commit details
    Browse the repository at this point in the history
  2. Add Lenovo ThinkPad X1 Tablet Gen 3

    Link: #193
    jigpu committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    279f999 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Add Getac UX10G2

    Link: #197
    jigpu committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    973cb73 View commit details
    Browse the repository at this point in the history
  2. Add Dell Latitude 5290 2-in-1

    Link: #198
    jigpu committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    d6b0b63 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Add Lenovo ThinkPad X1 Yoga Gen 6

    Link: #202
    jigpu committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    7733d6d View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    5ee8512 View commit details
    Browse the repository at this point in the history
  2. Add Lenovo ThinkPad X1 Titanium Gen 1

    Link: #205
    jigpu committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    a77133d View commit details
    Browse the repository at this point in the history
  3. Add HP ProBook x360 435 G8 Notebook PC

    Link: #204
    jigpu committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    335da92 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Add Lenovo Yoga 7 14ACN6

    Link: #207
    jigpu committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    cbc7e8f View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Add ASUS VivoBook_ASUSLaptop TP420UA_TM420UA

    Link: #208
    jigpu committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    7279e0d View commit details
    Browse the repository at this point in the history
  2. git-update: s/FUJITSU/Fujistu/

    jigpu committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    3151685 View commit details
    Browse the repository at this point in the history
  3. Add Fujitsu LIFEBOOK T935

    Link: #210
    jigpu committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    5126b62 View commit details
    Browse the repository at this point in the history
  4. Add Huion Kamvas 13

    Link: #203
    jigpu committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    e82675c View commit details
    Browse the repository at this point in the history
  5. Add Wacom Intuos S (2nd-gen)

    Link: #200
    jigpu committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    605761c View commit details
    Browse the repository at this point in the history
  6. Add Gaomon M10K 2018

    Link: #194
    jigpu committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    22311ec View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Add Lenovo ThinkPad X13 Yoga Gen 2

    Link: #217
    jigpu committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    975f2fe View commit details
    Browse the repository at this point in the history
  2. Add Lenovo ThinkBook 14s Yoga ITL

    Link: #216
    jigpu committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    3a44695 View commit details
    Browse the repository at this point in the history
  3. Add HP ENVY x360 Convertible 13-bd0xxx

    Link: #215
    jigpu committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    e9aa845 View commit details
    Browse the repository at this point in the history
  4. Add Huion Q620M

    Link: #214
    jigpu committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    1387d97 View commit details
    Browse the repository at this point in the history
  5. Add Lenovo YOGA 900S-12ISK

    Link: #213
    jigpu committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    1d91357 View commit details
    Browse the repository at this point in the history
  6. Add Lenovo IdeaPad Duet 3 10IGL5

    Link: #212
    jigpu committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    3995e37 View commit details
    Browse the repository at this point in the history
  7. Add Acer Chromebook Spin 13

    Link: #211
    jigpu committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    9a6924c View commit details
    Browse the repository at this point in the history
  8. Add HP Pavilion x360 Convertible 14-ba0xx

    Link: #199
    jigpu committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    9082335 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Add Samsung Galaxy Book Flex2 (930QCA)

    Link: #218
    jigpu committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    1ffdc70 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Add Lenovo ThinkPad X1 Yoga 1st

    Link: #220
    jigpu committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    ff5be19 View commit details
    Browse the repository at this point in the history
  2. Add Samsung Galaxy Book Pro 360 (950QDB)

    Link: #219
    jigpu committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    8435d25 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    6851638 View commit details
    Browse the repository at this point in the history
  2. Add Dell Chromebook 11 5190 2-in-1

    Link: #252
    jigpu committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    e528442 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Add Wacom Cintiq Pro 27

    Link: #260
    Joshua-Dickens committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    e5e3396 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Add Wacom One 12

    Link: #315
    Joshua-Dickens committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    280b8b6 View commit details
    Browse the repository at this point in the history
  2. Add Wacom One 13

    Link: #316
    Joshua-Dickens committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    aa4f128 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    b007dbf View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Add DTC121

    Link: #327
    Joshua-Dickens committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    162e6b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Add DTH134 & Fix Name for DTC121

    Link: #328
    Joshua-Dickens committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    e98f5ed View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Add Wacom Cintiq Pro 22

    Link: #331
    skomra committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    ddae88f View commit details
    Browse the repository at this point in the history
  2. Add Wacom Cintiq Pro 17

    Link: #332
    skomra committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    490ce1c View commit details
    Browse the repository at this point in the history