Lines Matching refs:product

463 		if (hid->product == USB_DEVICE_ID_APPLE_ALU_WIRELESS_ANSI ||  in hidinput_apple_event()
464 hid->product == USB_DEVICE_ID_APPLE_ALU_WIRELESS_ISO || in hidinput_apple_event()
465 hid->product == USB_DEVICE_ID_APPLE_ALU_WIRELESS_JIS || in hidinput_apple_event()
466 hid->product == USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ANSI || in hidinput_apple_event()
467 hid->product == USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ISO || in hidinput_apple_event()
468 hid->product == USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_JIS || in hidinput_apple_event()
469 hid->product == USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ANSI || in hidinput_apple_event()
470 hid->product == USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ISO || in hidinput_apple_event()
471 hid->product == USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_JIS) in hidinput_apple_event()
473 else if (hid->product == USB_DEVICE_ID_APPLE_MAGIC_KEYBOARD_2015 || in hidinput_apple_event()
474 hid->product == USB_DEVICE_ID_APPLE_MAGIC_KEYBOARD_NUMPAD_2015) in hidinput_apple_event()
476 else if (hid->product == USB_DEVICE_ID_APPLE_MAGIC_KEYBOARD_2021 || in hidinput_apple_event()
477 hid->product == USB_DEVICE_ID_APPLE_MAGIC_KEYBOARD_FINGERPRINT_2021 || in hidinput_apple_event()
478 hid->product == USB_DEVICE_ID_APPLE_MAGIC_KEYBOARD_NUMPAD_2021) in hidinput_apple_event()
480 else if (hid->product == USB_DEVICE_ID_APPLE_WELLSPRINGT2_J132 || in hidinput_apple_event()
481 hid->product == USB_DEVICE_ID_APPLE_WELLSPRINGT2_J680 || in hidinput_apple_event()
482 hid->product == USB_DEVICE_ID_APPLE_WELLSPRINGT2_J213) in hidinput_apple_event()
484 else if (hid->product == USB_DEVICE_ID_APPLE_WELLSPRINGT2_J214K || in hidinput_apple_event()
485 hid->product == USB_DEVICE_ID_APPLE_WELLSPRINGT2_J223 || in hidinput_apple_event()
486 hid->product == USB_DEVICE_ID_APPLE_WELLSPRINGT2_J152F) in hidinput_apple_event()
488 else if (hid->product == USB_DEVICE_ID_APPLE_WELLSPRINGT2_J140K || in hidinput_apple_event()
489 hid->product == USB_DEVICE_ID_APPLE_WELLSPRINGT2_J230K) in hidinput_apple_event()
491 else if (hid->product >= USB_DEVICE_ID_APPLE_WELLSPRING4_ANSI && in hidinput_apple_event()
492 hid->product <= USB_DEVICE_ID_APPLE_WELLSPRING4A_JIS) in hidinput_apple_event()
494 else if (hid->product < 0x21d || hid->product >= 0x300) in hidinput_apple_event()