On 12/14/2010 03:33 PM, John W. Linville wrote: > On Tue, Dec 14, 2010 at 01:21:52PM -0800, Joe Perches wrote: >> On Tue, 2010-12-14 at 14:41 -0600, Larry Finger wrote: >>> On 12/14/2010 11:09 AM, Eduardo Costa wrote: >>>> {USB_DEVICE (0x15a9, 0x0002)}, /* Gemtek WUBI-100GW 802.11g */ >>>> And about the firmware, it does work with stock p54's >>>> `2.13.24.0.lm87.arm' found on the website, so I just had to copy it to >>>> `/lib/firmware' while renaming it to `isl3887usb'. >>> Thanks for the report. I just submitted a patch to wireless-testing with a copy >>> to you for this change to be included in kernel 2.6.37, and to be backported to >>> all stable and long-term kernels. >> >> Perhaps it'd be sensible to add a >> module_param option like usb_device=x,y >> so new devices could be supported without recompilation. > > Isn't that what new_id is for? > > At any rate, it isn't a great substitute for a device id in the driver's table. :-) NACK on any attempt to add the above module option. Having new_id is fine for testing, but John is right that there is no substitute for testing and updating the driver's table as it "just works" for any user. For p54usb, the user still needs to install the firmware, but having the device recognized is a big step. Larry -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html