aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/files/drivers/usb/host/adm5120-hcd.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-01-29 08:23:40 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-01-29 08:23:40 +0000
commit7d92be2f9482ec35f8b42120e039825b7938a446 (patch)
tree11d2bb833693f90e91db340996617dcefe4f4a1e /target/linux/adm5120/files/drivers/usb/host/adm5120-hcd.c
parent08933608f58d0ba0df612d358d9dd66a574096de (diff)
downloadupstream-7d92be2f9482ec35f8b42120e039825b7938a446.tar.gz
upstream-7d92be2f9482ec35f8b42120e039825b7938a446.tar.bz2
upstream-7d92be2f9482ec35f8b42120e039825b7938a446.zip
license cleanup
SVN-Revision: 10305
Diffstat (limited to 'target/linux/adm5120/files/drivers/usb/host/adm5120-hcd.c')
-rw-r--r--target/linux/adm5120/files/drivers/usb/host/adm5120-hcd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/adm5120/files/drivers/usb/host/adm5120-hcd.c b/target/linux/adm5120/files/drivers/usb/host/adm5120-hcd.c
index 725583cc83..42eb8f5443 100644
--- a/target/linux/adm5120/files/drivers/usb/host/adm5120-hcd.c
+++ b/target/linux/adm5120/files/drivers/usb/host/adm5120-hcd.c
@@ -45,7 +45,7 @@
#include "../core/hcd.h"
#include "../core/hub.h"
-#define DRIVER_VERSION "0.16.1"
+#define DRIVER_VERSION "0.16.2"
#define DRIVER_AUTHOR "Gabor Juhos <juhosg at openwrt.org>"
#define DRIVER_DESC "ADMtek USB 1.1 Host Controller Driver"
@@ -826,4 +826,4 @@ module_exit(admhc_hcd_mod_exit);
MODULE_AUTHOR(DRIVER_AUTHOR);
MODULE_DESCRIPTION(DRIVER_INFO);
MODULE_VERSION(DRIVER_VERSION);
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");