Lines Matching full:product

397 		if (hid->product == USB_DEVICE_ID_APPLE_ALU_WIRELESS_ANSI ||  in hidinput_apple_event()
398 hid->product == USB_DEVICE_ID_APPLE_ALU_WIRELESS_ISO || in hidinput_apple_event()
399 hid->product == USB_DEVICE_ID_APPLE_ALU_WIRELESS_JIS || in hidinput_apple_event()
400 hid->product == USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ANSI || in hidinput_apple_event()
401 hid->product == USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ISO || in hidinput_apple_event()
402 hid->product == USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_JIS || in hidinput_apple_event()
403 hid->product == USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ANSI || in hidinput_apple_event()
404 hid->product == USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ISO || in hidinput_apple_event()
405 hid->product == USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_JIS) in hidinput_apple_event()
407 else if (hid->product == USB_DEVICE_ID_APPLE_MAGIC_KEYBOARD_2015 || in hidinput_apple_event()
408 hid->product == USB_DEVICE_ID_APPLE_MAGIC_KEYBOARD_NUMPAD_2015) in hidinput_apple_event()
410 else if (hid->product == USB_DEVICE_ID_APPLE_MAGIC_KEYBOARD_2021 || in hidinput_apple_event()
411 hid->product == USB_DEVICE_ID_APPLE_MAGIC_KEYBOARD_FINGERPRINT_2021 || in hidinput_apple_event()
412 hid->product == USB_DEVICE_ID_APPLE_MAGIC_KEYBOARD_NUMPAD_2021) in hidinput_apple_event()
414 else if (hid->product == USB_DEVICE_ID_APPLE_WELLSPRINGT2_J132 || in hidinput_apple_event()
415 hid->product == USB_DEVICE_ID_APPLE_WELLSPRINGT2_J680 || in hidinput_apple_event()
416 hid->product == USB_DEVICE_ID_APPLE_WELLSPRINGT2_J213) in hidinput_apple_event()
418 else if (hid->product == USB_DEVICE_ID_APPLE_WELLSPRINGT2_J214K || in hidinput_apple_event()
419 hid->product == USB_DEVICE_ID_APPLE_WELLSPRINGT2_J223 || in hidinput_apple_event()
420 hid->product == USB_DEVICE_ID_APPLE_WELLSPRINGT2_J152F) in hidinput_apple_event()
422 else if (hid->product == USB_DEVICE_ID_APPLE_WELLSPRINGT2_J140K || in hidinput_apple_event()
423 hid->product == USB_DEVICE_ID_APPLE_WELLSPRINGT2_J230K) in hidinput_apple_event()
425 else if (hid->product >= USB_DEVICE_ID_APPLE_WELLSPRING4_ANSI && in hidinput_apple_event()
426 hid->product <= USB_DEVICE_ID_APPLE_WELLSPRING4A_JIS) in hidinput_apple_event()
428 else if (hid->product < 0x21d || hid->product >= 0x300) in hidinput_apple_event()