diff options
-rw-r--r-- | drivers/input/joystick/xpad.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c index 6855bbfd7c3b..f10483fa6497 100644 --- a/drivers/input/joystick/xpad.c +++ b/drivers/input/joystick/xpad.c @@ -1475,6 +1475,7 @@ static int xpad_probe(struct usb_interface *intf, const struct usb_device_id *id (le16_to_cpu(udev->descriptor.idProduct) == xpad_device[i].idProduct)) break; } + printk("xpad: Found %s\n", xpad_device[i].name); xpad = kzalloc(sizeof(struct usb_xpad), GFP_KERNEL); if (!xpad) |