getRegisteredDevice fixed documentation updates and other minor improvements git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@273 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
14 lines
550 B
Properties
14 lines
550 B
Properties
################################################################
|
|
# define the usb test class for test/ch.ntb.usb.DeviceTest here
|
|
# it must implement ch.ntb.usb.AbstractDeviceInfo
|
|
################################################################
|
|
|
|
# Atmel AVR AT90USB1287
|
|
testdeviceInfo=ch.ntb.usb.test.devices.AT90USB1287
|
|
# Cypress FX2 CY7C68013A
|
|
#testdeviceInfo=ch.ntb.usb.test.devices.CY7C68013A
|
|
# MX500 Mouse
|
|
#testdeviceInfo=ch.ntb.usb.test.devices.MX500
|
|
# Logitech Notebook Mouse Plus
|
|
#testdeviceInfo=ch.ntb.usb.test.devices.MousePlus
|