diff options
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 \ device.c device.h \ preflight.c preflight.h \ log.c log.h \ - usbmuxd-proto.h usb-linux.c usb.h \ + usbmuxd-proto.h usb.c usb.h \ utils.c utils.h \ conf.c conf.h \ 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 @@ /* - * usb-linux.c + * usb.c * * Copyright (C) 2009 Hector Martin <hector@marcansoft.com> * Copyright (C) 2009 Nikias Bassen <nikias@gmx.li> |