File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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 */
5757struct spndev * spndev_open (const char * devstr );
You can’t perform that action at this time.
0 commit comments