Opened 18 years ago
Closed 18 years ago
#1192 closed bug (fixed)
devfs should allow the creation of directories
Reported by: | korli | Owned by: | korli |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/Kernel | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
at the moment, devfs doesn't allow the creation of directories (ie /dev/input/keyboard/usb). The directory cannot be monitored at all.
BeOS allows the creation of directories and keep them. Though it accepts the creation of files but doesn't keep them.
Change History (3)
comment:1 by , 18 years ago
Owner: | changed from | to
---|
comment:2 by , 18 years ago
Status: | new → assigned |
---|
comment:3 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Nope, that should be enough, I think :-)
Note:
See TracTickets
for help on using tickets.
Implemented in revision 20982. Is there anything to do on the drivers side ?