From dab887853d028fef601dd743daaa994271aa5df4 Mon Sep 17 00:00:00 2001 From: yokota Date: Mon, 20 Mar 2000 08:11:11 +0000 Subject: Add Mitsumi Wireless Scroll Mouse PnP ID. --- usr.sbin/moused/moused.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.sbin') diff --git a/usr.sbin/moused/moused.c b/usr.sbin/moused/moused.c index d76ea02..7daabcf 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 }, -- cgit v1.1