From d65ffe4a1fb9f95e8942d55ba69bd32d7fa88112 Mon Sep 17 00:00:00 2001 From: Kazutaka YOKOTA Date: Mon, 20 Mar 2000 08:11:11 +0000 Subject: [PATCH] Add Mitsumi Wireless Scroll Mouse PnP ID. --- usr.sbin/moused/moused.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.sbin/moused/moused.c b/usr.sbin/moused/moused.c index d76ea02b13ef..7daabcf91c65 100644 --- a/usr.sbin/moused/moused.c +++ b/usr.sbin/moused/moused.c @@ -254,6 +254,8 @@ static symtab_t pnpprod[] = { { "A4W0005", MOUSE_PROTO_INTELLI, MOUSE_MODEL_4D }, /* 8D Scroll Mouse */ { "PEC9802", MOUSE_PROTO_INTELLI, MOUSE_MODEL_INTELLI }, + /* Mitsumi Wireless Scroll Mouse */ + { "MTM6401", MOUSE_PROTO_INTELLI, MOUSE_MODEL_INTELLI }, /* MS bus */ { "PNP0F00", MOUSE_PROTO_BUS, MOUSE_MODEL_GENERIC },