Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bluetooth/
H A Dbtusb.c42 #define BTUSB_CSR BIT(2) macro
180 { USB_DEVICE(0x0a12, 0x0001), .driver_info = BTUSB_CSR },
480 { USB_DEVICE(0x8087, 0x07da), .driver_info = BTUSB_CSR },
4558 if (id->driver_info & BTUSB_CSR) { in btusb_probe()