Home
last modified time | relevance | path

Searched refs:USB_VENDOR_ID_APPLE (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/drivers/hid/
Dhid-quirks.c243 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_MIGHTYMOUSE) },
244 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_FOUNTAIN_ANSI) },
245 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_FOUNTAIN_ISO) },
246 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER_ANSI) },
247 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER_ISO) },
248 { 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_GEYSER3_ANSI) },
250 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER3_ISO) },
251 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER3_JIS) },
252 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER4_ANSI) },
[all …]
Dhid-apple.c873 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_MIGHTYMOUSE),
876 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_FOUNTAIN_ANSI),
878 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_FOUNTAIN_ISO),
880 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER_ANSI),
882 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER_ISO),
884 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER_JIS),
886 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER3_ANSI),
888 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER3_ISO),
891 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER3_JIS),
894 { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER4_ANSI),
[all …]
Dhid-appleir.c326 { 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) },
Dhid-magicmouse.c764 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,
Dhid-input.c346 { 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,
361 { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE,
Dhid-ids.h90 #define USB_VENDOR_ID_APPLE 0x05ac macro
/Linux-v6.6/drivers/input/mouse/
Dbcm5974.c31 #define USB_VENDOR_ID_APPLE 0x05ac macro
90 .idVendor = USB_VENDOR_ID_APPLE, \