If using the event/evdev interface is easier, definitely use that.  Going 
directly to the USB interface will be much, much more work for you.  The 
kernel does a lot of work to translate USB, HID, etc. into evdev.  If you 
use evdev, you can (or should be able to) transparently support any 
buttons/knobs, etc.  However you are stuck on Linux of course :)

On Mon, 27 Sep 2004, Mohan Mistry wrote:

>
>For my application to use this, I guess I need to use
>the /dev/input/event* system. It is events are nothing
>more then some buttons/knobs and some OUT's to control
>the State of the end device. 
>I was hpoing to keep my Java app as clean as possible.
>
>
>Thanks for you help.
>
>--- Dan Streetman <[EMAIL PROTECTED]> wrote:
>
>> 
>> On Mon, 27 Sep 2004, Mohan Mistry wrote:
>> 
>> >Will the additional  HID interrupt I/F be claimed
>> by
>> >the LInux Input System?    
>> 
>> All interfaces with bInterfaceClass type HID will be
>> claimed by the Linux 
>> kernel HID driver.
>> 
>> 
>> 
>> -- 
>> Dan Streetman
>> [EMAIL PROTECTED]
>> ---------------------
>> 186,272 miles per second:
>> It isn't just a good idea, it's the law!
>> 
>> 
>>
>-------------------------------------------------------
>> This SF.Net email is sponsored by: YOU BE THE JUDGE.
>> Be one of 170
>> Project Admins to receive an Apple iPod Mini FREE
>> for your judgement on
>> who ports your project to Linux PPC the best.
>> Sponsored by IBM.
>> Deadline: Sept. 24. Go here:
>> http://sf.net/ppc_contest.php
>> _______________________________________________
>> javax-usb-devel mailing list
>> [EMAIL PROTECTED]
>>
>https://lists.sourceforge.net/lists/listinfo/javax-usb-devel
>> 
>
>
>
>               
>__________________________________
>Do you Yahoo!?
>New and Improved Yahoo! Mail - Send 10MB messages!
>http://promotions.yahoo.com/new_mail 
>

-- 
Dan Streetman
[EMAIL PROTECTED]
---------------------
186,272 miles per second:
It isn't just a good idea, it's the law!


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
javax-usb-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/javax-usb-devel

Reply via email to