diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-04-01 11:41:50 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-04-01 11:41:50 +0000 |
commit | 78014975638f8a07af62c7b4bb5fbf0077b9e3e2 (patch) | |
tree | 5c18f2f3a523d59bc86a47c0bab3194a5f920659 | |
parent | 40e622a7c0ddde77c56578f7631fef245b0a7bb9 (diff) |
fix typo
-rw-r--r-- | sys/dev/usb/usbdevs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 5490e259cda..02e2f1a8341 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.148 2005/04/01 08:25:39 deraadt Exp $ +$OpenBSD: usbdevs,v 1.149 2005/04/01 11:41:49 dlg Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -881,7 +881,7 @@ product FREECOM DVD 0xfc01 Connector for DVD drive /* Future Technology Devices products */ product FTDI SERIAL_8U232AM 0x6001 8U232AM Serial -product FDTI SERIAL_2232C 0x6010 2232C Serial +product FTDI SERIAL_2232C 0x6010 2232C Serial product FTDI PS2KBDMS 0x8371 PS/2 Keyboard/Mouse product FTDI SERIAL_8U100AX 0x8372 Serial product FTDI LCD_MX200 0xfa01 Matrix Orbital MX200 Series LCD |