Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Add and remove event returning different device objects #45

Open
hungtcs opened this issue Nov 9, 2017 · 3 comments
Open

Add and remove event returning different device objects #45

hungtcs opened this issue Nov 9, 2017 · 3 comments

Comments

@hungtcs
Copy link

hungtcs commented Nov 9, 2017

Hello!

The add and remove event is giving different device objects.

Notice the underscore difference in deviceName and the missing manufacturer,

image

@MadLittleMods
Copy link
Owner

Hey @hungtcs,

Which OS are you on?

@hungtcs
Copy link
Author

hungtcs commented Nov 10, 2017

Hello @MadLittleMods, I use elementary OS 0.4.1 Loki, based on Ubuntu 16.04.3

@MadLittleMods
Copy link
Owner

MadLittleMods commented Nov 10, 2017

@hungtcs Are you able to test on another OS with that same device?

I just tested on a Ubuntu 16.04.3 vm with the latest master (almost the same as latest release 1.4.0) with a microphone and I see the same device object.

Add

{
  locationId: 0,
  vendorId: 2313,
  productId: 24,
  deviceName: 'AT2020_USB',
  manufacturer: 'audio-technica_Ƞ',
  serialNumber: '',
  deviceAddress: 0
}

Remove

{
  locationId: 0,
  vendorId: 2313,
  productId: 24,
  deviceName: 'AT2020_USB',
  manufacturer: 'audio-technica_Ƞ',
  serialNumber: '',
  deviceAddress: 0
}

@MadLittleMods MadLittleMods changed the title add and remove event get different device object Add and remove event returning different device objects Nov 10, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants