1. 05 Feb, 2006 1 commit
  2. 03 Feb, 2006 2 commits
  3. 31 Jan, 2006 1 commit
  4. 24 Jan, 2006 1 commit
  5. 18 Jan, 2006 4 commits
  6. 17 Jan, 2006 2 commits
  7. 15 Jan, 2006 1 commit
  8. 14 Jan, 2006 3 commits
  9. 12 Jan, 2006 1 commit
  10. 11 Jan, 2006 1 commit
  11. 10 Jan, 2006 2 commits
  12. 09 Jan, 2006 3 commits
  13. 08 Jan, 2006 1 commit
  14. 06 Jan, 2006 3 commits
  15. 05 Jan, 2006 1 commit
  16. 04 Jan, 2006 3 commits
    • Kay Sievers's avatar
      [PATCH] remove CONFIG_KOBJECT_UEVENT option · 0296b228
      Kay Sievers authored
      
      It makes zero sense to have hotplug, but not the netlink
      events enabled today. Remove this option and merge the
      kobject_uevent.h header into the kobject.h header file.
      Signed-off-by: default avatarKay Sievers <kay.sievers@suse.de>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      0296b228
    • Matthew Dharm's avatar
      [PATCH] USB Storage: update MAINTAINERS · 8836aeb8
      Matthew Dharm authored
      
      Someone recently pointed out to me that the MAINTAINERS entry for
      usb-storage was, perhaps, in need of changing.
      Signed-off-by: default avatarMatthew Dharm <mdharm-usb@one-eyed-alien.net>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      8836aeb8
    • Olav Kongas's avatar
      [PATCH] USB: isp116x-hcd: cleanup · 959eea21
      Olav Kongas authored
      
      The attached patch makes a cleanup of isp116x-hcd. Most of the volume of
      the patch comes from 2 sources: moving the code around to get rid of a
      few function prototypes and reworking register dumping functions/macros.
      Among other things, switched over from using procfs to debugfs.
      
      Cleanup. The following changes were made:
      
      - Rework register dumping code so it can be used for dumping
        to both syslog and debugfs.
      - Switch from procfs to debugfs..
      - Die gracefully on Unrecoverable Error interrupt.
      - Fix memory leak in isp116x_urb_enqueue(), if HC happens to
        die in a narrow time window.
      - Fix a 'sparce' warning (unnecessary cast).
      - Report Devices Removable for root hub ports by default
        (was Devices Permanently Attached).
      - Move bus suspend/resume functions down in code to get rid of
        a few function prototypes.
      - A number of one-line cleanups.
      - Add an entry to MAINTAINERS.
      Signed-off-by: default avatarOlav Kongas <ok@artecdesign.ee>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      
       MAINTAINERS                    |    6
       drivers/usb/host/isp116x-hcd.c |  429 ++++++++++++++++-------------------------
       drivers/usb/host/isp116x.h     |   83 +++++--
       3 files changed, 230 insertions(+), 288 deletions(-)
      959eea21
  17. 03 Jan, 2006 5 commits
  18. 30 Dec, 2005 1 commit
  19. 19 Dec, 2005 1 commit
  20. 14 Dec, 2005 1 commit
  21. 01 Dec, 2005 2 commits