Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Regen.



details:   https://anonhg.NetBSD.org/src/rev/1e3d27a55f84
branches:  trunk
changeset: 516612:1e3d27a55f84
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Fri Oct 26 03:47:47 2001 +0000

description:
Regen.

diffstat:

 sys/dev/usb/usbdevs.h      |  6 +++---
 sys/dev/usb/usbdevs_data.h |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (54 lines):

diff -r 685372701c84 -r 1e3d27a55f84 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h     Fri Oct 26 03:47:31 2001 +0000
+++ b/sys/dev/usb/usbdevs.h     Fri Oct 26 03:47:47 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs.h,v 1.196 2001/10/26 03:29:02 mycroft Exp $    */
+/*     $NetBSD: usbdevs.h,v 1.197 2001/10/26 03:47:47 mycroft Exp $    */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.193 2001/10/26 03:28:03 mycroft Exp 
+ *     NetBSD: usbdevs,v 1.194 2001/10/26 03:47:31 mycroft Exp 
  */
 
 /*
@@ -671,7 +671,7 @@
 /* Kensington products */
 #define        USB_PRODUCT_KENSINGTON_ORBIT    0x1003          /* Orbit USB/PS2 trackball */
 #define        USB_PRODUCT_KENSINGTON_TURBOBALL        0x1005          /* TurboBall */
-#define        USB_PRODUCT_KENSINGTON_ORBIT    0x1009          /* Orbit USB trackball */
+#define        USB_PRODUCT_KENSINGTON_ORBIT_MAC        0x1009          /* Orbit USB trackball for Mac */
 
 /* Keyspan products */
 #define        USB_PRODUCT_KEYSPAN_USA28       0x0101          /* USA-28 serial adapter */
diff -r 685372701c84 -r 1e3d27a55f84 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h        Fri Oct 26 03:47:31 2001 +0000
+++ b/sys/dev/usb/usbdevs_data.h        Fri Oct 26 03:47:47 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs_data.h,v 1.197 2001/10/26 03:29:03 mycroft Exp $       */
+/*     $NetBSD: usbdevs_data.h,v 1.198 2001/10/26 03:47:48 mycroft Exp $       */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.193 2001/10/26 03:28:03 mycroft Exp 
+ *     NetBSD: usbdevs,v 1.194 2001/10/26 03:47:31 mycroft Exp 
  */
 
 /*
@@ -1222,10 +1222,10 @@
            "TurboBall",
        },
        {
-           USB_VENDOR_KENSINGTON, USB_PRODUCT_KENSINGTON_ORBIT,
+           USB_VENDOR_KENSINGTON, USB_PRODUCT_KENSINGTON_ORBIT_MAC,
            0,
            "Kensington",
-           "Orbit USB trackball",
+           "Orbit USB trackball for Mac",
        },
        {
            USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_USA28,



Home | Main Index | Thread Index | Old Index