#
# List of USB ID's
#
# Maintained by Stephen J. Gowdy <linux.usb.ids@gmail.com>
# If you have any new entries, please submit them via
# http://www.linux-usb.org/usb-ids.html
# or send entries as patches (diff -u old new) in the
# body of your email (a bot will attempt to deal with it).
# The latest version can be obtained from
# http://www.linux-usb.org/usb.ids
#
# Version: 2024.07.04
# Date: 2024-07-04 20:34:02
#
# Vendors, devices and interfaces. Please keep sorted.
# Syntax:
# vendor vendor_name
# device device_name <-- single tab
# interface interface_name <-- two tabs
...
2546 Ravensburger
e301 TipToi Pen
...
So the VID should be 2546 and the PID should be E301.
Ideally the toll would figure out if a tiptoi pen is connected via the PID/VID.
There is a list of PID/VIDs http://www.linux-usb.org/usb.ids
So the VID should be
2546
and the PID should beE301
.