File: testit.py

package info (click to toggle)
kudzu 1.1.67-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,596 kB
  • ctags: 3,020
  • sloc: ansic: 16,472; python: 309; makefile: 291; sh: 69
file content (11 lines) | stat: -rwxr-xr-x 232 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/python

import kudzu

devices = kudzu.probe (kudzu.CLASS_MOUSE,
                       kudzu.BUS_UNSPEC,
                       kudzu.PROBE_ONE);

for device in devices:
#    (dev, driver, desc) = device
    print device