[Bug 254345] cdce erroneously attaches to a combined RNDIS/CDCE Ethernet gadget

2021-03-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254345

--- Comment #4 from Hans Petter Selasky  ---
Ping - any updates?

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254345] cdce erroneously attaches to a combined RNDIS/CDCE Ethernet gadget

2021-03-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254345

--- Comment #6 from Hans Petter Selasky  ---
Did you try to revert the mentioned patch?

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254345] cdce erroneously attaches to a combined RNDIS/CDCE Ethernet gadget

2021-03-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254345

--- Comment #5 from Martin Birgmeier  ---
By whom - given the "we" in comment #3 and the assignee being "freebsd-usb
(Nobody)"? ;-)

-- Martin

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254345] cdce erroneously attaches to a combined RNDIS/CDCE Ethernet gadget

2021-03-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254345

--- Comment #7 from Martin Birgmeier  ---
After deleting this line cdce.ko does not attach to the device anymore. RNDIS
still attaches and works o.k.

-- Martin

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254664] Garmin USB Quirk / Please add new models

2021-03-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254664

Bug ID: 254664
   Summary: Garmin USB Quirk / Please add new models
   Product: Base System
   Version: 12.2-STABLE
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: usb
  Assignee: u...@freebsd.org
  Reporter: free...@elgert.dk

Following Garmin GPS will only be available if listed in the /boot/loader.conf:
# Garmin Instinct Solar
hw.usb.quirk.0="0x091e 0x0d8a 0x 0x UQ_MSC_NO_INQUIRY"
# Dakota 20
hw.usb.quirk.1="0x091e 0x23c0 0x 0x UQ_MSC_NO_INQUIRY"
# Edge Touring+
hw.usb.quirk.2="0x091e 0x26c8 0x 0x UQ_MSC_NO_INQUIRY"

Will it be possible to have the models numbers added to
head/sys/dev/usb/usbdevs and the quirks added to the
head/sys/dev/usb/quirk/usb_quirk.c ?

See also solution in bug report 210544

Brgds. Harry MJ

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254664] Garmin USB Quirk / Please add new models

2021-03-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254664

Hans Petter Selasky  changed:

   What|Removed |Added

 CC||hsela...@freebsd.org

--- Comment #1 from Hans Petter Selasky  ---
Yes, that's possible. Can you make a patch for that?

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254664] Garmin USB Quirk / Please add new models

2021-03-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254664

--- Comment #4 from Harry Matthiesen Jensen  ---
Created attachment 223716
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=223716=edit
The usbdevs patch

The usbdevs patch file, if wrong format, please state the correct method for
diff

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254664] Garmin USB Quirk / Please add new models

2021-03-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254664

--- Comment #2 from Harry Matthiesen Jensen  ---
Yes, I will give it a try to create a patch file.

--
Brgds. Harry MJ

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254664] Garmin USB Quirk / Please add new models

2021-03-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254664

--- Comment #3 from Harry Matthiesen Jensen  ---
Created attachment 223715
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=223715=edit
The usb_quirk.c patch file

The usb_quirk.c patch file, if wrong format, please state the correct method
for diff

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"