diff options
author | David Zeuthen <david@fubar.dk> | 2004-08-09 18:33:29 +0000 |
---|---|---|
committer | David Zeuthen <david@fubar.dk> | 2004-08-09 18:33:29 +0000 |
commit | 1373cd516ef3e4e4582ebca9c510218af44a6df4 (patch) | |
tree | 4f51de7fe36ae6096652bf3492581ecf873d6eaa /doc/TODO | |
parent | 2bfc345256d7be3d258b3658674e3566e2a405d2 (diff) |
Added hal-fdi-example3.png
Added some text about how storage_lun%d.* and storage.* properties are
merged from the physical device object backing the block devices.
Included .fdi example with 6in1 reader to further clarify this.
Updated to show full device tree now that info.virtual is gone.
New file
New file
Remove the TODO entry about support for multiple USB interfaces since this
is now done
New function
Rename all usb.* properties to usb_device.*
Rename all usbif.* properties to usb.*. Merge usb_device.* properties from
parent device. Essentially an USB interface is now like an USB device
was except that it exports properties usb.interface.* to describe the
USB interface
Handle the s/usb/usb_device/ and s/usbif/usb/ renamings
Apply a patch from Kay with spelling/ language/grammar improvements. Also
update to reflect the USB renaming.
Don't set the info.virtual property
Updated to match spec
Updated to match spec
Work in progress
Add property pcmcia_socket.number
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -48,23 +48,6 @@ ourselves in /etc/hal/hald.conf, e.g. say /usr/bin/gnome-volume-manager is allowed to do stuff. ============================================================================ -* Multi-function USB devices (davidz is working on this) -============================================================================ - -Here's one - - http://www.pc-netto.dk/templates/product.asp?productguid=133%2D09 - -this one got one USB interface for the PS/2 keyboard and one USB -interface for the PS/2 mouse. Here's another one - - http://www.superwarehouse.com/HP_PSC_2175/Q3068A/p/286911 - -that got a many USB interfaces for printing, scanning, media reader -etc. We need a better way of representing such devices; if possible -in a way that doesn't change already written .fdi files - -============================================================================ * Input devices ============================================================================ |