Skip to content

Commit

Permalink
tools/list-local-devices: print the stylus VID as well
Browse files Browse the repository at this point in the history
  • Loading branch information
whot committed Nov 7, 2024
1 parent 0ad16d0 commit 3a3c73e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/list-local-devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ tablet_print_yaml(gpointer data, gpointer user_data)
case WSTYLUS_MOBILE: type = "mobile"; break;
}
printf(" - id: 0x%x\n", libwacom_stylus_get_id(stylus));
printf(" vid: 0x%04x\n", libwacom_stylus_get_vendor_id(stylus));
printf(" name: '%s'\n", libwacom_stylus_get_name(stylus));
printf(" type: '%s'\n", type);
printf(" axes: ['x', 'y' %s%s%s%s%s]\n",
Expand Down

0 comments on commit 3a3c73e

Please sign in to comment.