Bug 23864

Summary: 2 New USB dev types
Product: Base System Reporter: Pete Carah <pete>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   

Description Pete Carah 2000-12-26 21:50:02 UTC
	Two new vendor/type id pairs for the usbdevs table

Fix: 

Creative Nomad II MP3 player:
usbd: attach event at 977863685.716893000, product 0x1002, vendor 0x041e:
  vndr=0x041e prdct=0x1002 rlse=0x0100 clss=0x0000 subclss=0x0000 prtcl=0x0000

	Nikon E990 Camera:
usbd: attach event at 977863815.251699000, Nikon Digital Camera E990, Nikon:
  vndr=0x04b0 prdct=0x0102 rlse=0x0100 clss=0x00ff subclss=0x00ff prtcl=0x00ff

	Apparently the Nikon device is giving back ID strings since I
	see it printed and it isn't in the table.
	They both have generic classes, unfortunately, and I don't know 
	anything about their protocols.

	All of these probably end up on ugen with custom applications.
How-To-Repeat: 	N/A
Comment 1 Nick Hibma freebsd_committer freebsd_triage 2001-04-09 19:14:27 UTC
State Changed
From-To: open->closed

Added. Thanks!