Ready to test in Fab
This commit is contained in:
@ -2,11 +2,10 @@ namespace Barcode.Host.Shared.KeyboardMouse;
|
||||
|
||||
public class LinuxDeviceIdentifier
|
||||
{
|
||||
|
||||
public string? Bus { get; set; }
|
||||
|
||||
public string? Vendor { get; set; }
|
||||
|
||||
public string? Product { get; set; }
|
||||
|
||||
public string? Vendor { get; set; }
|
||||
public string? Version { get; set; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user