- Changed the project name according to the new naming convention
- Changed package names according to the new naming convention git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@277 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
################################################################
|
||||
# define the usb test class for test/ch.ntb.usb.DeviceTest here
|
||||
# it must implement ch.ntb.usb.AbstractDeviceInfo
|
||||
# define the usb test class for test/ch.ntb.inf.libusbJava.DeviceTest here
|
||||
# it must implement ch.ntb.inf.libusbJava.AbstractDeviceInfo
|
||||
################################################################
|
||||
|
||||
# Atmel AVR AT90USB1287
|
||||
testdeviceInfo=ch.ntb.usb.test.devices.AT90USB1287
|
||||
testdeviceInfo=ch.ntb.inf.libusbJava.test.devices.AT90USB1287
|
||||
# Cypress FX2 CY7C68013A
|
||||
#testdeviceInfo=ch.ntb.usb.test.devices.CY7C68013A
|
||||
#testdeviceInfo=ch.ntb.inf.libusbJava.test.devices.CY7C68013A
|
||||
# MX500 Mouse
|
||||
#testdeviceInfo=ch.ntb.usb.test.devices.MX500
|
||||
#testdeviceInfo=ch.ntb.inf.libusbJava.test.devices.MX500
|
||||
# Logitech Notebook Mouse Plus
|
||||
#testdeviceInfo=ch.ntb.usb.test.devices.MousePlus
|
||||
#testdeviceInfo=ch.ntb.inf.libusbJava.test.devices.MousePlus
|
||||
|
||||
Reference in New Issue
Block a user