Kay Sievers
bcd9fc8f47
add pci_express to bus list
...
Hopefully that wait_for_sysfs crap can go away some day...
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-08-25 03:37:38 +02:00
Kay Sievers
c9b8dbfb65
fix the fix and change the file to wait for to the "bus" link
...
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-06-22 02:11:59 +02:00
Kay Sievers
bf5d296473
prepare for module loading rules and add MODALIAS key
...
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-06-20 00:29:38 +02:00
kay.sievers@vrfy.org
63f61c5cf6
[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()
2005-04-26 23:51:00 -07:00
kay.sievers@vrfy.org
75bc9b086f
[PATCH] kill stupid gcc4 warning
2005-04-26 23:39:48 -07:00
kay.sievers@vrfy.org
9c020c6016
[PATCH] wait_for_sysfs: add joydev
2005-04-26 23:39:48 -07:00
kay.sievers@vrfy.org
9f6f8859b0
[PATCH] add "serio" to bus list
2005-04-26 23:36:13 -07:00
kay.sievers@vrfy.org
7e720bd4ad
[PATCH] switch major/minor to dev_t
2005-04-26 23:36:13 -07:00
kay.sievers@vrfy.org
1134a81b98
[PATCH] fix -Wsign-compare warnings
2005-04-26 23:24:19 -07:00
tklauser@access.unizh.chbk
5178355672
[PATCH] I tried to compile udev 050plus with the GCC 4.0 snapshot 200412119 and
2005-04-26 23:21:58 -07:00
kay.sievers@vrfy.org
4be25ce1d0
[PATCH] add class specific files for class/spi_transport and class/spi_host
2005-04-26 23:13:48 -07:00
kay.sievers@vrfy.org
5ce120d366
[PATCH] prevent udev node creatinon for "class" registration
...
I've found a /dev/video4linux node and just realized, that libsysfs
searches all subdirs for an attribute name.
So it found /class/video4linux/video0/dev for the videodev class
creation event /class/video4linux and created a node.
Just ignore the SUBSYSTEM="class" events now.
2005-04-26 23:13:47 -07:00
kay.sievers@vrfy.org
0dfbe9451b
[PATCH] add a class/fc_host file to the list of what to wait for
2005-04-26 23:13:47 -07:00
kay.sievers@vrfy.org
e1b7e62a26
[PATCH] add net/atml and class/ppdev to the wait_for_sysfs exception list
2005-04-26 23:06:10 -07:00
kay.sievers@vrfy.org
f2503c9792
[PATCH] add net/nlv* devices to the exception list
2005-04-26 23:05:03 -07:00
kay.sievers@vrfy.org
d2fe701e9c
[PATCH] add "pcmcia" and "fc_transport" to the wait_for_sysfs lists
2005-04-26 23:00:29 -07:00
kay.sievers@vrfy.org
9af5bb2f8f
[PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplex
2005-04-26 22:44:02 -07:00
kay.sievers@vrfy.org
cc0e9bfc35
[PATCH] remove my test code
2005-04-26 22:35:00 -07:00
kay.sievers@vrfy.org
7a0643a93f
[PATCH] add support for /devices-devices without any file to wait for
2005-04-26 22:30:28 -07:00
kay.sievers@vrfy.org
a4f0cc793a
[PATCH] Patch from Alex Riesen <raa.lkml@gmail.com>
...
> I just put const's at some places. It cut down data segments, but
> increased code size.
> Overall still smaller:
>
> -rwxr-xr-x 1 user users 50420 Nov 19 10:53 ../udev-046/udev
> -rwxr-xr-x 1 user users 49556 Nov 19 10:53 udev
> text data bss dec hex filename
> 47245 968 22480 70693 11425 ../udev-046/udev
> 48089 104 22064 70257 11271 udev
>
> Also, the instance of utsname in udev_lib.c is used only once.
2005-04-26 22:30:28 -07:00
kay.sievers@vrfy.org
8474ff500f
[PATCH] add a bunch of busses to the list of what to wait for
2005-04-26 22:30:28 -07:00
kay.sievers@vrfy.org
4bee999405
[PATCH] add ippp and bcrypt to the exception lists of wait_for_sysfs
2005-04-26 22:27:34 -07:00
kay.sievers@vrfy.org
d402af7d71
[PATCH] don't wait for sysfs if the kernel(2.6.10-rc2) tells us what not to expect
...
Newer kernels will tell us if we should wait for the "device" or
the "bus" link. So don't waste the time with our lists or wait
for the timeout.
2005-04-26 22:27:34 -07:00
kay.sievers@vrfy.org
a258d159f4
[PATCH] add i2c-dev to the list of devices without a bus
2005-04-26 22:09:26 -07:00
kay.sievers@vrfy.org
56b979e00d
[PATCH] Add a bunch of devices without "device" symlinks.
2005-04-26 22:09:26 -07:00
kay.sievers@vrfy.org
6628a2ea38
[PATCH] Add net/vmnet and class/zaptel to the list of devices without physical device
2005-04-26 22:08:27 -07:00
kay.sievers@vrfy.org
21d2888a0a
[PATCH] add net/pan and net/bnep handling
2005-04-26 22:06:44 -07:00
kay.sievers@vrfy.org
1ad9a8c1b8
[PATCH] switch wait for bus_file to stat() instead of open()
2005-04-26 22:06:44 -07:00
kay.sievers@vrfy.org
f071348004
[PATCH] expose sysfs functions for sharing it
...
This patch exposes the wait_for_sysfs functions to all possible users,
so we need to maintain only one list of exceptions. The last list is
hereby removed from udev.c.
2005-04-26 22:06:44 -07:00