diff options
| author | matthias <matthias@NetBSD.org> | 2010-01-14 09:30:39 +0000 |
|---|---|---|
| committer | matthias <matthias@NetBSD.org> | 2010-01-14 09:30:39 +0000 |
| commit | 1bb1b66ea8336435b02010645c513d8960a5abed (patch) | |
| tree | 4f1877b766fcff38c083f0e391efcd31ce0383bd /sys/dev/usb/usbdevs | |
| parent | 253dc3f27f0c62f3a958b72bdcede5a47fcea90b (diff) | |
Make ums.c work with a "Microsoft Natural Ergonomic Desktop 7000" mouse.
XXX The tilt function still doesn't work for me.
Diffstat (limited to 'sys/dev/usb/usbdevs')
| -rw-r--r-- | sys/dev/usb/usbdevs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 121c8f073ba..3d78beb9039 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$NetBSD: usbdevs,v 1.539 2010/01/12 14:50:38 jakllsch Exp $ +$NetBSD: usbdevs,v 1.540 2010/01/14 09:30:39 matthias Exp $ /* * Copyright (c) 1998-2004 The NetBSD Foundation, Inc. @@ -1601,7 +1601,8 @@ product MICROSOFT XBOX_DVD_PLAYBACK 0x0284 Xbox DVD Movie Playback Kit product MICROSOFT XBOX_CONTROLLER_S10 0x0285 Xbox Controller S (1.0) product MICROSOFT XBOX_CONTROLLER_HUB 0x0288 Xbox Controller Hub product MICROSOFT XBOX_CONTROLLER_S12 0x0289 Xbox Controller S (1.2) -product MICROSOFT 24GHZ_XCVR 0x071f 2.4GHz Transceiver V2.0 +product MICROSOFT 24GHZ_XCVR10 0x071d 2.4GHz Transceiver V1.0 +product MICROSOFT 24GHZ_XCVR20 0x071f 2.4GHz Transceiver V2.0 /* Microtech products */ product MICROTECH SCSIDB25 0x0004 USB-SCSI-DB25 |
