Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/serdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ static int guess_device(const char *verstr)
}

fprintf(stderr, "Unknown serial device. Even if it works, please report this "
"as a bug at https://github.com/FreeSpacenav/libspnavdev/issues\n");
"as a bug at https://github.com/ruevs/libspnavdev/issues\n");
fprintf(stderr, "Please include the following version string in your bug report: \"%s\"\n", verstr);
return DEV_UNKNOWN;
}
Expand Down
2 changes: 1 addition & 1 deletion src/spnavdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ union spndev_event {

/* possible devstr parameters:
* - null: auto-detect (USB only)
* - device file (/dev/ttyS0 or /dev/input/event42)
* - device file (e.g. COM6 or /dev/ttyS0 or /dev/input/event42)
* - usb id (046d:c625)
*/
struct spndev *spndev_open(const char *devstr);
Expand Down
Loading