I have RFID reader which acts like a keyboard that returns read code with return char on the end.

However, i want to be able to listen only that device, with no additional hacking like analyzing all inputs and looking for the one that matches the pattern.

Is there any way to list HID devices and than only listen and input from on of those?