Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/bthidd/
H A Dhid.c73 #define MAGIC_MOUSE(D) (((D)->vendor_id == 0x5ac) && ((D)->product_id == 0x30d)) macro
89 if (hid_device && MAGIC_MOUSE(hid_device)) { in hid_initialise()
435 if (MAGIC_MOUSE(hid_device) && s->ctx) { in hid_interrupt()