aboutsummaryrefslogtreecommitdiff
path: root/marsond.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-05-10 05:09:24 -0400
committerB. Watson <urchlay@slackware.uk>2025-05-10 05:09:24 -0400
commitfd4502653dc4d06225a0285ffa16e0bbcafb4134 (patch)
treefb5c16437b3de449ec3573dd81e9f144f78cdc01 /marsond.c
parent915c8c83f8df05c3ccaa1739a844f2e2782185d3 (diff)
downloadmarsond-fd4502653dc4d06225a0285ffa16e0bbcafb4134.tar.gz
use BUS_VIRTUAL, not BUS_USB.
Diffstat (limited to 'marsond.c')
-rw-r--r--marsond.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/marsond.c b/marsond.c
index 87ddf14..1644ef7 100644
--- a/marsond.c
+++ b/marsond.c
@@ -324,7 +324,7 @@ int main(int argc, char **argv) {
even try the new API, if the old one works. */
memset(&dev, 0, sizeof(dev));
snprintf(dev.name, UINPUT_MAX_NAME_SIZE, "marsond virtual keyboard");
- dev.id.bustype = BUS_USB;
+ dev.id.bustype = BUS_VIRTUAL;
dev.id.vendor = 0x69;
dev.id.product = 0x666;
dev.id.version = 1;