Merge tag 'v4.10-rc5' into next
Sync up with mainline to bring up improvements in various subsystems.
This commit is contained in:
@@ -1357,6 +1357,12 @@ static int xpad_init_input(struct usb_xpad *xpad)
|
||||
input_dev->name = xpad->name;
|
||||
input_dev->phys = xpad->phys;
|
||||
usb_to_input_id(xpad->udev, &input_dev->id);
|
||||
|
||||
if (xpad->xtype == XTYPE_XBOX360W) {
|
||||
/* x360w controllers and the receiver have different ids */
|
||||
input_dev->id.product = 0x02a1;
|
||||
}
|
||||
|
||||
input_dev->dev.parent = &xpad->intf->dev;
|
||||
|
||||
input_set_drvdata(input_dev, xpad);
|
||||
|
Reference in New Issue
Block a user