Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lddbus: add member init_name to ldd_bus device declaration | Luis Ortega Perez de Villar | 2013-09-28 | 1 | -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 earlier | Luis Ortega Perez de Villar | 2013-09-28 | 1 | -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 attribute | Javier Martinez Canillas | 2011-01-08 | 1 | -1/+0 |
| | |||||
* | lddbus: Remove BUS_ID_SIZE | Javier Martinez Canillas | 2010-12-06 | 1 | -1/+1 |
| | |||||
* | lddbus: update hotplug events to udev events | Javier Martinez Canillas | 2010-12-06 | 1 | -8/+6 |
| | |||||
* | lddbus: replace bus_id with dev_name(), dev_set_name() in ldd_bus | Javier Martinez Canillas | 2010-12-06 | 1 | -3/+2 |
| | |||||
* | lddbus: Makefile: Change CFLAGS to EXTRA_CFLAGS | Javier Martinez Canillas | 2010-12-05 | 1 | -2/+2 |
| | |||||
* | Linux Device Drivers 3 examples | Javier Martinez Canillas | 2010-11-27 | 2 | -0/+216 |