aboutsummaryrefslogtreecommitdiff
path: root/marsond.c
diff options
context:
space:
mode:
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;