The branch main has been updated by hselasky:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=28af0c4814f5fb8ce047d4ac0bbf26997ac5cc8f

commit 28af0c4814f5fb8ce047d4ac0bbf26997ac5cc8f
Author:     Hans Petter Selasky <hsela...@freebsd.org>
AuthorDate: 2021-04-22 10:31:33 +0000
Commit:     Hans Petter Selasky <hsela...@freebsd.org>
CommitDate: 2021-04-22 10:35:07 +0000

    Add more USB quirks for Garmin devices.
    Sort the Garmin products while at it.
    
    PR:             254664
    MFC after:      1 week
    Sponsored by:   Mellanox Technologies // NVIDIA Networking
---
 sys/dev/usb/quirk/usb_quirk.c | 2 ++
 sys/dev/usb/usbdevs           | 6 ++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/sys/dev/usb/quirk/usb_quirk.c b/sys/dev/usb/quirk/usb_quirk.c
index e792523dd472..0acc341e385b 100644
--- a/sys/dev/usb/quirk/usb_quirk.c
+++ b/sys/dev/usb/quirk/usb_quirk.c
@@ -243,6 +243,8 @@ static struct usb_quirk_entry 
usb_quirks[USB_DEV_QUIRKS_MAX] = {
        USB_QUIRK(GARMIN, DAKOTA20, 0x0000, 0xffff, UQ_MSC_NO_INQUIRY),
        USB_QUIRK(GARMIN, FORERUNNER230, 0x0000, 0xffff, UQ_MSC_NO_INQUIRY),
        USB_QUIRK(GARMIN, GPSMAP62S, 0x0000, 0xffff, UQ_MSC_NO_INQUIRY),
+       USB_QUIRK(GARMIN, EDGETOURINGPLUS, 0x0000, 0xffff, UQ_MSC_NO_INQUIRY),
+       USB_QUIRK(GARMIN, INSTINCTSOLAR, 0x0000, 0xffff, UQ_MSC_NO_INQUIRY),
        USB_QUIRK(GENESYS, GL641USB2IDE, 0x0000, 0xffff, UQ_MSC_FORCE_WIRE_BBB,
            UQ_MSC_FORCE_PROTO_SCSI, UQ_MSC_FORCE_SHORT_INQ,
            UQ_MSC_NO_START_STOP, UQ_MSC_IGNORE_RESIDUE, UQ_MSC_NO_SYNC_CACHE),
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 9bd95e03d41c..fcb7cd0953c1 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -2255,10 +2255,12 @@ product FUJITSU AH_F401U        0x105b  AH-F401U Air H 
device
 product FUJITSUSIEMENS SCR     0x0009  Fujitsu-Siemens SCR USB Reader
 
 /* Garmin products */
-product GARMIN DAKOTA20                0x23c0  Dakota 20
+product GARMIN IQUE_3600       0x0004  iQue 3600
 product GARMIN FORERUNNER230   0x086d  ForeRunner 230
+product GARMIN INSTINCTSOLAR   0x0d8a  Instinct Solar
+product GARMIN DAKOTA20                0x23c0  Dakota 20
 product GARMIN GPSMAP62S       0x2459  GPSMAP 62s
-product GARMIN IQUE_3600       0x0004  iQue 3600
+product GARMIN EDGETOURINGPLUS 0x26c8  Edge Touring+
 
 /* Gemalto products */
 product GEMALTO PROXPU         0x5501  Prox-PU/CU RFID Card Reader
_______________________________________________
dev-commits-src-main@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"

Reply via email to