kmi.cc (8245:a9d06c894afe) kmi.cc (9049:af47da518149)
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 198 unchanged lines hidden (view full) ---

207 break;
208 // We're not a trackpoint device, this should make the probe go away
209 rxQueue.push_back(Ack);
210 rxQueue.push_back(0);
211 rxQueue.push_back(0);
212 // fall through
213 case Disable:
214 case Enable:
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 198 unchanged lines hidden (view full) ---

207 break;
208 // We're not a trackpoint device, this should make the probe go away
209 rxQueue.push_back(Ack);
210 rxQueue.push_back(0);
211 rxQueue.push_back(0);
212 // fall through
213 case Disable:
214 case Enable:
215 case SetDefaults:
215 rxQueue.push_back(Ack);
216 break;
217 case StatusRequest:
218 rxQueue.push_back(Ack);
219 rxQueue.push_back(0);
220 rxQueue.push_back(2); // default resolution
221 rxQueue.push_back(100); // default sample rate
222 break;

--- 148 unchanged lines hidden ---
216 rxQueue.push_back(Ack);
217 break;
218 case StatusRequest:
219 rxQueue.push_back(Ack);
220 rxQueue.push_back(0);
221 rxQueue.push_back(2); // default resolution
222 rxQueue.push_back(100); // default sample rate
223 break;

--- 148 unchanged lines hidden ---