Download Pen Pad for Windows to hIDClass driver. Download Pen Pad for Windows to hIDClass driver. By WALTOP International Corp. Full Specifications. What's new in version 2.35.3.3790. Waltop International Corp. Waltop’s involvement with USI from Day One was customer-driven. Customers want an open, standard active stylus specification featuring bi-directional communication with multi-stylus support Read More. A universal inking engine and ink layer framework which connects hardware, software and applications. Get your product drivers, certificates, manuals, and warranty information. Search for your product below to get started, or just download the latest driver. Search to find your product resources below. Search by product name or model number or select your product category to get started.
It is intended that Waltop tablets be supported by the Wacom X driver.However things have been in a state of flux both in the kernel and withthe Wacom and evdev X drivers. It is possible that your Waltop tabletmight be better supported by the evdev driver.
The advantage the Wacom driver offers is stylus pressure on a Beziercurve rather than thesimple linear curve of the evdev driver. This enables setting the stylusto firmer or softer feel. See the graphical javascriptdemo for viewingthe results of manipulating the two control points.
In addition, the Wacom driver has a pressure threshold setting, whilethe evdev driver currently lacks it. With evdev, minimum pressure isalways set to 0 and there is no option to vary that. If the stylus istoo sensitive you can decrease the pressure sensitivity with the“Threshold” parameter.
Waltop Driver
A third benefit is the availability of the MapToOutput parameter if youare using your Waltop tablet in a multi-monitor setup.
Because of re-branding it is not always obvious what tablet you actuallyhave. You can determine your tablet’s Vendor ID and Product ID byentering the following command in a terminal:
and looking for the tablet line in the output. A Waltop tablet has thefollowing Vendor ID:
Waltop Vendor ID = 172F (0x172F)
The Product ID immediately follows the Vendor ID.
If you have at least the 2.6.35 kernel, particularly the more recentversions, you should be able to get your tablet working on the Wacom Xdriver. Waltop tablets are often re-branded and will carry another OEM’smodel name. To verify that your tablet/stylus is indeed identified as aWALTOP (which is also used as the keyword for a match) enter in aterminal the following.
You should see WALTOP (capitalized) as part of the <device name> in thetablet/stylus line. WALTOP is used as the keyword match by the 50-wacom.confand the custom 52-waltop.conf. If you see another tablet name in the line youdo not have a Waltop.
50-wacom.conf
The 50-wacom.conf is located at /usr/share/X11/xorg.conf.d. If you donot know your xf86-input-wacom version you can determine it by runningthe following command:
xf86-input-wacom-0.15.0 or later
In a currentxf86-input-wacom50-wacom.conf file there is a separate Waltop snippet:
This snippet only matches the Waltop event deviceclassified as a tablet (i.e. the digitizer/pen). That allows thenon-digitizer devices on separate event nodes (/dev/input) to be handledby xf86-input-evdev. Those include the on-the-frame controls such as thepad buttons, multifunction dials (controlling scroll, zoom, volume, andkeyboard navigation), and keyboard modifier buttons. Thexf86-input-wacom driver does not work with them.
xf86-input-wacom-0.12.0 to 0.14.0
With the 2.6.35 kernel Waltop tablet users reported the Waltops wereagain working with xf86-input-wacom. Because they were again working theWALTOP keyword was added back into the 50-wacom.conf USB snippet matchwith the release of xf86-input-wacom-0.12.0.
Which means the Waltop tablets are by defaultautomatically matched to the Wacom X driver.
DNS offers a skilled and certified network of drivers, powered by a sophisticated and user-friendly app offering full transparency to you and your customer. We fully vet and certify each member of our delivery team – offering an unparalleled experience. Drivers susteen network & wireless cards customer service. 'Method 2: Uninstall driver. If the issue persists. Uninstall the network adapter driver and restart the computer and have Windows automatically install the latest driver upon restart. Press Windows key + X and select device manager. Expand network adapter. Right click on the driver and uninstall it.
Prior to xf86-input-wacom-0.12.0 Waltop tablets were commented out fromthe USB snippet match in the 50-wacom.conf because the HID usb kerneldriver for Waltops did not support xf86-input-wacom. Waltop tablets hadworked with the linuxwacom X driver before the xf86-input-wacom forkfrom linuxwacom.
52-waltop.conf
Because .conf files at /usr/share/X11/xorg.conf.d are shipped by thedistribution they may be overwritten by an update. For that reason it isnot recommended to put any user-specific configuration files or changesin /usr/share/X11/xorg.conf.d. Instead user custom .conf filestechnically belong in /etc/X11/xorg.conf.d.
The 52-waltop.conf enables multifunction dials on evdev if your tablethas them. It also provides you with a way to apply static xorg.conf.dWacom Options to your pen. Provided the kernel supports Waltop onxf86-input-evdev and xf86-input-wacom or has been patched for support.The WALTOP key word is again used in the match line with each of thefollowing snippets. Place the snippets below into a new file you’llcreate in /etc/X11/xorg.conf.d called 52-waltop.conf.
Since it is a system file you need root privileges.If your system has gnome and sudo installed you can use:
You would use whatever text editor and root privilege access your distributionsupplies of course.
Waltop Digitizer Driver
52-waltop.conf explained
- “Waltop buttons” snippet
- The tablet’s frame/bezel buttons are handled as key events bythe 10-evdev.conf “evdev keyboard catchall” snippet. Thissnippet functionally duplicates it with MatchIsKeyboard. The“Waltop buttons” identifier is a bit of a misnomer as dialzooming and volume control functions are also implemented as keypresses.
- “Waltop scroll” snippet
- This snippet is currently required for the scroll feature of themultifunction dials. The multifunction dial’s scroll is exportedfrom the kernel by hid-waltop.ko as a separate device inputevent but X.Org does not recognize its specific device type.This means it needs to be reclaimed from any 10-evdev.confsnippet that may have mistakenly claimed it.
- “Waltop pen” snippet
- This snippet places only the Waltop pen on the Wacom X driver byuse of MatchIsTablet. It duplicates the new “Waltop class”snippet in xf86-input-wacom-0.15.0’s 50-wacom.conf. Static Wacomoptions may be added below the Driver line.
The Wacom X driver isxf86-input-wacom.It has support for the Waltop tablets built-in as can be seen atxf86-input-wacom/src/wcmUSB.c in the source code.
Product ID | Corresponding WacomModelPtr |
---|---|
0x24 | &usbGraphire |
0x25 | &usbGraphire2 |
0x26 | &usbGraphire2 |
0x27 | &usbGraphire3 |
0x28 | &usbGraphire3 |
0x30 | &usbGraphire4 |
0x31 | &usbGraphire4 |
0x32 | &usbBambooFun |
0x33 | &usbBambooFun |
0x34 | &usbBamboo1 |
0x35 | &usbGraphire4 |
0x36 | &usbGraphire4 |
0x37 | &usbGraphire4 |
0x38 | &usbBambooFun |
0x39 | &usbBambooFun |
0x51 | &usbBamboo |
0x52 | &usbBamboo |
0x53 | &usbBamboo |
0x54 | &usbBamboo |
0x55 | &usbBamboo |
0x56 | &usbBamboo |
0x57 | &usbBamboo |
0x58 | &usbBamboo |
0x500 | &usbBamboo |
0x501 | &usbBamboo |
0x502 | &usbIntuos4 |
0x503 | &usbIntuos4 |
- Product IDs from the Waltop Linux driver (release date 2009/08/11),which was a fork of linuxwacom 0.8.4
If you are using the Wacom X driver for your Waltop tablet the LinuxWacom Project’s mediawiki HOWTOpagehas information on Calibration, Dual and MultiMonitor Set Up, TabletConfiguration, Xsetwacom, etc.
Hi,I'm trying to get a Waltop USB graphics tablet (USB id: 172f:0031) working in OpenSuse 11.2. I have installed the following rpms:
- waltopattach
- waltoptablet-kmp-default
- mypaint
Mypaint loads, lsusb recognises that the device is from Waltop and dmesg shows the following:

[ 1419.848377] input: WALTOP International Corp. Slim Tablet as /devices/pci0000:00/0000:00:12.0/usb3/3-3/3-3:1.0/input/input11
[ 1419.848836] generic-usb 0003:172F:0031.0003: input,hidraw2: USB HID v1.10 Mouse [WALTOP International Corp. Slim Tablet] on usb-0000:00:12.0-3/input0
[11526.173202] usb 3-3: Manufacturer: WALTOP International Corp.
[11526.189200] input: WALTOP International Corp. Slim Tablet as /devices/pci0000:00/0000:00:12.0/usb3/3-3/3-3:1.0/input/input12
[11526.189678] generic-usb 0003:172F:0031.0004: input,hidraw2: USB HID v1.10 Mouse [WALTOP International Corp. Slim Tablet] on usb-0000:00:12.0-3/input0
With mypaint, the graphics tablet pen is able to move the cursor round the screen but it won't paint. Following a different set of instructions I can get it all working in LinuxMint. That's fine but OpenSuse is running the PC that is designated for using the tablet..
Can anyone suggest a way to get either the driver or mypaint to work?
Waltop Drivers
Many thanks,Waltrop Ubuntu Driver
Richard