summaryrefslogtreecommitdiffstats
path: root/udev
AgeCommit message (Collapse)AuthorFilesLines
2010-04-04Detect the iPad and let usbmuxd talk to itGravatar Martin Szulecki1-4/+4
2010-03-22Flag udev device with USBMUX_SUPPORTEDv1.0.3Gravatar Martin Szulecki1-1/+1
Desktop tools can now check for devices supporting the usbmux protocol without having to maintain any usb id ranges or similar.
2010-01-30Require explicit username to drop privsGravatar Hector Martin1-1/+1
2009-10-30Revert "Use LIB_SUFFIX for udev rules file too"Gravatar Hector Martin1-1/+1
This reverts commit 7682ad8e1baf5ebd4ad1e30f43a267220e2adffc.
2009-10-28Use LIB_SUFFIX for udev rules file tooGravatar Hector Martin1-1/+1
2009-09-23Match a range of supported USB IDs and make iPod Touch 64GB workGravatar Martin Szulecki1-2/+2
2009-08-20Merge the two development historiesGravatar Hector Martin2-0/+9
2009-08-15Port udev rules to newer kernelsGravatar Bastien Nocera1-20/+4
Remove use of usb_endpoint, it's gone in newer kernels. Signed-off-by: Nikias Bassen <nikias@gmx.li>
2009-08-15Install udev rules in the correct locationGravatar Bastien Nocera1-1/+1
The ones in /etc are supposed to be configurable ones. Signed-off-by: Nikias Bassen <nikias@gmx.li>
2009-08-04Use udev -x/-u in udev rulesGravatar Bastien Nocera1-2/+2
This will make them work on non-Debian distributions. Signed-off-by: Nikias Bassen <nikias@gmx.li>
2009-08-04Revert "Use udev mode in the udev rules"v0.1.3Gravatar Nikias Bassen1-2/+2
This reverts commit 91fc30c3247dbc41ce2dfcedfd6086c513ffa80a. Not working as expected.
2009-08-03Use udev mode in the udev rulesv0.1.2Gravatar Bastien Nocera1-2/+2
Otherwise this only works on Debian-based systems. Signed-off-by: Nikias Bassen <nikias@gmx.li>
2009-07-13Added support for PTP + Apple Mobile Device + Apple USB Ethernet interfacesv0.1.0Gravatar Nikias Bassen1-1/+1
by setting to the highest configuration value available(thanks Martin).
2009-06-19Add product ids to support iPhone 3GSGravatar Martin Szulecki1-2/+2
Signed-off-by: Nikias Bassen <nikias@gmx.li>
2009-05-24Make udev symlink rules work with recent udev by using usb_idGravatar Nikias Bassen1-2/+2
2009-05-24Make udev rules set the right usb config and create pretty usbmux symlinksGravatar Martin Szulecki1-24/+10
Signed-off-by: Nikias Bassen <nikias@gmx.li>
2009-05-19Let the daemon terminate only when no more device is attachedGravatar Nikias Bassen1-1/+1
2009-05-19modified udev rules file to reflect autoconf prefix specificationGravatar Nikias Bassen1-2/+2
2009-05-04Use autotools build system and add licenseGravatar Martin Szulecki2-0/+41
Signed-off-by: Nikias Bassen <nikias@gmx.li>