Ticket #344 (closed enhancement: fixed)
New vendor/product ID to support for 7318USG
| Reported by: | ravie | Owned by: | pr0gg3d |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | driver subsystem | Version: | 0.2.99 |
| Keywords: | Cc: |
Description (last modified by fish) (diff)
My EDIMax 7318USG wasn't working out of the box.
This is the output from the info screen for the USB device.
prodID: 0x7318 (29464) vendID: 0x7392 (29586) version: 0.01 manu: ralink locID: 0xfd100000
More info from the device itself:
- FCCID: ndd957318s607
- https://fjallfoss.fcc.gov/oetcf/eas/reports/ViewExhibitReport.cfm?mode=Exhibits&RequestTimeout=500&calledFromFrame=N&application_id=159396&fcc_id=%27NDD957318S607%27
- MAC: 001f1fxxxxxx
This is what I added to the rt73.plist file to get the device working. The device works perfectly after this addition.
<key>EDIMax 7318USG</key> <dict> <key>idProduct</key> <integer>29464</integer> <key>idVendor</key> <integer>29586</integer> </dict>
Change History
Note: See
TracTickets for help on using
tickets.



Added formatting to make this more readable.