~ubuntu-branches/ubuntu/wily/hwinfo/wily

« back to all changes in this revision

Viewing changes to src/hd/isapnp.c

  • Committer: Bazaar Package Importer
  • Author(s): William Vera
  • Date: 2009-06-08 22:18:36 UTC
  • mfrom: (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090608221836-1ss2hutt4xhq414c
Tags: 16.0-1
* New upstream release
* Renamed libhd15 to libhd16 according to new soname.
* Updated the watch file

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
  str_list_t *sf_bus, *sf_bus_e;
120
120
  char *sf_dev, *sf_dev2;
121
121
 
122
 
  sf_bus = reverse_str_list(read_dir("/sys/bus/pnp/devices", 'l'));
 
122
  sf_bus = read_dir("/sys/bus/pnp/devices", 'l');
123
123
 
124
124
  if(!sf_bus) {
125
125
    ADD2LOG("sysfs: no such bus: pnp\n");