diff options
| author | cjs <cjs@NetBSD.org> | 2002-11-05 12:13:40 +0000 |
|---|---|---|
| committer | cjs <cjs@NetBSD.org> | 2002-11-05 12:13:40 +0000 |
| commit | faade5e87c1bb8a5706c1ad16c1ebf1abb75ed7d (patch) | |
| tree | 44813c142b4d132dd0ecbbd9a3045d00786ff917 /sys/dev | |
| parent | c866abcfc9dedfaad81123d6913d6ca09c0582c1 (diff) | |
Fix typo.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/umass_quirks.c | 4 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/usb/umass_quirks.c b/sys/dev/usb/umass_quirks.c index bb0e2e82c7a..05e9031a81e 100644 --- a/sys/dev/usb/umass_quirks.c +++ b/sys/dev/usb/umass_quirks.c @@ -1,4 +1,4 @@ -/* $NetBSD: umass_quirks.c,v 1.25 2002/11/05 12:06:58 cjs Exp $ */ +/* $NetBSD: umass_quirks.c,v 1.26 2002/11/05 12:14:45 cjs Exp $ */ /* * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -250,7 +250,7 @@ Static const struct umass_quirk umass_quirks[] = { NULL, NULL }, - { { USB_VENDOR_SONY, USB_PRODUCT_DSC }, + { { USB_VENDOR_SONY, USB_PRODUCT_SONY_DSC }, UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC, 0, 0, diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 0e34faadff3..be55bab40e8 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$NetBSD: usbdevs,v 1.279 2002/10/31 10:36:42 ichiro Exp $ +$NetBSD: usbdevs,v 1.280 2002/11/05 12:13:40 cjs Exp $ /* * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc. @@ -1228,7 +1228,7 @@ product SONY MSC 0x0032 MSC memory stick slot product SONY CLIE_35 0x0038 Sony Clie v3.5 product SONY PS2KEYBOARD 0x005c PlayStation2 keyboard product SONY PS2KEYBOARDHUB 0x005d PlayStation2 keyboard hub -product SONY PS2MOUSE 0x0061 PlayStatoin2 mouse +product SONY PS2MOUSE 0x0061 PlayStation2 mouse product SONY CLIE_40 0x0066 Sony Clie v4.0 product SONY CLIE_40_MS 0x006d Sony Clie v4.0 Memory Stick slot product SONY CLIE_41_MS 0x0099 Sony Clie v4.1 Memory Stick slot |
