Add M-Systems DiskOnKey.

This commit is contained in:
soren 2001-02-26 20:53:43 +00:00
parent 735e1dcaa8
commit 3ed46572f7
3 changed files with 23 additions and 3 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: usbdevs,v 1.147 2001/02/11 05:49:20 ichiro Exp $
$NetBSD: usbdevs,v 1.148 2001/02/26 20:53:43 soren Exp $
/*
* Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc.
@ -244,6 +244,7 @@ vendor AIPTEK 0x08ca AIPTEK International, Inc.
vendor SMARTBRIDGES 0x08d1 SmartBridges Pte Ltd.
vendor BILLIONTON 0x08dd Billionton Systems, Inc.
vendor EXTENDED 0x08e9 Extended Systems, Inc.
vendor MSYSTEMS 0x08ec M-Systems
vendor AUTHENTEC 0x08ff AuthenTec, Inc.
vendor ALATION 0x0910 Alation Systems, Inc.
vendor BIOMETRIC 0x0929 American Biometric Company
@ -651,6 +652,9 @@ product MUSTEK 1200USB 0x0003 1200 USB scanner
product MUSTEK 1200UB 0x0006 1200 UB scanner
product MUSTEK MDC800 0xa800 MDC-800 digital camera
/* M-Systems products */
product MSYSTEMS DISKONKEY 0x0010 DiskOnKey
/* National Semiconductor */
product NATIONAL BEARPAW 0x1000 BearPaw 1200

View File

@ -1,4 +1,4 @@
/* $NetBSD: usbdevs.h,v 1.148 2001/02/11 05:49:42 ichiro Exp $ */
/* $NetBSD: usbdevs.h,v 1.149 2001/02/26 20:53:43 soren Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
@ -251,6 +251,7 @@
#define USB_VENDOR_SMARTBRIDGES 0x08d1 /* SmartBridges Pte Ltd. */
#define USB_VENDOR_BILLIONTON 0x08dd /* Billionton Systems, Inc. */
#define USB_VENDOR_EXTENDED 0x08e9 /* Extended Systems, Inc. */
#define USB_VENDOR_MSYSTEMS 0x08ec /* M-Systems */
#define USB_VENDOR_AUTHENTEC 0x08ff /* AuthenTec, Inc. */
#define USB_VENDOR_ALATION 0x0910 /* Alation Systems, Inc. */
#define USB_VENDOR_BIOMETRIC 0x0929 /* American Biometric Company */
@ -658,6 +659,9 @@
#define USB_PRODUCT_MUSTEK_1200UB 0x0006 /* 1200 UB scanner */
#define USB_PRODUCT_MUSTEK_MDC800 0xa800 /* MDC-800 digital camera */
/* M-Systems products */
#define USB_PRODUCT_MSYSTEMS_DISKONKEY 0x0010 /* DiskOnKey */
/* National Semiconductor */
#define USB_PRODUCT_NATIONAL_BEARPAW 0x1000 /* BearPaw 1200 */

View File

@ -1,4 +1,4 @@
/* $NetBSD: usbdevs_data.h,v 1.149 2001/02/11 05:49:43 ichiro Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.150 2001/02/26 20:53:43 soren Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
@ -1221,6 +1221,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"Mustek Systems, Inc.",
"MDC-800 digital camera",
},
{
USB_VENDOR_MSYSTEMS, USB_PRODUCT_MSYSTEMS_DISKONKEY,
0,
"M-Systems",
"DiskOnKey",
},
{
USB_VENDOR_NATIONAL, USB_PRODUCT_NATIONAL_BEARPAW,
0,
@ -2991,6 +2997,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"Extended Systems, Inc.",
NULL,
},
{
USB_VENDOR_MSYSTEMS, 0,
USB_KNOWNDEV_NOPROD,
"M-Systems",
NULL,
},
{
USB_VENDOR_AUTHENTEC, 0,
USB_KNOWNDEV_NOPROD,