diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-11-20 07:34:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-11-20 07:34:52 +0000 |
commit | 7305a2374355204e00312e8fc9ad302c266d58fe (patch) | |
tree | 474a5ea1cc6fc54c009b232560c400a305f2d42d /sys/dev/usb/usbdevs | |
parent | 93b1293e197234e716c04d7a400ff5dbd5864cd4 (diff) |
limit luns on usb
Diffstat (limited to 'sys/dev/usb/usbdevs')
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 7fe74298084..9d548eaf766 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.26 2000/11/16 19:00:15 aaron Exp $ +$OpenBSD: usbdevs,v 1.27 2000/11/20 07:34:51 deraadt Exp $ /* $NetBSD: usbdevs,v 1.127 2000/11/15 14:36:09 augustss Exp $ */ /* @@ -510,6 +510,7 @@ product INSYSTEM USBCABLE 0x081a USB cable /* Intel products */ product INTEL TESTBOARD 0x9890 82930 test board +product INTEL EASYPC_CAMERA 0x0110 Easy PC Camera /* I/O DATA products */ product IODATA USBETTX 0x0904 USB ETTX |