Searched refs:USB_VENDOR_ID_APPLE (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/drivers/hid/ |
D | hid-quirks.c | 235 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_MIGHTYMOUSE) }, 236 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_FOUNTAIN_ANSI) }, 237 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_FOUNTAIN_ISO) }, 238 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER_ANSI) }, 239 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER_ISO) }, 240 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER_JIS) }, 241 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER3_ANSI) }, 242 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER3_ISO) }, 243 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER3_JIS) }, 244 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER4_ANSI) }, [all …]
|
D | hid-apple.c | 855 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_MIGHTYMOUSE), 858 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_FOUNTAIN_ANSI), 860 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_FOUNTAIN_ISO), 862 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER_ANSI), 864 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER_ISO), 866 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER_JIS), 868 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER3_ANSI), 870 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER3_ISO), 872 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER3_JIS), 875 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER4_ANSI), [all …]
|
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) },
|
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,
|
D | hid-input.c | 345 { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, 348 { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, 351 { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, 354 { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, 357 { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE,
|
D | hid-ids.h | 90 #define USB_VENDOR_ID_APPLE 0x05ac macro
|
/Linux-v6.1/drivers/input/mouse/ |
D | bcm5974.c | 31 #define USB_VENDOR_ID_APPLE 0x05ac macro 90 .idVendor = USB_VENDOR_ID_APPLE, \
|