Ticket #344 (closed enhancement: fixed)

Opened 3 years ago

Last modified 2 years ago

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:

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

comment:1 Changed 3 years ago by fish

  • Owner changed from nobody to pr0gg3d
  • Status changed from new to assigned
  • Description modified (diff)

Added formatting to make this more readable.

comment:2 Changed 2 years ago by gkruse

  • Status changed from assigned to closed
  • Resolution set to fixed

fixed in [342]

Note: See TracTickets for help on using tickets.