diff options
| author | is <is@NetBSD.org> | 2009-10-30 16:22:32 +0000 |
|---|---|---|
| committer | is <is@NetBSD.org> | 2009-10-30 16:22:32 +0000 |
| commit | 5886aca913fd2a3adbd85d68f627ce9ea052b338 (patch) | |
| tree | c9358fce3885897d69d0521f1996ca6c00f7cbee /sys/dev/usb/usbdevs | |
| parent | 4effe2d8e0044437cf25d0774f922c5dbced21fd (diff) | |
Quirk to regenerate residue for borken UMASS devices; needed (at least)
for Supertop IDE bridge. From Matthias Kretschmer, PR 42225.
Diffstat (limited to 'sys/dev/usb/usbdevs')
| -rw-r--r-- | sys/dev/usb/usbdevs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 8c9bab962cf..a8e348d91dd 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$NetBSD: usbdevs,v 1.534 2009/10/12 22:28:15 wiz Exp $ +$NetBSD: usbdevs,v 1.535 2009/10/30 16:22:32 is Exp $ /* * Copyright (c) 1998-2004 The NetBSD Foundation, Inc. @@ -464,6 +464,7 @@ vendor SILICOM 0x1485 Silicom vendor RALINK 0x1485 Ralink Technology vendor RALINK_2 0x148f Ralink Technology vendor CONCEPTRONIC 0x14b2 Conceptronic +vendor SUPERTOP 0x14cd SuperTop vendor PLANEX3 0x14ea Planex Communications vendor SILICONPORTALS 0x1527 Silicon Portals vendor OQO 0x1557 OQO @@ -2234,6 +2235,9 @@ product SUN KEYBOARD_TYPE_7 0x00a2 Type 7 USB keyboard /* XXX The above is a North American PC style keyboard possibly */ product SUN MOUSE 0x0100 Type 6 USB mouse +/* SuperTop products */ +product SUPERTOP IDEBRIDGE 0x6600 SuperTop IDE Bridge + /* Supra products */ product DIAMOND2 SUPRAEXPRESS56K 0x07da Supra Express 56K modem product DIAMOND2 SUPRA2890 0x0b4a SupraMax 2890 56K Modem |
