Bug 142988

Summary: [patch] incorrect sysutils/hal properties for usb(2) interfaces
Product: Ports & Packages Reporter: Andrew Thompson <thompsa>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me CC: marcus
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description Andrew Thompson freebsd_committer freebsd_triage 2010-01-19 20:40:07 UTC
	USB interfaces in hal should have usb.X for properties, compared to
	usb_device for the parent. hf-usb.c is correct but hf-usb2.c is not.

Fix: And the complete patch-hald_freebsd_hf-usb2.c file.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-01-19 22:30:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-23 19:53:55 UTC
marcus      2010-01-23 19:53:40 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/hal         Makefile 
    sysutils/hal/files   patch-hald_freebsd_hf-usb2.c 
  Log:
  Correct the properties for USB interface devices.
  
  PR:             142988
  Submitted by:   thompsa
  
  Revision  Changes    Path
  1.60      +1 -1      ports/sysutils/hal/Makefile
  1.4       +3 -3      ports/sysutils/hal/files/patch-hald_freebsd_hf-usb2.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Joe Marcus Clarke freebsd_committer freebsd_triage 2010-01-23 19:56:02 UTC
State Changed
From-To: open->closed

Committed, thanks!