diff options
author | Chris Kuethe <ckuethe@cvs.openbsd.org> | 2007-01-22 02:30:40 +0000 |
---|---|---|
committer | Chris Kuethe <ckuethe@cvs.openbsd.org> | 2007-01-22 02:30:40 +0000 |
commit | d91a4e92064be33ecc7cf7c669497cfd678b3c4c (patch) | |
tree | 0a00183d454bb686c2c8600dc0401a225ab1daaf /sys/dev/usb/usbdevs | |
parent | 2beffb4328e5817dd82d52521825df4e67eeaf00 (diff) |
Add the USB interface for my cable modem which is now usable
ok dlg@
Diffstat (limited to 'sys/dev/usb/usbdevs')
-rw-r--r-- | sys/dev/usb/usbdevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 92f50ed09b1..8414221e4d1 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.254 2007/01/18 06:28:11 jsg Exp $ +$OpenBSD: usbdevs,v 1.255 2007/01/22 02:30:39 ckuethe Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -285,6 +285,7 @@ vendor ADMTEK 0x07a6 ADMtek vendor COREGA 0x07aa Corega vendor FREECOM 0x07ab Freecom vendor MICROTECH 0x07af Microtech +vendor MOTOROLA3 0x07b2 Motorola vendor OLYMPUS 0x07b4 Olympus vendor ABOCOM 0x07b8 AboCom Systems vendor KEISOKUGIKEN 0x07c1 Keisokugiken @@ -1591,6 +1592,7 @@ product MOTOROLA2 T720C 0x2822 T720c product MOTOROLA2 USBLAN 0x600c USBLAN product MOTOROLA2 USBLAN2 0x6027 USBLAN product MOTOROLA SB4100 0x4100 SB4100 Cable Modem +product MOTOROLA3 SB5100 0x5100 SB5100 Cable Modem /* MultiTech products */ product MULTITECH ATLAS 0xf101 MT5634ZBA modem |