[BACK]Return to files.usb CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / usb

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/usb/files.usb between version 1.81 and 1.81.12.1

version 1.81, 2007/09/07 20:17:38 version 1.81.12.1, 2008/01/23 19:27:35
Line 227  attach uvscom at usbdevif
Line 227  attach uvscom at usbdevif
 file    dev/usb/uvscom.c                uvscom  file    dev/usb/uvscom.c                uvscom
   
 # Belkin & other serial driver  # Belkin & other serial driver
 device  ubsa: ucombus  define  ubsa_common
 attach  ubsa at usbdevif  file    dev/usb/ubsa_common.c           ubsa_common
   device  ubsa: ucombus, ubsa_common
   #attach ubsa at usbdevif
   attach  ubsa at usbifif
 file    dev/usb/ubsa.c                  ubsa  file    dev/usb/ubsa.c                  ubsa
   
   # Huawei E220 3G/HSDPA modem (ubsa)
   device  uhmodem: ucombus, ubsa_common
   attach  uhmodem at usbifif
   file    dev/usb/uhmodem.c               uhmodem
   
 # iPAQ PDAs  # iPAQ PDAs
 device  uipaq: ucombus  device  uipaq: ucombus
 attach  uipaq at usbdevif  attach  uipaq at usbdevif

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.81.12.1

CVSweb <webmaster@jp.NetBSD.org>