diff options
| -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> |
