On 2011-11-05 07:56, Dmitry Torokhov wrote: > On Fri, Nov 04, 2011 at 08:45:21AM +0800, Wanlong Gao wrote: >>> >>> static struct usbtouch_device_info usbtouch_dev_info[] = { >>> +#ifdef CONFIG_TOUCHSCREEN_USB_ELO >>> + [DEVTYPE_ELO] = { >>> + .min_xc = 0x0, >>> + .max_xc = 0x0fff, >>> + .min_yc = 0x0, >>> + .max_yc = 0x0fff, >>> + .max_press = 0xff, >>> + .rept_size = 8, >>> + .read_data = elo_read_data, >>> + }, >>> +#endif >> >> >> Maybe you can move this *dev_info* to end to be consistent with the order of *enum*? >> > > I did that locally and applied to my 3.3 queue; thanks everyone. Thx dimitry! Kind Regards, Michael Gebetsroither -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html