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/cd4b74578cf9
branches: trunk
changeset: 476387:cd4b74578cf9
user: augustss <augustss%NetBSD.org@localhost>
date: Wed Sep 15 13:57:26 1999 +0000
description:
Regen.
diffstat:
sys/dev/usb/usbdevs.h | 30 +++++++++++++++---------------
sys/dev/usb/usbdevs_data.h | 24 ++++++++++++------------
2 files changed, 27 insertions(+), 27 deletions(-)
diffs (193 lines):
diff -r e2e639bfda33 -r cd4b74578cf9 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h Wed Sep 15 13:57:09 1999 +0000
+++ b/sys/dev/usb/usbdevs.h Wed Sep 15 13:57:26 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs.h,v 1.44 1999/09/15 12:31:28 augustss Exp $ */
+/* $NetBSD: usbdevs.h,v 1.45 1999/09/15 13:57:26 augustss Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.44 1999/09/15 12:30:59 augustss Exp
+ * NetBSD: usbdevs,v 1.45 1999/09/15 13:57:09 augustss Exp
*/
/*
@@ -57,9 +57,9 @@
#define USB_VENDOR_NANAO 0x0440 /* NANAO Corp. */
#define USB_VENDOR_THRUST 0x044f /* Thrustmaster */
#define USB_VENDOR_TI 0x0451 /* Texas Instruments */
-#define USB_VENDOR_GENIUS 0x0458 /* KYE Systems Corp. */
+#define USB_VENDOR_KYE 0x0458 /* KYE Systems Corp. */
#define USB_VENDOR_MICROSOFT 0x045e /* Microsoft */
-#define USB_VENDOR_KENSINGTON 0x0461 /* Primax Electronics */
+#define USB_VENDOR_PRIMAX 0x0461 /* Primax Electronics */
#define USB_VENDOR_CHERRY 0x046a /* Cherry Mikroschalter GmbH */
#define USB_VENDOR_LOGITECH 0x046d /* Logitech Inc. */
#define USB_VENDOR_BTC 0x046e /* Behavior Tech. Computer */
@@ -75,7 +75,7 @@
#define USB_VENDOR_SHUTTLE 0x04e6 /* Shuttle Technology */
#define USB_VENDOR_CHICONY 0x04f2 /* Chicony Electronics Co., Ltd. */
#define USB_VENDOR_BROTHER 0x04f9 /* Brother Industries Corp. */
-#define USB_VENDOR_JAZZ 0x04fa /* Dallas Semiconductor */
+#define USB_VENDOR_DALLAS 0x04fa /* Dallas Semiconductor */
#define USB_VENDOR_BELKIN 0x050d /* Belkin Components */
#define USB_VENDOR_KAWATSU 0x050f /* Kawatsu Semiconductor, Inc. */
#define USB_VENDOR_APC 0x051d /* American Power Conversion */
@@ -87,7 +87,7 @@
#define USB_VENDOR_WACOM 0x056a /* WACOM Corp. Ltd. */
#define USB_VENDOR_ETEK 0x056c /* e-TEK Labs */
#define USB_VENDOR_EIZO 0x056d /* EIZO */
-#define USB_VENDOR_AGILER 0x056e /* Elecom Corp. Ltd. */
+#define USB_VENDOR_ELECOM 0x056e /* Elecom Corp. Ltd. */
#define USB_VENDOR_ROCKFIRE 0x0583 /* Rockfire */
#define USB_VENDOR_IOMEGA 0x059b /* Iomega Corp. */
#define USB_VENDOR_OMNIVISION 0x05a9 /* OmniVision */
@@ -135,18 +135,18 @@
/* Texas Intel products */
#define USB_PRODUCT_TI_UTUSB41 0x1446 /* UT-USB41 hub */
-/* Genius products */
-#define USB_PRODUCT_GENIUS_NICHE 0x0001 /* Niche mouse */
-#define USB_PRODUCT_GENIUS_FLIGHT2000 0x1004 /* Flight 2000 joystick */
+/* (KYE) Genius products */
+#define USB_PRODUCT_KYE_NICHE 0x0001 /* Niche mouse */
+#define USB_PRODUCT_KYE_FLIGHT2000 0x1004 /* Flight 2000 joystick */
/* Microsoft products */
#define USB_PRODUCT_MICROSOFT_INTELLIMOUSE 0x0009 /* IntelliMouse */
#define USB_PRODUCT_MICROSOFT_NATURALKBD 0x000b /* Natural Keyboard Elite */
#define USB_PRODUCT_MICROSOFT_DDS80 0x0014 /* Digital Sound System 80 */
-/* Kensington products */
-#define USB_PRODUCT_KENSINGTON_COMFORT 0x4d01 /* Comfort */
-#define USB_PRODUCT_KENSINGTON_MOUSEINABOX 0x4d02 /* Mouse-in-a-Box */
+/* Primax products */
+#define USB_PRODUCT_PRIMAX_COMFORT 0x4d01 /* Comfort */
+#define USB_PRODUCT_PRIMAX_MOUSEINABOX 0x4d02 /* Mouse-in-a-Box */
/* Cherry products */
#define USB_PRODUCT_CHERRY_MY3000KBD 0x0001 /* My3000 keyboard */
@@ -194,8 +194,8 @@
/* Brother Industries products */
#define USB_PRODUCT_BROTHER_HL1050 0x0002 /* HL-1050 laser printer */
-/* Jazz products */
-#define USB_PRODUCT_JAZZ_J6502 0x4201 /* J-6502 speakers */
+/* Dallas Semiconductor products */
+#define USB_PRODUCT_DALLAS_J6502 0x4201 /* J-6502 speakers */
/* Kawatsu products */
#define USB_PRODUCT_KAWATSU_MH4000P 0x0003 /* MiniHub 4000P */
@@ -229,7 +229,7 @@
#define USB_PRODUCT_EIZO_MONITOR 0x0001 /* monitor */
/* Agiler products */
-#define USB_PRODUCT_AGILER_MOUSE29UO 0x0002 /* mouse 29UO */
+#define USB_PRODUCT_ELECOM_MOUSE29UO 0x0002 /* mouse 29UO */
/* Rockfire products */
#define USB_PRODUCT_ROCKFIRE_GAMEPAD 0x2033 /* gamepad 203USB */
diff -r e2e639bfda33 -r cd4b74578cf9 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h Wed Sep 15 13:57:09 1999 +0000
+++ b/sys/dev/usb/usbdevs_data.h Wed Sep 15 13:57:26 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs_data.h,v 1.44 1999/09/15 12:31:28 augustss Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.45 1999/09/15 13:57:27 augustss Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.44 1999/09/15 12:30:59 augustss Exp
+ * NetBSD: usbdevs,v 1.45 1999/09/15 13:57:09 augustss Exp
*/
/*
@@ -106,13 +106,13 @@
"UT-USB41 hub",
},
{
- USB_VENDOR_GENIUS, USB_PRODUCT_GENIUS_NICHE,
+ USB_VENDOR_KYE, USB_PRODUCT_KYE_NICHE,
0,
"KYE Systems Corp.",
"Niche mouse",
},
{
- USB_VENDOR_GENIUS, USB_PRODUCT_GENIUS_FLIGHT2000,
+ USB_VENDOR_KYE, USB_PRODUCT_KYE_FLIGHT2000,
0,
"KYE Systems Corp.",
"Flight 2000 joystick",
@@ -136,13 +136,13 @@
"Digital Sound System 80",
},
{
- USB_VENDOR_KENSINGTON, USB_PRODUCT_KENSINGTON_COMFORT,
+ USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_COMFORT,
0,
"Primax Electronics",
"Comfort",
},
{
- USB_VENDOR_KENSINGTON, USB_PRODUCT_KENSINGTON_MOUSEINABOX,
+ USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_MOUSEINABOX,
0,
"Primax Electronics",
"Mouse-in-a-Box",
@@ -256,7 +256,7 @@
"HL-1050 laser printer",
},
{
- USB_VENDOR_JAZZ, USB_PRODUCT_JAZZ_J6502,
+ USB_VENDOR_DALLAS, USB_PRODUCT_DALLAS_J6502,
0,
"Dallas Semiconductor",
"J-6502 speakers",
@@ -328,7 +328,7 @@
"monitor",
},
{
- USB_VENDOR_AGILER, USB_PRODUCT_AGILER_MOUSE29UO,
+ USB_VENDOR_ELECOM, USB_PRODUCT_ELECOM_MOUSE29UO,
0,
"Elecom Corp. Ltd.",
"mouse 29UO",
@@ -538,7 +538,7 @@
NULL,
},
{
- USB_VENDOR_GENIUS, 0,
+ USB_VENDOR_KYE, 0,
USB_KNOWNDEV_NOPROD,
"KYE Systems Corp.",
NULL,
@@ -550,7 +550,7 @@
NULL,
},
{
- USB_VENDOR_KENSINGTON, 0,
+ USB_VENDOR_PRIMAX, 0,
USB_KNOWNDEV_NOPROD,
"Primax Electronics",
NULL,
@@ -646,7 +646,7 @@
NULL,
},
{
- USB_VENDOR_JAZZ, 0,
+ USB_VENDOR_DALLAS, 0,
USB_KNOWNDEV_NOPROD,
"Dallas Semiconductor",
NULL,
@@ -718,7 +718,7 @@
NULL,
},
{
- USB_VENDOR_AGILER, 0,
+ USB_VENDOR_ELECOM, 0,
USB_KNOWNDEV_NOPROD,
"Elecom Corp. Ltd.",
NULL,
Home |
Main Index |
Thread Index |
Old Index