Searched refs:USB_VENDOR_ID_APPLE (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/hid/ |
A D | hid-quirks.c | 234 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_MIGHTYMOUSE) }, 238 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER_ISO) }, 239 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER_JIS) }, 249 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_ANSI) }, 250 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_ISO) }, 251 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_JIS) }, 323 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_IRCONTROL) }, 324 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_IRCONTROL2) }, 325 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_IRCONTROL3) }, 326 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_IRCONTROL4) }, [all …]
|
A D | hid-apple.c | 862 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_MIGHTYMOUSE), 869 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER_ANSI), 871 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER_ISO), 873 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER_JIS), 877 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER3_ISO), 879 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER3_JIS), 895 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_ANSI), 897 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_ISO), 899 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_JIS), 926 { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, [all …]
|
A D | hid-appleir.c | 326 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_IRCONTROL) }, 327 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_IRCONTROL2) }, 328 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_IRCONTROL3) }, 329 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_IRCONTROL4) }, 330 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_IRCONTROL5) },
|
A D | hid-magicmouse.c | 764 if (!hdev->battery || hdev->vendor != USB_VENDOR_ID_APPLE || in magicmouse_fetch_battery() 833 if (id->vendor == USB_VENDOR_ID_APPLE && in magicmouse_probe() 918 if (hdev->vendor == USB_VENDOR_ID_APPLE && in magicmouse_report_fixup() 939 { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, 943 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, 945 { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, 949 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE,
|
A D | hid-input.c | 346 { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, 349 { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, 352 { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, 355 { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, 358 { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE,
|
A D | hid-ids.h | 90 #define USB_VENDOR_ID_APPLE 0x05ac macro
|
/linux-6.3-rc2/drivers/input/mouse/ |
A D | bcm5974.c | 31 #define USB_VENDOR_ID_APPLE 0x05ac macro 90 .idVendor = USB_VENDOR_ID_APPLE, \
|
Completed in 27 milliseconds