Skip to content

Commit

Permalink
add device
Browse files Browse the repository at this point in the history
  • Loading branch information
h11g committed May 29, 2020
1 parent 542a06e commit 9b29038
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class SupporterManager<T extends IScannerManager> {
* 型号 NLS-MT9210,制造商 Newland
*/
public enum ScannerSupporter {
SUNMI("SUNMI"), alps("alps"), SEUIC("SEUIC"), UBX("UBX"), OTHER("OTHER"), idata("idata"), SG6900("SG6900"), HT380K("HT380K"), MT6210("NLS-MT6210"), MT9210("NLS-MT9210"), PDA("PDA");
SUNMI("SUNMI"), alps("alps"), SEUIC("SEUIC"), UBX("UBX"), OTHER("OTHER"), idata("idata"), SG6900("SG6900"), HT380K("HT380K"), MT6210("NLS-MT6210"), MT9210("NLS-MT9210"), MT90("NLS-MT90"), PDA("PDA");

private String name;

Expand Down Expand Up @@ -74,6 +74,7 @@ public SupporterManager(Context context, @NonNull IScanListener listener) {
break;
case MT6210:
case MT9210:
case MT90:
scannerManager = (T) MT6210ScannerManager.getInstance(context);
break;
case UBX:
Expand Down

0 comments on commit 9b29038

Please sign in to comment.