#21318: USB broken for ARV4510PW
-----------------------+--------------------------------
  Reporter:  pgid69    |      Owner:  developers
      Type:  defect    |     Status:  new
  Priority:  normal    |  Milestone:
 Component:  packages  |    Version:  Chaos Calmer 15.05
Resolution:            |   Keywords:
-----------------------+--------------------------------

Comment (by mandmkelly):

 This patch with a small modification works for me when compiled with
 Designated Driver r49395. Lines 453-455 in the patch file need to be
 changed to:


 {{{
                 if (!request_mem_region(res.start, resource_size(&res),
                                                         res.name))
                         pr_err("Failed to request eiu memory");

 }}}

 Evidently the latest trunk version of the source file had a few formatting
 changes made to it that cause quilt to fail to patch it correctly. With
 this patch applied trunk works very well on two of my ARV7510PW routers.
 Everything now works fine - USB, WiFi, DSL, Ethernet. See
 https://wiki.openwrt.org/toh/arcadyan/arv7510pw#building_openwrt for more
 information. Many thanks to the original patcher!

--
Ticket URL: <https://dev.openwrt.org/ticket/21318#comment:11>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
openwrt-tickets@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to