mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-28 19:00:18 +01:00
tools: zero-pad PID/VID in the dpi tool
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
6ce23c6d79
commit
9923b06e71
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ main (int argc, char **argv) {
|
|||
|
||||
printf("\n");
|
||||
printf("Entry for hwdb match (replace XXX with the resolution in DPI):\n"
|
||||
"mouse:%s:v%4xp%4x:name:%s:\n"
|
||||
"mouse:%s:v%04xp%04x:name:%s:\n"
|
||||
" MOUSE_DPI=XXX@%d\n",
|
||||
bustype(libevdev_get_id_bustype(dev)),
|
||||
libevdev_get_id_vendor(dev),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue