diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-31 11:39:17 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-31 11:39:17 +0000 |
commit | 17c3ef73cc82ff148034bff43775f2993c3f839a (patch) | |
tree | 2d97559c783aafa4d4355aa98defafafa53eee41 /sys/dev/usb/usbdevs | |
parent | 073fdd55ec48f81865f0582239ad7d097dac9c20 (diff) | |
download | FreeBSD-src-17c3ef73cc82ff148034bff43775f2993c3f839a.zip FreeBSD-src-17c3ef73cc82ff148034bff43775f2993c3f839a.tar.gz |
Add support of PhotoClip USB Camera (http://www.myphotoclip.com):
- Vendor&Device IDs for USB product,
- quirk for SCSI CAM.
PR: 34481
Submitted by: Olexander Kunytsa <kunia@x-telecom.net>
MFC in: 3 days
Diffstat (limited to 'sys/dev/usb/usbdevs')
-rw-r--r-- | sys/dev/usb/usbdevs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 30bfbfb..2acd4ee 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -325,6 +325,7 @@ vendor INSIDEOUT 0x1608 Inside Out Networks vendor ENTREGA 0x1645 Entrega vendor ACTIONTEC 0x1668 Actiontec Electronics, Inc. vendor DLINK 0x2001 D-Link Corp +vendor DAISY 0x3579 Daisy Technology vendor INTEL 0x8086 Intel vendor HP2 0xf003 Hewlett-Packard @@ -491,6 +492,9 @@ product DLINK DSB650TX 0x4002 10/100 ethernet adapter product DLINK DSB650TX_PNA 0x4003 1/10/100 ethernet adapter product DLINK DSB650 0xABC1 10/100 ethernet adapter +/* Daisy Technology products */ +product DAISY DMC 0x6901 PhotoClip Camera + /* Dallas Semiconductor products */ product DALLAS J6502 0x4201 J-6502 speakers |