diff options
author | Christian Starkjohann <cs+github@obdev.at> | 2009-08-03 17:01:21 +0000 |
---|---|---|
committer | Christian Starkjohann <cs+github@obdev.at> | 2009-08-03 17:01:21 +0000 |
commit | 32952d16b7f7681ca237b547b70df37ed825f01a (patch) | |
tree | 91457f8b2c365168b59cde8c6e34081d33ac5935 /libs-host | |
parent | b6739c29d91ae840befd6f461699286d5ee04865 (diff) | |
download | v-usb-32952d16b7f7681ca237b547b70df37ed825f01a.tar.gz v-usb-32952d16b7f7681ca237b547b70df37ed825f01a.tar.bz2 v-usb-32952d16b7f7681ca237b547b70df37ed825f01a.zip |
- reworked USBID-License into USB-IDs-for-free.txt and USB-ID-FAQ.txt
Diffstat (limited to 'libs-host')
-rw-r--r-- | libs-host/opendevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs-host/opendevice.h b/libs-host/opendevice.h index df70a50..6440cb3 100644 --- a/libs-host/opendevice.h +++ b/libs-host/opendevice.h @@ -66,7 +66,7 @@ int usbOpenDevice(usb_dev_handle **device, int vendorID, char *vendorNamePattern #define USBOPEN_ERR_NOTFOUND 3 /* device not found */ -/* Obdev's free USB IDs, see USBID-License.txt for details */ +/* Obdev's free USB IDs, see USB-IDs-for-free.txt for details */ #define USB_VID_OBDEV_SHARED 5824 /* obdev's shared vendor ID */ #define USB_PID_OBDEV_SHARED_CUSTOM 1500 /* shared PID for custom class devices */ |