summaryrefslogtreecommitdiffstats
path: root/lddbus
Commit message (Collapse)AuthorAgeFilesLines
* lddbus: add member init_name to ldd_bus device declarationLuis Ortega Perez de Villar2013-09-281-2/+2
| | | | | | The member init_name replaces bus_id, a string that identifies the device on the bus. This patch reverts commit bca2bf1d1d28deee3bef691371d9aae2cbbb0f4b
* lddbus: Makefile: Declare LDDINC variable earlierLuis Ortega Perez de Villar2013-09-281-2/+3
| | | | | Move the definition of LDDINC earlier into the file. This prevents the following compile time error: lddbus.h: No such file or directory.
* lddbus: Remove non existing member owner in struct attributeJavier Martinez Canillas2011-01-081-1/+0
|
* lddbus: Remove BUS_ID_SIZEJavier Martinez Canillas2010-12-061-1/+1
|
* lddbus: update hotplug events to udev eventsJavier Martinez Canillas2010-12-061-8/+6
|
* lddbus: replace bus_id with dev_name(), dev_set_name() in ldd_busJavier Martinez Canillas2010-12-061-3/+2
|
* lddbus: Makefile: Change CFLAGS to EXTRA_CFLAGSJavier Martinez Canillas2010-12-051-2/+2
|
* Linux Device Drivers 3 examplesJavier Martinez Canillas2010-11-272-0/+216