|
From: Peter H. <pet...@wh...> - 2018-07-19 00:44:02
|
On Wed, Jul 18, 2018 at 06:23:23PM -0500, John Griessen wrote: > I have a bamboo fun with four buttons 4x6 draw surface and a touch scroll circle. > > I can list it with > > xsetwacom --list devices > Wacom BambooFun 4x5 Pad pad id: 11 type: PAD > Wacom BambooFun 4x5 Pen stylus id: 12 type: STYLUS > Wacom BambooFun 4x5 Pen eraser id: 13 type: ERASER > Wacom BambooFun 4x5 Pen cursor id: 14 type: CURSOR > > but not with: > > libwacom-list-local-devices > > Should I get another kind, or can one of the existing data files be adapted to this model? if you look at the data files, they're pretty trivial. It wouldn't be hard to just grab another data file and modify it to match the tablet. The Intuos4 has a scroll ring so you can start with that as template. Cheers, Peter |