~sylvain-pineau/checkbox-support:smo8800

Last commit made on 2017-07-07
Get this branch:
git clone -b smo8800 https://git.launchpad.net/~sylvain-pineau/checkbox-support
Only Sylvain Pineau can upload to this branch. If you are Sylvain Pineau please log in for upload directions.

Branch merges

Branch information

Name:
smo8800
Repository:
lp:~sylvain-pineau/checkbox-support

Recent commits

a634b88... by Sylvain Pineau

report devices with smo8800 driver as ACCELEROMETER

d79ffd2... by PMR <pmr@pmr-lander>

Merge #326654 from ~sylvain-pineau/checkbox-support:cleanup_duplicates

9843b8c... by Sylvain Pineau

Move the bt_helper.py module to the checkbox-support package

82572ca... by Sylvain Pineau

Remove unused modules

Fixes LP:1320824

bb54e6d... by PMR <pmr@pmr-lander>

Merge #325481 from ~kissiel/checkbox-support:fix-1625926-pactl-db-missing

b57d466... by Maciej Kisielewski

pactl parser: make dB volume value optional

Fixes LP: #1625926

Signed-off-by: Maciej Kisielewski <email address hidden>

5122706... by PMR <pmr@pmr-lander>

Merge #325373 from ~sylvain-pineau/checkbox-support:usb_read_write

6d8deed... by Sylvain Pineau

New console_scripts entry point for usb_read_write

55463d8... by PMR <pmr@pmr-lander>

Merge #324461 from ~sylvain-pineau/checkbox-support:list-removable-partitions

6263ba9... by Sylvain Pineau

parsers:udevadm: Leverage the device parser to report removable partitions

Without udisks2 to list disks/partitions in the removable storage script in
checkbox, the udev parser can come to the rescue.

A new category "PARTITION" is then reported to identify removable partitions
(e.g: usb/mmc).

Such "devices" are not reported by default and callers such as the udev_resource
script from the resource provider have to create the factory UdevadmDevice
with list_partitions=True.

Partition types can be distinguished using the bus property (usb or mmc).