1. 22 May, 2003 2 commits
    • Patrick Mochel's avatar
      sysfs: Fix binary file handling · c189bfeb
      Patrick Mochel authored
      From Manuel Estrada Sainz <ranty@debian.org>
      
      
      >   - sysfs-bin-flexible-size.diff:
      >       Make dynamically sized files possible.  And return the right
      >       value on successful write.
      >
      >   - sysfs-bin-lost-dget.diff:
      >       I was having trouble when calling request_firmware() from a work
      >       queue, and after a little investigations it seams that this dget
      >       got lost along the way. Adding it back fixed the issue.
      >       Or am I causing a dentry leak now?
      c189bfeb
    • Patrick Mochel's avatar
      drver model: Add release method for class devices. · e8596243
      Patrick Mochel authored
      From Manuel Estrada Sainz <ranty@debian.org>
      
      So device classes can intercept the generic object release method.
      e8596243
  2. 20 May, 2003 38 commits