[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.73.6.3 and 1.73.6.4

version 1.73.6.3, 2007/07/15 13:21:46 version 1.73.6.4, 2007/10/09 13:42:07
Line 60  file dev/usb/ugen.c   ugen   needs-flag
Line 60  file dev/usb/ugen.c   ugen   needs-flag
 # HID "bus"  # HID "bus"
 define  uhidbus {[ reportid = -1 ]}  define  uhidbus {[ reportid = -1 ]}
   
 # HID processing  
 define  hid  
 file    dev/usb/hid.c                   hid  
   
 # HID root device for multiple report IDs  # HID root device for multiple report IDs
 device  uhidev: hid, uhidbus  device  uhidev: hid, uhidbus
 attach  uhidev at usbifif  attach  uhidev at usbifif
Line 250  device uslsa: ucombus
Line 246  device uslsa: ucombus
 attach  uslsa at usbdevif  attach  uslsa at usbdevif
 file    dev/usb/uslsa.c                 uslsa  file    dev/usb/uslsa.c                 uslsa
   
   # WinChipHead CH341/340 serial driver
   device  uchcom: ucombus
   attach  uchcom at usbdevif
   file    dev/usb/uchcom.c                uchcom
   
 # Scanners  # Scanners
 # Generic scanner support  # Generic scanner support
 device  uscanner  device  uscanner

Legend:
Removed from v.1.73.6.3  
changed lines
  Added in v.1.73.6.4

CVSweb <webmaster@jp.NetBSD.org>