diff options
| author | tsarna <tsarna@NetBSD.org> | 2004-05-24 19:00:42 +0000 |
|---|---|---|
| committer | tsarna <tsarna@NetBSD.org> | 2004-05-24 19:00:42 +0000 |
| commit | a0645ac0f87a01f5ab030a818687c885fb080607 (patch) | |
| tree | 012c035bb5f2750b154d4875c8381e14b9552031 /sys/dev/usb | |
| parent | ddf6ca10ffe9f3cb1574be9441db26f8e0f0f191 (diff) | |
Add IDs for eGalax USB touchpanel controllers.
Descriptions are not very good because the only documentation I have
says "the VID and PID may be one of these combinations", without any
additional information about the differences or even model names.
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/usbdevs | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index c7a49f1a368..5daa5215a1d 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$NetBSD: usbdevs,v 1.373 2004/04/08 05:36:00 matt Exp $ +$NetBSD: usbdevs,v 1.374 2004/05/24 19:00:42 tsarna Exp $ /* * Copyright (c) 1998-2004 The NetBSD Foundation, Inc. @@ -56,6 +56,7 @@ $NetBSD: usbdevs,v 1.373 2004/04/08 05:36:00 matt Exp $ * make the device recognised by the appropriate device driver. */ +vendor EGALAX2 0x0123 eGalax, Inc. vendor AOX 0x03e8 AOX vendor ATMEL 0x03eb Atmel vendor MITSUMI 0x03ee Mitsumi @@ -360,6 +361,7 @@ vendor MSI 0x0db0 Micro Star International vendor HAWKING 0x0e66 Hawking Technologies vendor OTI 0x0ea0 Ours Technology Inc. vendor PILOTECH 0x0eaf Pilotech +vendor EGALAX 0x0eef eGalax, Inc. vendor QUALCOMM 0x1004 Qualcomm vendor MOTOROLA 0x1063 Motorola vendor CCYU 0x1065 CCYU Technology @@ -687,6 +689,11 @@ product DLINK DSB650TX3 0x400b 10/100 ethernet adapter product DLINK DSB650TX2 0x4102 10/100 ethernet adapter product DLINK DSB650 0xabc1 10/100 ethernet adapter +/* eGalax Products */ +product EGALAX TPANEL 0x0001 Touch Panel +product EGALAX TPANEL2 0x0002 Touch Panel +product EGALAX2 TPANEL 0x0001 Touch Panel + /* DMI products */ product DMI SA2_0 0xb001 Storage Adapter |
