linuxwacom / xf86-input-wacom

X.Org driver for Wacom devices
361 stars 45 forks source link

conf: add Samsung Galaxy Book Pro 360 #264

Closed smilejj91 closed 2 years ago

smilejj91 commented 2 years ago

Hello.

This request is a conf file patch request to support the wacom device whose vendorID is recognized as 2d1f.

  1. Cause of the problem

    • Samsung Galaxy Book Pro 360 uses a wacom device, and the vendorID of the device is 2d1f, not 056a.
    • So, the device is not recognized by xf86-input-wacom (= xserver-xorg-input-wacom package)
    • Looking through the issues in the past, there were many users who faced the same problem as me.
  2. Suggest solutions

    • I hope the following patch is applied to /usr/share/X11/70-wacom.conf so that the 2d1f vendorID can be recognized as a wacom device.
  3. Reference

Thank you.

whot commented 2 years ago

0x2d1f usually means the firmware is in android mode, see also this wiki page here. IIRC the tablets don't behave the same way when they're in android mode so there may be subtle other bugs awaiting too, better to convince the firmware of the realities of life :)

smilejj91 commented 2 years ago

Oh, now I see what 0x2d1f means is related to android mode.

By referring to the wiki page you linked, we will apply the appropriate firmware to the PC.

thank you.