diff options
author | sanpei <sanpei@FreeBSD.org> | 2003-12-18 05:47:11 +0000 |
---|---|---|
committer | sanpei <sanpei@FreeBSD.org> | 2003-12-18 05:47:11 +0000 |
commit | 9f57d816526021184b2e75a03054d6d0aff052ec (patch) | |
tree | b41fa395fdafbfa414225a917190375d77b7a2fb /sys/dev/usb/usbdevs | |
parent | 8bfbe55f94c2a9837f50cc74d5b44e4eb26f79e0 (diff) | |
download | FreeBSD-src-9f57d816526021184b2e75a03054d6d0aff052ec.zip FreeBSD-src-9f57d816526021184b2e75a03054d6d0aff052ec.tar.gz |
Add Support
- PNY Attache Flash Drive [1]
- minolta 5400 USB scanner [2]
PR: kern/58045 [1]
kern/56496 [2]
Submitted by: [1] Rick C. Petty <rick@kiwi-computer.com>
[2] Mark Diekhans <markd@kermodei.com>
Diffstat (limited to 'sys/dev/usb/usbdevs')
-rw-r--r-- | sys/dev/usb/usbdevs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 0d8d26f..80e9bcd 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -349,6 +349,7 @@ vendor AGATE 0x0c08 Agate Technologies vendor DMI 0x0c0b DMI vendor LUWEN 0x0c76 Luwen vendor SMC3 0x0d5c Standard Microsystems +vendor PNY 0x0d7d PNY vendor HAWKING 0x0e66 Hawking Technologies vendor MOTOROLA 0x1063 Motorola vendor PLX 0x10b5 PLX @@ -917,6 +918,7 @@ product MIDIMAN MIDISPORT2X2 0x1001 Midisport 2x2 product MINOLTA 2300 0x4001 Dimage 2300 product MINOLTA S304 0x4007 Dimage S304 product MINOLTA X 0x4009 Dimage X +product MINOLTA 5400 0x400e Dimage 5400 /* Mitsumi products */ product MITSUMI CDRRW 0x0000 CD-R/RW Drive @@ -1012,6 +1014,9 @@ product PIENGINEERING PS2USB 0x020b PS2 to Mac USB Adapter /* PLX products */ product PLX TESTBOARD 0x9060 test board +/* PNY products */ +product PNY ATTACHE 0x1300 USB 2.0 Flash Drive + /* Primax products */ product PRIMAX G2X300 0x0300 G2-200 scanner product PRIMAX G2E300 0x0301 G2E-300 scanner |