1. 07 Feb, 2008 3 commits
  2. 06 Feb, 2008 3 commits
  3. 03 Feb, 2008 5 commits
  4. 01 Feb, 2008 1 commit
    • Greg Kroah-Hartman's avatar
      USB: handle idVendor of 0x0000 · de6f92b9
      Greg Kroah-Hartman authored
      
      Some crazy devices in the wild have a vendor id of 0x0000.  If we try to
      add a module alias with this id, we just can't do it due to a check in
      the file2alias.c file.  Change the test to verify that both the vendor
      and product ids are 0x0000 to show a real "blank" module alias.
      
      Note, the module-init-tools package also needs to be changed to properly
      generate the depmod tables.
      
      Cc: Janusz <janumix@poczta.fm>
      Cc: stable <stable@kernel.org>
      Cc: Jon Masters <jcm@redhat.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      de6f92b9
  5. 28 Jan, 2008 28 commits