From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fundu Subject: USB emulated keybord Date: Wed, 11 Feb 2009 10:36:01 -0800 (PST) Message-ID: <420717.26548.qm@web63403.mail.re1.yahoo.com> Reply-To: fundu_1999@yahoo.com Mime-Version: 1.0 Return-path: Sender: linux-c-programming-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-c-programming@vger.kernel.org Hi, I'm trying to read data from a usb device that emulates as a keyboard (its a magnetic card reader). Do you know how I should get going. here are some question that i have... 1) As the process would be working in the background how do i make sure that the input that this usb emulated keyboard is inputting to this process. usually you have the terminal selected and just read from stdin. fundu