• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/bluetooth/

Lines Matching refs:driver_info

88 	{ USB_DEVICE(0x0a12, 0x0001), .driver_info = BTUSB_CSR },
91 { USB_DEVICE(0x0a5c, 0x2033), .driver_info = BTUSB_IGNORE },
94 { USB_DEVICE(0x0a5c, 0x2035), .driver_info = BTUSB_WRONG_SCO_MTU },
95 { USB_DEVICE(0x0a5c, 0x200a), .driver_info = BTUSB_WRONG_SCO_MTU },
96 { USB_DEVICE(0x0a5c, 0x2009), .driver_info = BTUSB_BCM92035 },
99 { USB_DEVICE(0x0a5c, 0x2039), .driver_info = BTUSB_WRONG_SCO_MTU },
100 { USB_DEVICE(0x0a5c, 0x2101), .driver_info = BTUSB_WRONG_SCO_MTU },
103 { USB_DEVICE(0x0a5c, 0x201e), .driver_info = BTUSB_WRONG_SCO_MTU },
104 { USB_DEVICE(0x0a5c, 0x2110), .driver_info = BTUSB_WRONG_SCO_MTU },
107 { USB_DEVICE(0x03f0, 0x171d), .driver_info = BTUSB_WRONG_SCO_MTU },
110 { USB_DEVICE(0x413c, 0x8126), .driver_info = BTUSB_WRONG_SCO_MTU },
113 { USB_DEVICE(0x413c, 0x8152), .driver_info = BTUSB_WRONG_SCO_MTU },
114 { USB_DEVICE(0x413c, 0x8156), .driver_info = BTUSB_WRONG_SCO_MTU },
117 { USB_DEVICE(0x050d, 0x0012), .driver_info = BTUSB_WRONG_SCO_MTU },
118 { USB_DEVICE(0x050d, 0x0013), .driver_info = BTUSB_WRONG_SCO_MTU },
121 { USB_DEVICE(0x0b05, 0x1715), .driver_info = BTUSB_WRONG_SCO_MTU },
124 { USB_DEVICE(0x047d, 0x105e), .driver_info = BTUSB_WRONG_SCO_MTU },
127 { USB_DEVICE(0x0400, 0x0807), .driver_info = BTUSB_BROKEN_ISOC },
128 { USB_DEVICE(0x0400, 0x080a), .driver_info = BTUSB_BROKEN_ISOC },
131 { USB_DEVICE(0x0e5e, 0x6622), .driver_info = BTUSB_BROKEN_ISOC },
134 { USB_DEVICE(0x08fd, 0x0001), .driver_info = BTUSB_DIGIANSWER },
135 { USB_DEVICE(0x08fd, 0x0002), .driver_info = BTUSB_IGNORE },
138 { USB_DEVICE(0x0a12, 0x0002), .driver_info = BTUSB_SNIFFER },
141 { USB_DEVICE(0x16d3, 0x0002), .driver_info = BTUSB_SNIFFER },
873 if (!id->driver_info) {
880 if (id->driver_info == BTUSB_IGNORE)
883 if (ignore_dga && id->driver_info & BTUSB_DIGIANSWER)
886 if (ignore_csr && id->driver_info & BTUSB_CSR)
889 if (ignore_sniffer && id->driver_info & BTUSB_SNIFFER)
965 if (force_scofix || id->driver_info & BTUSB_WRONG_SCO_MTU) {
970 if (id->driver_info & BTUSB_BROKEN_ISOC)
973 if (id->driver_info & BTUSB_DIGIANSWER) {
978 if (id->driver_info & BTUSB_CSR) {
986 if (id->driver_info & BTUSB_SNIFFER) {
996 if (id->driver_info & BTUSB_BCM92035) {