add usb-raw iterface #2193

Merged
merged 3 commits into from Nov 17, 2016
Jump to file or symbol
Failed to load files and symbols.
+2 −0
Split
Viewing a subset of changes. View all

Merge remote-tracking branch 'upstream/master' into rawusb

  • Loading branch information...
commit 1b9586330a2bbdf7e3534fe3d511a86fa8871da3 @chipaca chipaca committed Nov 17, 2016
@@ -48,6 +48,7 @@ var allInterfaces = []interfaces.Interface{
&SerialPortInterface{},
&UDisks2Interface{},
NewAlsaInterface(),
+ NewAvahiObserveInterface(),
NewBluetoothControlInterface(),
NewCameraInterface(),
NewCupsControlInterface(),
@@ -54,6 +54,7 @@ func (s *AllSuite) TestInterfaces(c *C) {
c.Check(all, DeepContains, builtin.NewBluetoothControlInterface())
c.Check(all, DeepContains, builtin.NewCameraInterface())
c.Check(all, DeepContains, builtin.NewCupsControlInterface())
+ c.Check(all, DeepContains, builtin.NewAvahiObserveInterface())
c.Check(all, DeepContains, builtin.NewFirewallControlInterface())
c.Check(all, DeepContains, builtin.NewFuseSupportInterface())
c.Check(all, DeepContains, builtin.NewGsettingsInterface())
You are viewing a condensed version of this merge commit. You can view the full changes here.