Page MenuHomeFreeBSD

usbmuxd: Update to commit hash 0b1b233
AbandonedPublic

Authored by aokblast on Tue, Jul 8, 9:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jul 28, 8:25 PM
Unknown Object (File)
Mon, Jul 28, 8:06 PM
Unknown Object (File)
Mon, Jul 28, 6:37 PM
Unknown Object (File)
Mon, Jul 28, 12:54 AM
Unknown Object (File)
Sun, Jul 27, 11:04 AM
Unknown Object (File)
Mon, Jul 21, 9:41 AM
Unknown Object (File)
Mon, Jul 21, 2:03 AM
Unknown Object (File)
Sun, Jul 20, 1:32 PM
Subscribers

Details

Reviewers
jhale
lwhsu
Summary

The update contains patch in f8be60c which is needed to make usb
tethering works again.
Also, one of the commit shows that the patch for CFLAGS doesn't needed
anymore.

Sponsored by: FreeBSD Foundation

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 65354
Build 62237: arc lint + arc unit

Event Timeline

aokblast created this revision.
lwhsu added inline comments.
comms/usbmuxd/Makefile
2–3

From example 14 of https://docs.freebsd.org/en/books/porters-handbook/makefiles/index.html , I think it should be -66 ?

I confirm with this and D49431, iPhone tethering works again now.

This revision is now accepted and ready to land.Tue, Jul 8, 5:29 PM

One thing is that https://reviews.freebsd.org/D50359 is needed to compile. I think it is MFCed to 14 but may needs to wait another release?

This revision now requires review to proceed.Fri, Jul 11, 10:37 AM

I was working on an update for the imobiledevice family before I even saw this. Could we test my patch instead? It includes a fix for the LIBUSB_SPEED_SUPER_PLUS enum in usbmuxd on older FreeBSD versions.
https://people.freebsd.org/~jhale/patches/0001-imobiledevice-Update-suite-to-lastest-versions.patch

I have tested on the tethering network and shows no problem. Also, your patch is definitely better. Thus, I close the patch.