diff options
author | pancake <none@none> | 2010-04-26 18:29:19 +0200 |
---|---|---|
committer | pancake <none@none> | 2010-04-26 18:29:19 +0200 |
commit | 20eed53d8c8794fe752f66b4e0d5a14d2cee657a (patch) | |
tree | e484ecef4baab7bed9d41bd2f1ef099b9feab35c /src/devices.c | |
parent | e2aaa2cb402db09bf510bb877a4f3bfe941514e9 (diff) | |
download | 0xFFFF-20eed53d8c8794fe752f66b4e0d5a14d2cee657a.tar.bz2 |
* Fix usb initialization link with n900 * minor syntax fixup
Diffstat (limited to 'src/devices.c')
-rw-r--r-- | src/devices.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices.c b/src/devices.c index 2ffdfde..0f15d47 100644 --- a/src/devices.c +++ b/src/devices.c @@ -103,6 +103,7 @@ int usb_device_found(struct usb_device_descriptor *udd, struct devices *it_devic if ((dev_index = is_valid_device(udd))) { device = dev; + printf("%s found!\n", dev->filename); *it_device = supported_devices[dev_index]; return 1; } |