Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Add a Targus mouse.



details:   https://anonhg.NetBSD.org/src/rev/3bd3c9c95a86
branches:  trunk
changeset: 583380:3bd3c9c95a86
user:      augustss <augustss%NetBSD.org@localhost>
date:      Wed Aug 03 21:17:50 2005 +0000

description:
Add a Targus mouse.

diffstat:

 sys/dev/usb/usbdevs |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r bd3b5b8a5ecf -r 3bd3c9c95a86 sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs       Wed Aug 03 20:55:01 2005 +0000
+++ b/sys/dev/usb/usbdevs       Wed Aug 03 21:17:50 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.407 2005/07/12 12:10:18 drochner Exp $
+$NetBSD: usbdevs,v 1.408 2005/08/03 21:17:50 augustss Exp $
 
 /*
  * Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
@@ -403,6 +403,7 @@
 vendor DELORME         0x1163  DeLorme
 vendor ACERCM          0x1189  Acer Communications & Multimedia
 vendor TSUNAMI         0x1241  Tsunami
+vendor TARGUS          0x1267  Targus
 vendor CREATIVE2       0x1292  Creative Labs
 vendor BELKIN2         0x1293  Belkin Components
 vendor AINCOMM         0x12fd  Aincomm
@@ -1776,6 +1777,9 @@
 /* Tangtop products */
 product TANGTOP USBPS2         0x0001  USBPS2
 
+/* Targus products */
+product TARGUS PAUM004         0x0201  PAUM004 Mouse
+
 /* Taugagreining products */
 product TAUGA CAMERAMATE       0x0005  CameraMate (DPCM_USB)
 



Home | Main Index | Thread Index | Old Index