Skip to content

4Q support? #27

Description

@vprimachenko

node-hid.devices() did list

{ vendorId: 9456,
  productId: 8247,
  path:
   '\\\\?\\hid#vid_24f0&pid_2037&mi_00#7&cf6c84a&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}',
  serialNumber: '\t',
  manufacturer: 'Metadot - Das Keyboard',
  product: 'Keyboard',
  release: 256,
  interface: 0,
  usagePage: 1,
  usage: 6 },
{ vendorId: 9456,
  productId: 8247,
  path:
   '\\\\?\\hid#vid_24f0&pid_2037&mi_01&col01#7&2026e488&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}',
  serialNumber: '\t',
  manufacturer: 'Metadot - Das Keyboard',
  product: 'System Control',
  release: 256,
  interface: 1,
  usagePage: 1,
  usage: 128 },
{ vendorId: 9456,
  productId: 8247,
  path:
   '\\\\?\\hid#vid_24f0&pid_2037&mi_01&col02#7&2026e488&0&0001#{4d1e55b2-f16f-11cf-88cb-001111000030}',
  serialNumber: '\t',
  manufacturer: 'Metadot - Das Keyboard',
  product: 'System Control',
  release: 256,
  interface: 1,
  usagePage: 12,
  usage: 1 },

but both

const hidDevice = keyboard.find(9456, 8247, 1, 128);

and

const hidDevice = keyboard.find(9456, 8247, 1, 1);

failed with

Error: feature report errored too quickly; device is probably not there anymore: 0

so, how can i help get it running on 4Q?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions