Bug 34481

Summary: Add support of Daisy Technology PhotoClip USB camera
Product: Base System Reporter: Olexander Kunytsa <kunia>
Component: kernAssignee: joe <joe>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff
none
file.diff
none
file.diff none

Description Olexander Kunytsa 2002-01-31 10:50:01 UTC
	Adding support of PhotoClip USB Camera (http://www.myphotoclip.com)
	- Vendor&Device IDs for USB product,
	- quirk for SCSI CAM,
	as well as it based on my quirk for Diva Mp3 player (PR:kern/33638), 
device of the same company (inspite of theirs' different vendor IDs)

Fix: Apply this patch:


How-To-Repeat: 	Plug the device into usb port, U'll see it is attached by usbd, but
trying to read from you will see:

umass0: Phase Error, residue = 0
umass0: BBB reset failed, STALLED
umass0: Phase Error, residue = 0
umass0: BBB reset failed, STALLED
umass0: Phase Error, residue = 0
umass0: BBB reset failed, STALLED
umass0: Phase Error, residue = 0
umass0: BBB reset failed, STALLED
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2002-01-31 14:37:19 UTC
Responsible Changed
From-To: freebsd-bugs->joe

Joe usually adds new IDs.
Comment 2 Maxim Sobolev freebsd_committer freebsd_triage 2002-02-04 10:40:33 UTC
State Changed
From-To: open->closed

Patch committed and MFC'ed. Thank you for submission!