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 a number of devices and rename a few. From ...



details:   https://anonhg.NetBSD.org/src/rev/eaf54312c33d
branches:  trunk
changeset: 476383:eaf54312c33d
user:      augustss <augustss%NetBSD.org@localhost>
date:      Wed Sep 15 12:30:59 1999 +0000

description:
Add a number of devices and rename a few.  From a Linux web site.

diffstat:

 sys/dev/usb/usb_quirks.c |   4 ++--
 sys/dev/usb/usbdevs      |  36 ++++++++++++++++++++++++++++++++----
 2 files changed, 34 insertions(+), 6 deletions(-)

diffs (147 lines):

diff -r fa3a338606d5 -r eaf54312c33d sys/dev/usb/usb_quirks.c
--- a/sys/dev/usb/usb_quirks.c  Wed Sep 15 10:47:37 1999 +0000
+++ b/sys/dev/usb/usb_quirks.c  Wed Sep 15 12:30:59 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usb_quirks.c,v 1.12 1999/09/05 21:22:39 augustss Exp $ */
+/*     $NetBSD: usb_quirks.c,v 1.13 1999/09/15 12:30:59 augustss Exp $ */
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
  { USB_VENDOR_ADS, USB_PRODUCT_ADS_ENET,           0x002, { UQ_NO_STRINGS }},
  { USB_VENDOR_PERACOM, USB_PRODUCT_PERACOM_SERIAL1, 0x101, { UQ_NO_STRINGS }},
  { USB_VENDOR_JAZZ, USB_PRODUCT_JAZZ_J6502,        0x0a2, { UQ_BAD_ADC }},
- { USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_USBPS2,0x110, { UQ_MS_REVZ }},
+ { USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_N48,   0x110, { UQ_MS_REVZ }},
  { 0, 0, 0, { 0 } }
 };
 
diff -r fa3a338606d5 -r eaf54312c33d sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs       Wed Sep 15 10:47:37 1999 +0000
+++ b/sys/dev/usb/usbdevs       Wed Sep 15 12:30:59 1999 +0000
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.43 1999/09/14 22:06:21 augustss Exp $
+$NetBSD: usbdevs,v 1.44 1999/09/15 12:30:59 augustss Exp $
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -41,10 +41,12 @@
  * List of known USB vendors
  */
 
+vendor HP              0x03f0  Hewlett Packard
 vendor NEC             0x0409  NEC
 vendor KODAK           0x040a  Eastman Kodak Corp.
 vendor CATC            0x0423  Computer Access Technology Corp.
 vendor GRAVIS          0x0428  Advanced Gravis Computer Tech. Ltd.
+vendor LEXMARK         0x043d  Lexmark International Inc.
 vendor NANAO           0x0440  NANAO Corp.
 vendor THRUST          0x044f  Thrustmaster
 vendor TI              0x0451  Texas Instruments
@@ -64,12 +66,15 @@
 vendor 3COM            0x04c1  U.S. Robotics
 vendor KONICA          0x04c8  Konica Corp.
 vendor SHUTTLE         0x04e6  Shuttle Technology
+vendor CHICONY         0x04f2  Chicony Electronics Co., Ltd.
 vendor BROTHER         0x04f9  Brother Industries Corp.
 vendor JAZZ            0x04fa  Dallas Semiconductor
 vendor BELKIN          0x050d  Belkin Components
 vendor KAWATSU         0x050f  Kawatsu Semiconductor, Inc.
+vendor APC             0x051d  American Power Conversion
 vendor AKS             0x0529  Fast Security AG
-vendor VISION          0x0533  Alcatel Mobile Phones
+vendor ANCHOR          0x0547  Anchor Chips Inc.
+vendor VISION          0x0553  VLSI Vision Ltd.
 vendor ATEN            0x0557  ATEN International Corp. Ltd.
 vendor PERACOM         0x0565  Peracom Networks Inc.
 vendor WACOM           0x056a  WACOM Corp. Ltd.
@@ -81,6 +86,7 @@
 vendor OMNIVISION      0x05a9  OmniVision
 vendor INSYSTEM                0x05ab  In-System Design
 vendor APPLE           0x05ac  Apple Computer
+vendor QTRONIX         0x05c7  Qtronix Corp
 vendor EIZONANAO       0x05e7  EIZO Nanao
 vendor PIENGINEERING   0x05f3  P.I. Engineering
 vendor CHIC            0x05fe  Chic Technology
@@ -96,6 +102,10 @@
  * List of known products.  Grouped by vendor.
  */
 
+/* HP products */
+product HP 4100C               0x0101  Scanjet 4100C
+product HP 6300C               0x0601  Scanjet 6300C
+
 /* NEC products */
 product NEC HUB                        0x55aa  hub
 product NEC HUB_B              0x55ab  hub
@@ -109,6 +119,9 @@
 /* Gravis products */
 product GRAVIS GAMEPADPRO      0x4001  GamePad Pro
 
+/* Lexmark products */
+product LEXMARK S2450          0x0009  Optra S 2450
+
 /* Thrustmaster products */
 product THRUST FUSION_PAD      0xa0a3  Fusion Digital Gamepad
 
@@ -136,7 +149,8 @@
 product BTC BTC7932            0x6782  Keyboard with mouse port
 
 /* Philips products */
-product PHILIPS DSS            0x0101  DSS 350 Digital Speaker System
+product PHILIPS DSS350         0x0101  DSS 350 Digital Speaker System
+product PHILIPS DSS            0x0104  DSS XXX Digital Speaker System
 product PHILIPS HUB            0x0201  hub
 
 /* Connectix products */
@@ -153,6 +167,7 @@
 
 /* Cypress Semiconductor products */
 product CYPRESS MOUSE          0x0001  mouse
+product CYPRESS THERMO         0x0002  thermometer
 
 /* Epson products */
 product EPSON PRINTER3         0x0003  ISD USB Smart Cable
@@ -166,6 +181,9 @@
 /* Shuttle Technology products */
 product SHUTTLE EUSB           0x0001  E-USB Bridge
 
+/* Chicony products */
+product CHICONY KB8933         0x0001  KB-8933 keyboard
+
 /* Brother Industries products */
 product        BROTHER HL1050          0x0002  HL-1050 laser printer
 
@@ -175,9 +193,15 @@
 /* Kawatsu products */
 product KAWATSU MH4000P                0x0003  MiniHub 4000P
 
+/* American Power Conversion products */
+product APC UPSPRO500          0x0002  Back-UPS Pro 500
+
 /* AKS products */
 product AKS USBHASP            0x0001  USB-HASP 0.06
 
+/* Anchor products */
+product ANCHOR EZUSB           0x2131  EZUSB
+
 /* Vision products */
 product VISION VC6452V002      0x0002  VC6452V002 Camera
 
@@ -212,11 +236,15 @@
 /* In-System products */
 product INSYSTEM F5U002                0x0002  Parallel printer adapter
 
+/* Qtronix products */
+product QTRONIX 980N           0x2011  Scorpion-980N keyboard
+
 /* Logitech products */
 product LOGITECH M2452         0x0203  M2452 keyboard
 product LOGITECH M4848         0x0301  M4848 mouse
 product LOGITECH QUICKCAM      0x0801  QuickCam
-product LOGITECH USBPS2                0xc001  USB-PS/2 mouse
+product LOGITECH N48           0xc001  N48 mouse
+product LOGITECH MBA47         0xc002  M-BA47 mouse
 
 /* P.I. Engineering products */
 product PIENGINEERING PS2USB   0x020b  PS2 to Mac USB Adapter



Home | Main Index | Thread Index | Old Index