diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 48bf1835107..f33705e0401 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -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 diff --git a/sys/dev/usb/uvisor.c b/sys/dev/usb/uvisor.c index ed0fcfa3a41..aa2814e0f8a 100644 --- a/sys/dev/usb/uvisor.c +++ b/sys/dev/usb/uvisor.c @@ -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 },