On Tue, 13 Jun 2017, Benjamin Tissoires wrote: > > I tried to cook some script that formats the list in the same way than > > yours. > > > > I just noticed that you have in CONFIG_HID_CHICONY: > > { HID_USB_DEVICE(USB_VENDOR_ID_CHICONY, USB_DEVICE_ID_ASUS_AK1D) }, > > while in v4.12-rc5 it's: > > { HID_USB_DEVICE(USB_VENDOR_ID_CHICONY, USB_DEVICE_ID_CHICONY_AK1D) }, > > False alert on this one. I applied Jiri's patch on top of his for-next > branch, and in this branch, this has been renamed into > USB_DEVICE_ID_ASUS_AK1D. Yeah, this is going to generate conflict in -next, but easy to resolve once it appears. I'll fix that up as soon as this patch hits Linus' tree. > > Rest is almost OK with respect to device/driver allocation: > > > > Also, comparing the raw number of devices, there are 356 devices in > > 4.12-rc5, and you have 360 in your patch: > > - { HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_G920_WHEEL) } > > is added twice (the one in CONFIG_HID_LOGITECH should be dropped IMO). > > Only this one is would require a change now. This single change has now been done to the branch. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html