diff options
| author | 2014-11-11 14:34:26 +0100 | |
|---|---|---|
| committer | 2014-12-02 19:16:24 +0100 | |
| commit | ab51bbbe6d78678db1bdd04be1eeec6bb1d59c34 (patch) | |
| tree | be1cf24efef18ffe2830e5d7da28722463da67f9 /src | |
| parent | 3444d5a3a68998ac62b8f8c96414aad608024575 (diff) | |
| download | usbmuxd-ab51bbbe6d78678db1bdd04be1eeec6bb1d59c34.tar.gz usbmuxd-ab51bbbe6d78678db1bdd04be1eeec6bb1d59c34.tar.bz2 | |
Rename usb-linux.c to more suitable usb.c
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 2 | ||||
| -rw-r--r-- | src/usb.c (renamed from src/usb-linux.c) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b92eb64..5ef0d3b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -11,7 +11,7 @@ usbmuxd_SOURCES = client.c client.h \ | |||
| 11 | device.c device.h \ | 11 | device.c device.h \ |
| 12 | preflight.c preflight.h \ | 12 | preflight.c preflight.h \ |
| 13 | log.c log.h \ | 13 | log.c log.h \ |
| 14 | usbmuxd-proto.h usb-linux.c usb.h \ | 14 | usbmuxd-proto.h usb.c usb.h \ |
| 15 | utils.c utils.h \ | 15 | utils.c utils.h \ |
| 16 | conf.c conf.h \ | 16 | conf.c conf.h \ |
| 17 | main.c | 17 | main.c |
diff --git a/src/usb-linux.c b/src/usb.c index 9878f41..f5e8092 100644 --- a/src/usb-linux.c +++ b/src/usb.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * usb-linux.c | 2 | * usb.c |
| 3 | * | 3 | * |
| 4 | * Copyright (C) 2009 Hector Martin <hector@marcansoft.com> | 4 | * Copyright (C) 2009 Hector Martin <hector@marcansoft.com> |
| 5 | * Copyright (C) 2009 Nikias Bassen <nikias@gmx.li> | 5 | * Copyright (C) 2009 Nikias Bassen <nikias@gmx.li> |
