Bug 142988 - [patch] incorrect sysutils/hal properties for usb(2) interfaces
Summary: [patch] incorrect sysutils/hal properties for usb(2) interfaces
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-19 20:40 UTC by Andrew Thompson
Modified: 2010-01-23 20:00 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.63 KB, patch)
2010-01-19 20:40 UTC, Andrew Thompson
no flags Details | Diff
file.diff (8.65 KB, patch)
2010-01-19 20:40 UTC, Andrew Thompson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!