kern/113324: Add support for Garmin iQue 3600 in uvisor(4)

Lapo Luchini lapo at lapo.it
Mon Jun 4 13:00:11 UTC 2007


>Number:         113324
>Category:       kern
>Synopsis:       Add support for Garmin iQue 3600 in uvisor(4)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 04 13:00:10 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Lapo Luchini
>Release:        FreeBSD 6.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD motoko.lapo.it 6.2-STABLE FreeBSD 6.2-STABLE #6: Fri Apr 27 14:58:35 CEST 2007 root at motoko.lapo.it:/usr/obj/usr/src/sys/MOTOKO amd64

Patch to add to uvisor(4) support for Garmin iQue 3600
<https://buy.garmin.com/shop/shop.do?pID=177>

I succesfully connected and created a full backup using the port
palm/pilot-link on a 6-STABLE i386 dated Tue Jan  9 14:06:52 CET 2007
with the following patch.

>Description:
>How-To-Repeat:
>Fix:

--- usbdevs.orig        Mon Jun  4 14:35:25 2007
+++ usbdevs     Mon Jun  4 14:38:09 2007
@@ -417,6 +417,7 @@
 vendor TRUMPION                0x090a  Trumpion
 vendor ALATION         0x0910  Alation
 vendor CONCORDCAMERA   0x0919  Concord Camera
+vendor GARMIN          0x091e  Garmin
 vendor GOHUBS          0x0921  GoHubs
 vendor XEROX           0x0924  Xerox
 vendor BIOMETRIC       0x0929  American Biometric
@@ -954,6 +955,9 @@

 /* General Instruments (Motorola) products */
 product GENERALINSTMNTS SB5100 0x5100  SURFboard SB5100 Cable modem
+
+/* Garmin products */
+product GARMIN IQUE_3600       0x0004  iQue 3600

 /* Genesys Logic products */
 product GENESYS GL650          0x0604  GL650 Hub
--- uvisor.c.orig       Mon Jun  4 14:35:47 2007
+++ uvisor.c    Mon Jun  4 14:35:59 2007
@@ -224,6 +224,7 @@
 };
 static const struct uvisor_type uvisor_devs[] = {
        {{ USB_VENDOR_ACEECA, USB_PRODUCT_ACEECA_MEZ1000 }, PALM4 },
+       {{ USB_VENDOR_GARMIN, USB_PRODUCT_GARMIN_IQUE_3600 }, 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 },

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list