Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Add M-Systems DiskOnKey.



details:   https://anonhg.NetBSD.org/src/rev/d4c37058c3f8
branches:  trunk
changeset: 504292:d4c37058c3f8
user:      soren <soren%NetBSD.org@localhost>
date:      Mon Feb 26 20:53:43 2001 +0000

description:
Add M-Systems DiskOnKey.

diffstat:

 sys/dev/usb/usbdevs        |   6 +++++-
 sys/dev/usb/usbdevs.h      |   6 +++++-
 sys/dev/usb/usbdevs_data.h |  14 +++++++++++++-
 3 files changed, 23 insertions(+), 3 deletions(-)

diffs (89 lines):

diff -r 839fc1016bfe -r d4c37058c3f8 sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs       Mon Feb 26 20:43:25 2001 +0000
+++ b/sys/dev/usb/usbdevs       Mon Feb 26 20:53:43 2001 +0000
@@ -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 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 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
 
diff -r 839fc1016bfe -r d4c37058c3f8 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h     Mon Feb 26 20:43:25 2001 +0000
+++ b/sys/dev/usb/usbdevs.h     Mon Feb 26 20:53:43 2001 +0000
@@ -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 */
 
diff -r 839fc1016bfe -r d4c37058c3f8 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h        Mon Feb 26 20:43:25 2001 +0000
+++ b/sys/dev/usb/usbdevs_data.h        Mon Feb 26 20:53:43 2001 +0000
@@ -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.
@@ -1222,6 +1222,12 @@
            "MDC-800 digital camera",
        },
        {
+           USB_VENDOR_MSYSTEMS, USB_PRODUCT_MSYSTEMS_DISKONKEY,
+           0,
+           "M-Systems",
+           "DiskOnKey",
+       },
+       {
            USB_VENDOR_NATIONAL, USB_PRODUCT_NATIONAL_BEARPAW,
            0,
            "National Semiconductor",
@@ -2992,6 +2998,12 @@
            NULL,
        },
        {
+           USB_VENDOR_MSYSTEMS, 0,
+           USB_KNOWNDEV_NOPROD,
+           "M-Systems",
+           NULL,
+       },
+       {
            USB_VENDOR_AUTHENTEC, 0,
            USB_KNOWNDEV_NOPROD,
            "AuthenTec, Inc.",



Home | Main Index | Thread Index | Old Index