# Maintained by: PJALM for: PJALM General at: Thu Apr 10 09:42:53 UTC 2014 # Patch Name : BCM4352 WiFi @ RP02 # Fix the Broadcom BCM4352 WiFi and rename it to ARPT into device label PXSX parent_label RP02 set_label begin ARPT end; into method label HPME parent_label RP02 code_regex (Notify\s\()PXSX(,\s0x02\)) replace_matched begin %1ARPT%2 end; into device label ARPT parent_label RP02 replace_content begin Name (_ADR, Zero)\n Name (_PRW, Package (0x02) {0x09,0x04})\n Name (_SUN, One)\n Method (_DSM, 4, NotSerialized)\n {\n Store (Package (0x0C) {\n "AAPL,slot-name", "AirPort",\n "name", "AirPort Extreme",\n "model", Buffer () {"Broadcom BCM4352 802.11ac Wireless Network Adapter"},\n "device_type", Buffer (0x07) {"AirPort"},\n "compatible", "pci14e4,43a0"\n "built-in", Buffer (One) {0x01}\n }, Local0)\n DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n Return (Local0)\n } end;