Lines Matching refs:BTUSB_IGNORE
44 #define BTUSB_IGNORE 0x01 macro
165 { USB_DEVICE(0x0a5c, 0x2033), .driver_info = BTUSB_IGNORE },
168 { USB_DEVICE(0x0489, 0xe027), .driver_info = BTUSB_IGNORE },
169 { USB_DEVICE(0x0489, 0xe03d), .driver_info = BTUSB_IGNORE },
170 { USB_DEVICE(0x04f2, 0xaff1), .driver_info = BTUSB_IGNORE },
171 { USB_DEVICE(0x0930, 0x0215), .driver_info = BTUSB_IGNORE },
172 { USB_DEVICE(0x0cf3, 0x3002), .driver_info = BTUSB_IGNORE },
173 { USB_DEVICE(0x0cf3, 0xe019), .driver_info = BTUSB_IGNORE },
174 { USB_DEVICE(0x13d3, 0x3304), .driver_info = BTUSB_IGNORE },
177 { USB_DEVICE(0x03f0, 0x311d), .driver_info = BTUSB_IGNORE },
229 { USB_DEVICE(0x0489, 0xe02c), .driver_info = BTUSB_IGNORE },
285 { USB_DEVICE(0x08fd, 0x0002), .driver_info = BTUSB_IGNORE },
307 .driver_info = BTUSB_IGNORE },
3061 if (id->driver_info == BTUSB_IGNORE) in btusb_probe()