diff options
author | ache <ache@FreeBSD.org> | 2000-03-15 16:46:12 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-03-15 16:46:12 +0000 |
commit | 5e39e4a14fa93c9ca6484eedcc91b8e8c2f837d1 (patch) | |
tree | f06d6ae675ec20af7d2cc517f952cb4d3a7c5952 /usr.sbin/moused | |
parent | 0615421c40607edcc7d216cafb0fe7aa3fafd318 (diff) | |
download | FreeBSD-src-5e39e4a14fa93c9ca6484eedcc91b8e8c2f837d1.zip FreeBSD-src-5e39e4a14fa93c9ca6484eedcc91b8e8c2f837d1.tar.gz |
Add Tremon Wheel PNP mouse
Diffstat (limited to 'usr.sbin/moused')
-rw-r--r-- | usr.sbin/moused/moused.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/moused/moused.c b/usr.sbin/moused/moused.c index f487b5c..cbf3cf8 100644 --- a/usr.sbin/moused/moused.c +++ b/usr.sbin/moused/moused.c @@ -224,6 +224,8 @@ static symtab_t pnpprod[] = { { "MSH0001", MOUSE_PROTO_INTELLI, MOUSE_MODEL_INTELLI }, /* MS IntelliMouse TrackBall */ { "MSH0004", MOUSE_PROTO_INTELLI, MOUSE_MODEL_INTELLI }, + /* Tremon Wheel Mouse MUSD */ + { "HTK0001", MOUSE_PROTO_INTELLI, MOUSE_MODEL_INTELLI }, /* Genius PnP Mouse */ { "KYE0001", MOUSE_PROTO_MS, MOUSE_MODEL_GENERIC }, /* MouseSystems SmartScroll Mouse (OEM from Genius?) */ |