Skip to content

Commit 8b6be39

Browse files
committed
Change the URL for reporing issues to my fork.
1 parent fe1223a commit 8b6be39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/serdev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ static int guess_device(const char *verstr)
293293
}
294294

295295
fprintf(stderr, "Unknown serial device. Even if it works, please report this "
296-
"as a bug at https://github.com/FreeSpacenav/libspnavdev/issues\n");
296+
"as a bug at https://github.com/ruevs/libspnavdev/issues\n");
297297
fprintf(stderr, "Please include the following version string in your bug report: \"%s\"\n", verstr);
298298
return DEV_UNKNOWN;
299299
}

src/spnavdev.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ union spndev_event {
5151

5252
/* possible devstr parameters:
5353
* - null: auto-detect (USB only)
54-
* - device file (/dev/ttyS0 or /dev/input/event42)
54+
* - device file (e.g. COM6 or /dev/ttyS0 or /dev/input/event42)
5555
* - usb id (046d:c625)
5656
*/
5757
struct spndev *spndev_open(const char *devstr);

0 commit comments

Comments
 (0)