Update uvisor to support the Fossil Abacus Wrist PDA

Submitted by: Simon Dick
PR: 96714
Approved by: re (kensmith, blanket)
This commit is contained in:
Warner Losh 2007-06-22 05:33:20 +00:00
parent b1aafdf7af
commit c0a4ed889c
2 changed files with 5 additions and 0 deletions

View file

@ -495,6 +495,7 @@ vendor CONCEPTRONIC 0x0d8e Conceptronic
vendor MSI 0x0db0 Micro Star International
vendor SITECOMEU 0x0df6 Sitecom Europe
vendor HAWKING 0x0e66 Hawking
vendor FOSSIL 0x0e67 Fossil, Inc
vendor GMATE 0x0e7e G.Mate, Inc
vendor OTI 0x0ea0 Ours
vendor PILOTECH 0x0eaf Pilotech
@ -1004,6 +1005,9 @@ product ETEK 1COM 0x8007 Serial
/* Extended Systems products */
product EXTENDED XTNDACCESS 0x0100 XTNDAccess IrDA
/* Fossil, Inc products */
product FOSSIL WRISTPDA 0x0002 Wrist PDA
/* GoHubs products */
product GOHUBS GOCOM232 0x1001 GoCOM232 Serial

View file

@ -220,6 +220,7 @@ struct uvisor_type {
};
static const struct uvisor_type uvisor_devs[] = {
{{ USB_VENDOR_ACEECA, USB_PRODUCT_ACEECA_MEZ1000 }, PALM4 },
{{ USB_VENDOR_FOSSIL, USB_PRODUCT_FOSSIL_WRISTPDA }, PALM4 },
{{ USB_VENDOR_HANDSPRING, USB_PRODUCT_HANDSPRING_VISOR }, VISOR },
{{ USB_VENDOR_HANDSPRING, USB_PRODUCT_HANDSPRING_TREO }, PALM4 },
{{ USB_VENDOR_HANDSPRING, USB_PRODUCT_HANDSPRING_TREO600 }, PALM4 },