1. 08 Mar, 2007 10 commits
  2. 02 Mar, 2007 2 commits
  3. 27 Feb, 2007 2 commits
  4. 26 Feb, 2007 13 commits
  5. 25 Feb, 2007 10 commits
  6. 22 Feb, 2007 3 commits
    • Adrian Bunk's avatar
      Linux 2.6.16.42-rc1 · 46e0933f
      Adrian Bunk authored
      46e0933f
    • Petko Manolov's avatar
      USB: rtl8150 new device id · 9071da7e
      Petko Manolov authored
      This one adds another vendor ID to rtl8150 driver.
      Signed-off-by: default avatarPetko Manolov <petkan@nucleusys.com>
      Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
      9071da7e
    • Dan Streetman's avatar
      USB: add ZyXEL vendor/product ID to rtl8150 driver · c8e01fe2
      Dan Streetman authored
      I just got a "ZyXEL Prestige USB Adapter" that is actually RTL8150
      adapter.  Here is the relevant /proc/bus/usb/devices output (after
      adding the vendor/product IDs to the driver):
      
      T:  Bus=01 Lev=02 Prnt=02 Port=02 Cnt=02 Dev#=119 Spd=12  MxCh= 0
      D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
      P:  Vendor=0586 ProdID=401a Rev= 1.00
      S:  Manufacturer=ZyXEL
      S:  Product=Prestige USB Adapter
      S:  SerialNumber=1027
      C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=120mA
      I:  If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=ff Driver=rtl8150
      E:  Ad=81(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
      E:  Ad=02(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
      E:  Ad=83(I) Atr=03(Int.) MxPS=   8 Ivl=1ms
      
      This patch adds the ZyXEL vendor ID to the rtl8150.c driver.  The
      device has absolutely no identifying marks on the outside for model
      type, just a serial number, and I can't find anything on ZyXEL's
      website, so I called the product ID PRODUCT_ID_PRESTIGE to match the
      product string.
      Signed-off-by: default avatarDan Streetman <ddstreet@ieee.org>
      Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
      c8e01fe2