Skip to content

Input: list input devices including finger print keyboard! #768

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

john-peterson
Copy link

I found this mysterious device that acts a touch key board on that tiny finger print sensor . someone was watching to much telly. must be something from star trek Shanghai edition can't fail the lack of imagination touch in four ways produce for function keys including escape that i still haven't mastered after three months. only master china knows that move. the device is Hisense Unisoc bought in south Africa

it incorrectly report no escape key but correctly F keys


getprop|ack ro.product.locale -C3|copy
[ro.product.device]: [HLTE263E]
[ro.product.first_api_level]: [33]
[ro.product.hardware]: [ums9230_1h10]
[ro.product.locale]: [en-ZA]
[ro.product.manufacturer]: [Hisense]
[ro.product.model]: [Hisense E70 Pro]
[ro.product.name]: [HLTE263E]

$PREFIX/libexec/termux-api Input

{
  "devices": {
    "Virtual": {
      "vendor": 0,
      "product": 0,
      "descriptor": "a718a782d34bc767f4689c232d64d527998ea7fd",
      "sources": "0x301",
      "on": true
    },
    "gpio-keys": {
      "vendor": 1,
      "product": 1,
      "descriptor": "485d69228e24f5e46da1598745890b214130dbc4",
      "sources": "0x101",
      "on": true
    },
    "jadard-touchscreen": {
      "vendor": 0,
      "product": 0,
      "descriptor": "05ab20d8f240ca495f164a09b0b489b3be22e9cc",
      "sources": "0x1103",
      "on": true
    },
    "sc27xx:vibrator": {
      "vendor": 0,
      "product": 0,
      "descriptor": "769cc50018f4cb92ff7090463db6ab6573d0a617",
      "sources": "0x0",
      "on": true
    },
    "sprdphone-sc2730 Headset Jack": {
      "vendor": 0,
      "product": 0,
      "descriptor": "3b5c5000ad44566db5c2b3a8852c980a48b81674",
      "sources": "0x80000000",
      "on": true
    },
    "sprdphone-sc2730 Headset Keyboard": {
      "vendor": 0,
      "product": 0,
      "descriptor": "9c71735ecc867a08d5a051bbb9cf689202c5cd53",
      "sources": "0x101",
      "on": true
    },
    "fp-keys": {
      "vendor": 0,
      "product": 0,
      "descriptor": "bc18013244a1dd8fe13c73453267d808c5b3f21e",
      "sources": "0x101",
      "on": true,
      "hasKeys": {
        "ESCAPE": false,
        "F1": true,
        "F2": true,
        "F3": true,
        "F4": false
      }
    }
  }
}

I found this mysterious device that acts a touch key board on that tiny finger print sensor .  someone was watching to much telly. must be something from star trek Shanghai edition  can't fail the lack of imagination   touch in four ways produce for function keys including escape that i still haven't mastered after three months. only master china knows that move. the device is Hisense Unisoc bought in south Africa

it incorrectly report no escape key but correctly F keys

~~~

getprop|ack ro.product.locale -C3|copy
[ro.product.device]: [HLTE263E]
[ro.product.first_api_level]: [33]
[ro.product.hardware]: [ums9230_1h10]
[ro.product.locale]: [en-ZA]
[ro.product.manufacturer]: [Hisense]
[ro.product.model]: [Hisense E70 Pro]
[ro.product.name]: [HLTE263E]

$PREFIX/libexec/termux-api Input

{
  "devices": {
    "Virtual": {
      "vendor": 0,
      "product": 0,
      "descriptor": "a718a782d34bc767f4689c232d64d527998ea7fd",
      "sources": "0x301",
      "on": true
    },
    "gpio-keys": {
      "vendor": 1,
      "product": 1,
      "descriptor": "485d69228e24f5e46da1598745890b214130dbc4",
      "sources": "0x101",
      "on": true
    },
    "jadard-touchscreen": {
      "vendor": 0,
      "product": 0,
      "descriptor": "05ab20d8f240ca495f164a09b0b489b3be22e9cc",
      "sources": "0x1103",
      "on": true
    },
    "sc27xx:vibrator": {
      "vendor": 0,
      "product": 0,
      "descriptor": "769cc50018f4cb92ff7090463db6ab6573d0a617",
      "sources": "0x0",
      "on": true
    },
    "sprdphone-sc2730 Headset Jack": {
      "vendor": 0,
      "product": 0,
      "descriptor": "3b5c5000ad44566db5c2b3a8852c980a48b81674",
      "sources": "0x80000000",
      "on": true
    },
    "sprdphone-sc2730 Headset Keyboard": {
      "vendor": 0,
      "product": 0,
      "descriptor": "9c71735ecc867a08d5a051bbb9cf689202c5cd53",
      "sources": "0x101",
      "on": true
    },
    "fp-keys": {
      "vendor": 0,
      "product": 0,
      "descriptor": "bc18013244a1dd8fe13c73453267d808c5b3f21e",
      "sources": "0x101",
      "on": true,
      "hasKeys": {
        "ESCAPE": false,
        "F1": true,
        "F2": true,
        "F3": true,
        "F4": false
      }
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant