commit | 3c643259ce83980ab8b1917fe5bbbb0b5aeeb06e | [log] [tgz] |
---|---|---|
author | Linus Walleij <triad@df.lth.se> | Sat May 31 23:22:28 2008 +0000 |
committer | Linus Walleij <triad@df.lth.se> | Sat May 31 23:22:28 2008 +0000 |
tree | ad66601dabe357b5cbaa070ceeea0bc62301d615 | |
parent | 64691b7096cef300b374cf5b241e4dc1a97107e3 [diff] [blame] |
Move params creation away from usb layer.
diff --git a/ChangeLog b/ChangeLog index a5c5465..494ca9f 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -2,7 +2,10 @@ * src/libmtp.c: use LIBMTP_Detect_Raw_Devices() and LIBMTP_Open_Raw_Device() inside - LIBMTP_Get_First_Device() refactoring. + LIBMTP_Get_First_Device() refactoring. Move + params creation into this file. + * src/libusb-glue.c: move params creation away + from here. 2008-05-30 Linus Walleij <triad@df.lth.se>