On Mon, Dec 03, 2007 at 04:47:37PM -0800, Sarah Sharp wrote: > Set the reset resume quirk for all pl2303 chips. Later, remove the > quirk if we know it's an HX chip, since that works fine without the > reset resume. Tested on ATEN HX and type_1 converters (0557:2008). > > Signed-off-by: Sarah Sharp <[EMAIL PROTECTED]> > --- > > Please let me know if there is a better way to share the pl2303 device > id table.
Hm, putting it in a .h file doesn't seem like the nicest way, it duplicates the memory in both places :( I almost hate to suggest it, but how about putting it in the usb core somewhere, in one location, and export the symbol so that the pl2303 driver can use it? The quirks file is a good as a place as any, as long as we document the thing... thanks, greg k-h - To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html