tree: https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git xpad head: 20d97c84296b5abf7b5dc64f0cce4777848edd5a commit: 20d97c84296b5abf7b5dc64f0cce4777848edd5a [7/7] WIP: Input: xbox - reset_resume config: x86_64-randconfig-n0-12201816 (attached as .config) reproduce: git checkout 20d97c84296b5abf7b5dc64f0cce4777848edd5a # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): drivers/input/joystick/xpad.c: In function 'xpad_suspend': >> drivers/input/joystick/xpad.c:1543:13: error: 'struct usb_device' has no member named 'reset_resume' xpad->udev->reset_resume = 1; ^ drivers/input/joystick/xpad.c: At top level: drivers/input/joystick/xpad.c:1188:13: warning: 'xpad_identify_controller' defined but not used [-Wunused-function] static void xpad_identify_controller(struct usb_xpad *xpad) { } ^ vim +1543 drivers/input/joystick/xpad.c 1537 /* 1538 * Wireless controllers always listen to input so 1539 * they are notified when controller shows up 1540 * or goes away. 1541 */ 1542 xpad360w_stop_input(xpad); > 1543 xpad->udev->reset_resume = 1; 1544 } else { 1545 mutex_lock(&input->mutex); 1546 if (input->users) --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: Binary data