| 172 | } |
| 173 | |
| 174 | IOReturn FeedbackXBOBT::Probe(CFDictionaryRef propertyTable, io_service_t service, SInt32 *order) |
| 175 | { |
| 176 | if (service == 0) { |
| 177 | return kIOReturnBadArgument; |
| 178 | } |
| 179 | if (goodProbe(service)) { |
| 180 | return 0; |
| 181 | } else { |
| 182 | return kIOReturnBadArgument; |
| 183 | } |
| 184 | } |
| 185 | |
| 186 | IOReturn FeedbackXBOBT::Start(CFDictionaryRef propertyTable,io_service_t service) |
| 187 | { |