Ellis Rahhal, thank you for reporting this and helping make Ubuntu better. This 
bug was reported a while ago and there hasn't been any activity in it recently. 
We were wondering if this is still an issue? If so, Please execute the 
following command, as it will automatically gather debugging information, in a 
terminal:
apport-collect 796469

As well, could you please report all information noted in
https://wiki.ubuntu.com/DebuggingTouchpadDetection ?

** Description changed:

  Touchpad does not work at all with default install of Ubuntu.   Adding
  the option "acpi=off" to kernel fixes the problem, but breaks several
  other things.
- 
- Tried various methods found online and suggested by helpful users on
- forums.  All of the techniques below were tried alone and in
- conjunction, reverting any changes before trying the next technique.
  
  Checking that the touchpad is available and enabled in GPointing and
  System > Preferences > Mouse settings.  Everything looks normal
  
  Tried out synclient while interacting with touchpad.  No response:
- 
  root@snagglepuss:~# synclient -m 100
  time x y z f w l r u d m multi gl gm gr gdx gdy
  0.000 0 0 0 0 0 0 0 0 0 0 00000000
  
- Tried everything on https://help.ubuntu.com/community/SynapticsTouchpad
- 
  Also tried:
- 
- gconftool-2 --set --type boolean
- /desktop/gnome/peripherals/touchpad/touchpad_enabled true
- 
- adding SHMConfig options to /usr/share/X11/xorg.conf.d/50-synaptics.conf
- 
- installing synaptics-dkms from the utouch ppa
- 
- installing hid-multitouch-dkms from the utouch ppa
- 
- modifying the module params:
+ gconftool-2 --set --type boolean 
/desktop/gnome/peripherals/touchpad/touchpad_enabled true
+ + adding SHMConfig options to /usr/share/X11/xorg.conf.d/50-synaptics.conf
+ + installing synaptics-dkms from the utouch ppa
+ + installing hid-multitouch-dkms from the utouch ppa
+ + Tried everything on https://help.ubuntu.com/community/SynapticsTouchpad
+ + modifying the module params:
  sudo -i
  echo options psmouse proto=exps > /etc/modprobe.d/psmouse.conf
  
  Tried the following kernel params:
- 
  i8042.nomux=1
  i8042.reset
  pci=noacpi
  pnpacpi=off
  noapic
  nolapic
  
  Additional information:
- 
- Thread discussing problem:
- http://ubuntuforums.org/showthread.php?p=10921294
+ Thread discussing problem: http://ubuntuforums.org/showthread.php?p=10921294
  
  dmesg occasionally reports the following when using the touchpad:
- 
  psmouse.c bad data from KBC - timeout
  
- output of `cat /proc/version_signature`:
- 
- Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
- 
- output of `uname -a`:
- 
- Linux nativesystems 2.6.18-238.9.1.el5 #1 SMP Tue Apr 12 18:10:56 EDT
- 2011 i686 i686 i386 GNU/Linux
- 
  output of `grep -im 1 touchpad /var/log/kern.log`:
- 
- ay 29 21:13:09 snagglepuss kernel: [   21.339726] Synaptics Touchpad,
- model: 1, fw: 7.5, id: 0x1e0b1, caps: 0xd00073/0x240000/0xa0400
+ ay 29 21:13:09 snagglepuss kernel: [   21.339726] Synaptics Touchpad, model: 
1, fw: 7.5, id: 0x1e0b1, caps: 0xd00073/0x240000/0xa0400
  
  output of `grep -i touchpad /var/log/Xorg.0.log`:
- 
  [    15.191] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad 
(/dev/input/event13)
  [    15.191] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev 
touchpad catchall"
  [    15.191] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad 
catchall"
  [    15.192] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics 
TouchPad'
  [    15.192] (**) SynPS/2 Synaptics TouchPad: always reports core events
  [    15.332] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5776
  [    15.332] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 5012
  [    15.332] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
  [    15.332] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
  [    15.332] (--) SynPS/2 Synaptics TouchPad: buttons: left right double 
triple
  [    15.464] (--) SynPS/2 Synaptics TouchPad: touchpad found
  [    15.464] (**) SynPS/2 Synaptics TouchPad: always reports core events
  [    15.496] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics 
TouchPad" (type: TOUCHPAD)
  [    15.496] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now 
constant deceleration 2.5
  [    15.496] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
  [    15.496] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.036
  [    15.496] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration 
scheme 1
  [    15.496] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
  [    15.496] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 
2.000
  [    15.496] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 
4
  [    15.548] (--) SynPS/2 Synaptics TouchPad: touchpad found
  [    15.548] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad 
(/dev/input/mouse1)
  
  output of `grep -iA 3 'module synaptics' /var/log/Xorg.0.log`:
- 
  [    15.192] (II) Module synaptics: vendor="X.Org Foundation"
  [    15.192]  compiled for 1.10.1, module version = 1.3.99
  [    15.192]  Module class: X.Org XInput Driver
  [    15.192]  ABI class: X.Org XInput driver, version 12.3
- 
- output of `sudo lspci -vvnn`:
- 
- 00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core Processor 
Family DRAM Controller [8086:0104] (rev 09)
-       Subsystem: Hewlett-Packard Company Device [103c:1646]
-       Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
-       Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort+ >SERR- <PERR- INTx-
-       Latency: 0
-       Capabilities: [e0] Vendor Specific Information: Len=0c <?>
-       Kernel driver in use: agpgart-intel
- 
- 00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200/2nd Generation Core 
Processor Family PCI Express Root Port [8086:0101] (rev 09) (prog-if 00 [Normal 
decode])
-       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
-       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
-       Latency: 0, Cache Line Size: 64 bytes
-       Bus: primary=00, secondary=01, subordinate=06, sec-latency=0
-       I/O behind bridge: 00004000-00004fff
-       Memory behind bridge: c2700000-c36fffff
-       Prefetchable memory behind bridge: 00000000a0000000-00000000afffffff
-       Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- <SERR- <PERR-
-       BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
-               PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
-       Capabilities: [88] Subsystem: Hewlett-Packard Company Device [103c:1646]
-       Capabilities: [80] Power Management version 3
-               Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0+,D1-,D2-,D3hot+,D3cold+)
-               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
-       Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
-               Address: fee0f00c  Data: 4159
-       Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00
-               DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, 
L1 <1us
-                       ExtTag- RBE+ FLReset-
-               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
-                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
-                       MaxPayload 128 bytes, MaxReadReq 128 bytes
-               DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
-               LnkCap: Port #2, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 
<256ns, L1 <4us
-                       ClockPM- Surprise- LLActRep- BwNot+
-               LnkCtl: ASPM Disabled; RCB 64 bytes Disabled+ Retrain- CommClk+
-                       ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
-               LnkSta: Speed 5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- 
BWMgmt- ABWMgmt-
-               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- 
Surprise-
-                       Slot #1, PowerLimit 75.000W; Interlock- NoCompl+
-               SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- 
LinkChg-
-                       Control: AttnInd Unknown, PwrInd Unknown, Power- 
Interlock-
-               SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ 
Interlock-
-                       Changed: MRL- PresDet+ LinkState-
-               RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- 
CRSVisible-
-               RootCap: CRSVisible-
-               RootSta: PME ReqID 0000, PMEStatus- PMEPending-
-               DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd-
-               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
-               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, 
Selectable De-emphasis: -3.5dB
-                        Transmit Margin: Normal Operating Range, 
EnterModifiedCompliance- ComplianceSOS-
-                        Compliance De-emphasis: -6dB
-               LnkSta2: Current De-emphasis Level: -3.5dB
-       Capabilities: [100 v1] Virtual Channel
-               Caps:   LPEVC=0 RefClk=100ns PATEntryBits=1
-               Arb:    Fixed- WRR32- WRR64- WRR128-
-               Ctrl:   ArbSelect=Fixed
-               Status: InProgress-
-               VC0:    Caps:   PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
-                       Arb:    Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
-                       Ctrl:   Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
-                       Status: NegoPending- InProgress-
-       Capabilities: [140 v1] Root Complex Link
-               Desc:   PortNumber=02 ComponentID=01 EltType=Config
-               Link0:  Desc:   TargetPort=00 TargetComponent=01 AssocRCRB- 
LinkType=MemMapped LinkValid+
-                       Addr:   00000000fed19000
-       Kernel driver in use: pcieport
-       Kernel modules: shpchp
- 
- 00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation 
Core Processor Family Integrated Graphics Controller [8086:0116] (rev 09) 
(prog-if 00 [VGA controller])
-       Subsystem: Hewlett-Packard Company Device [103c:1646]
-       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
-       Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
-       Latency: 0
-       Interrupt: pin A routed to IRQ 43
-       Region 0: Memory at c0000000 (64-bit, non-prefetchable) [size=4M]
-       Region 2: Memory at b0000000 (64-bit, prefetchable) [size=256M]
-       Region 4: I/O ports at 5000 [size=64]
-       Expansion ROM at <unassigned> [disabled]
-       Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
-               Address: fee0c00c  Data: 4179
-       Capabilities: [d0] Power Management version 2
-               Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
-               Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
-       Capabilities: [a4] PCI Advanced Features
-               AFCap: TP+ FLR+
-               AFCtrl: FLR-
-               AFStatus: TP-
-       Kernel driver in use: i915
-       Kernel modules: i915
- 
- 00:16.0 Communication controller [0780]: Intel Corporation 6 Series Chipset 
Family MEI Controller #1 [8086:1c3a] (rev 04)
-       Subsystem: Hewlett-Packard Company Device [103c:1646]
-       Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
-       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
-       Latency: 0
-       Interrupt: pin A routed to IRQ 7
-       Region 0: Memory at c3704000 (64-bit, non-prefetchable) [size=16]
-       Capabilities: [50] Power Management version 3
-               Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0+,D1-,D2-,D3hot+,D3cold+)
-               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
-       Capabilities: [8c] MSI: Enable- Count=1/1 Maskable- 64bit+
-               Address: 0000000000000000  Data: 0000
- 
- 00:1a.0 USB Controller [0c03]: Intel Corporation 6 Series Chipset Family USB 
Enhanced Host Controller #2 [8086:1c2d] (rev 04) (prog-if 20 [EHCI])
-       Subsystem: Hewlett-Packard Company Device [103c:1646]
-       Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
-       Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
-       Latency: 0
-       Interrupt: pin A routed to IRQ 16
-       Region 0: Memory at c3709000 (32-bit, non-prefetchable) [size=1K]
-       Capabilities: [50] Power Management version 2
-               Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA 
PME(D0+,D1-,D2-,D3hot+,D3cold+)
-               Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
-       Capabilities: [58] Debug port: BAR=1 offset=00a0
-       Capabilities: [98] PCI Advanced Features
-               AFCap: TP+ FLR+
-               AFCtrl: FLR-
-               AFStatus: TP-
-       Kernel driver in use: ehci_hcd
- 
- 00:1b.0 Audio device [0403]: Intel Corporation 6 Series Chipset Family High 
Definition Audio Controller [8086:1c20] (rev 04)
-       Subsystem: Hewlett-Packard Company Device [103c:1646]
-       Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
-       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
-       Latency: 0, Cache Line Size: 64 bytes
-       Interrupt: pin A routed to IRQ 51
-       Region 0: Memory at c3700000 (64-bit, non-prefetchable) [size=16K]
-       Capabilities: [50] Power Management version 2
-               Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA 
PME(D0+,D1-,D2-,D3hot+,D3cold+)
-               Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
-       Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
-               Address: 00000000fee0300c  Data: 41c1
-       Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00
-               DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, 
L1 <1us
-                       ExtTag- RBE- FLReset+
-               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
-                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
-                       MaxPayload 128 bytes, MaxReadReq 128 bytes
-               DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ 
TransPend-
-               LnkCap: Port #0, Speed unknown, Width x0, ASPM unknown, Latency 
L0 <64ns, L1 <1us
-                       ClockPM- Surprise- LLActRep- BwNot-
-               LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk-
-                       ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
-               LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk- 
DLActive- BWMgmt- ABWMgmt-
-       Capabilities: [100 v1] Virtual Channel
-               Caps:   LPEVC=0 RefClk=100ns PATEntryBits=1
-               Arb:    Fixed- WRR32- WRR64- WRR128-
-               Ctrl:   ArbSelect=Fixed
-               Status: InProgress-
-               VC0:    Caps:   PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
-                       Arb:    Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
-                       Ctrl:   Enable+ ID=0 ArbSelect=Fixed TC/VC=01
-                       Status: NegoPending- InProgress-
-               VC1:    Caps:   PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
-                       Arb:    Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
-                       Ctrl:   Enable+ ID=1 ArbSelect=Fixed TC/VC=22
-                       Status: NegoPending- InProgress-
-       Capabilities: [130 v1] Root Complex Link
-               Desc:   PortNumber=0f ComponentID=00 EltType=Config
-               Link0:  Desc:   TargetPort=00 TargetComponent=00 AssocRCRB- 
LinkType=MemMapped LinkValid+
-                       Addr:   00000000fed1c000
-       Kernel driver in use: HDA Intel
-       Kernel modules: snd-hda-intel
- 
- 00:1c.0 PCI bridge [0604]: Intel Corporation 6 Series Chipset Family PCI 
Express Root Port 1 [8086:1c10] (rev b4) (prog-if 00 [Normal decode])
-       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
-       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
-       Latency: 0, Cache Line Size: 64 bytes
-       Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
-       I/O behind bridge: 00003000-00003fff
-       Prefetchable memory behind bridge: 00000000c0400000-00000000c04fffff
-       Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- <SERR- <PERR-
-       BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
-               PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
-       Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
-               DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, 
L1 <1us
-                       ExtTag- RBE+ FLReset-
-               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
-                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
-                       MaxPayload 128 bytes, MaxReadReq 128 bytes
-               DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ 
TransPend-
-               LnkCap: Port #1, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 
<512ns, L1 <16us
-                       ClockPM- Surprise- LLActRep+ BwNot-
-               LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
-                       ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
-               LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ 
DLActive+ BWMgmt+ ABWMgmt-
-               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- 
Surprise-
-                       Slot #0, PowerLimit 10.000W; Interlock- NoCompl+
-               SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- 
LinkChg-
-                       Control: AttnInd Unknown, PwrInd Unknown, Power- 
Interlock-
-               SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ 
Interlock-
-                       Changed: MRL- PresDet- LinkState+
-               RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- 
CRSVisible-
-               RootCap: CRSVisible-
-               RootSta: PME ReqID 0000, PMEStatus- PMEPending-
-               DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd-
-               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
-               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- 
SpeedDis-, Selectable De-emphasis: -6dB
-                        Transmit Margin: Normal Operating Range, 
EnterModifiedCompliance- ComplianceSOS-
-                        Compliance De-emphasis: -6dB
-               LnkSta2: Current De-emphasis Level: -3.5dB
-       Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
-               Address: 00000000  Data: 0000
-       Capabilities: [90] Subsystem: Hewlett-Packard Company Device [103c:1646]
-       Capabilities: [a0] Power Management version 2
-               Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0+,D1-,D2-,D3hot+,D3cold+)
-               Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
-       Kernel driver in use: pcieport
-       Kernel modules: shpchp
- 
- 00:1c.2 PCI bridge [0604]: Intel Corporation 6 Series Chipset Family PCI 
Express Root Port 3 [8086:1c14] (rev b4) (prog-if 00 [Normal decode])
-       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
-       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
-       Latency: 0, Cache Line Size: 64 bytes
-       Bus: primary=00, secondary=08, subordinate=08, sec-latency=0
-       Memory behind bridge: c2600000-c26fffff
-       Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort+ <SERR- <PERR-
-       BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
-               PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
-       Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
-               DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, 
L1 <1us
-                       ExtTag- RBE+ FLReset-
-               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
-                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
-                       MaxPayload 128 bytes, MaxReadReq 128 bytes
-               DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ 
TransPend-
-               LnkCap: Port #3, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 
<512ns, L1 <16us
-                       ClockPM- Surprise- LLActRep+ BwNot-
-               LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
-                       ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
-               LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ 
DLActive+ BWMgmt+ ABWMgmt-
-               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- 
Surprise-
-                       Slot #2, PowerLimit 10.000W; Interlock- NoCompl+
-               SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- 
LinkChg-
-                       Control: AttnInd Unknown, PwrInd Unknown, Power- 
Interlock-
-               SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ 
Interlock-
-                       Changed: MRL- PresDet- LinkState+
-               RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- 
CRSVisible-
-               RootCap: CRSVisible-
-               RootSta: PME ReqID 0000, PMEStatus- PMEPending-
-               DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd-
-               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
-               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- 
SpeedDis-, Selectable De-emphasis: -6dB
-                        Transmit Margin: Normal Operating Range, 
EnterModifiedCompliance- ComplianceSOS-
-                        Compliance De-emphasis: -6dB
-               LnkSta2: Current De-emphasis Level: -3.5dB
-       Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
-               Address: 00000000  Data: 0000
-       Capabilities: [90] Subsystem: Hewlett-Packard Company Device [103c:1646]
-       Capabilities: [a0] Power Management version 2
-               Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0+,D1-,D2-,D3hot+,D3cold+)
-               Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
-       Kernel driver in use: pcieport
-       Kernel modules: shpchp
- 
- 00:1c.5 PCI bridge [0604]: Intel Corporation 6 Series Chipset Family PCI 
Express Root Port 6 [8086:1c1a] (rev b4) (prog-if 00 [Normal decode])
-       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
-       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
-       Latency: 0, Cache Line Size: 64 bytes
-       Bus: primary=00, secondary=09, subordinate=09, sec-latency=0
-       Memory behind bridge: c2500000-c25fffff
-       Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort+ <SERR- <PERR-
-       BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
-               PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
-       Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
-               DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, 
L1 <1us
-                       ExtTag- RBE+ FLReset-
-               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
-                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
-                       MaxPayload 128 bytes, MaxReadReq 128 bytes
-               DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ 
TransPend-
-               LnkCap: Port #6, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 
<512ns, L1 <16us
-                       ClockPM- Surprise- LLActRep+ BwNot-
-               LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
-                       ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
-               LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ 
DLActive+ BWMgmt+ ABWMgmt-
-               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- 
Surprise-
-                       Slot #5, PowerLimit 10.000W; Interlock- NoCompl+
-               SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- 
LinkChg-
-                       Control: AttnInd Unknown, PwrInd Unknown, Power- 
Interlock-
-               SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ 
Interlock-
-                       Changed: MRL- PresDet- LinkState+
-               RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- 
CRSVisible-
-               RootCap: CRSVisible-
-               RootSta: PME ReqID 0000, PMEStatus- PMEPending-
-               DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd-
-               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
-               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- 
SpeedDis-, Selectable De-emphasis: -6dB
-                        Transmit Margin: Normal Operating Range, 
EnterModifiedCompliance- ComplianceSOS-
-                        Compliance De-emphasis: -6dB
-               LnkSta2: Current De-emphasis Level: -3.5dB
-       Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
-               Address: 00000000  Data: 0000
-       Capabilities: [90] Subsystem: Hewlett-Packard Company Device [103c:1646]
-       Capabilities: [a0] Power Management version 2
-               Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0+,D1-,D2-,D3hot+,D3cold+)
-               Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
-       Kernel driver in use: pcieport
-       Kernel modules: shpchp
- 
- 00:1c.7 PCI bridge [0604]: Intel Corporation 6 Series Chipset Family PCI 
Express Root Port 8 [8086:1c1e] (rev b4) (prog-if 00 [Normal decode])
-       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
-       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
-       Latency: 0, Cache Line Size: 64 bytes
-       Bus: primary=00, secondary=0a, subordinate=0f, sec-latency=0
-       I/O behind bridge: 00002000-00002fff
-       Memory behind bridge: c1500000-c24fffff
-       Prefetchable memory behind bridge: 00000000c0500000-00000000c14fffff
-       Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- <SERR- <PERR-
-       BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
-               PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
-       Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
-               DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, 
L1 <1us
-                       ExtTag- RBE+ FLReset-
-               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
-                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
-                       MaxPayload 128 bytes, MaxReadReq 128 bytes
-               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq- AuxPwr+ 
TransPend-
-               LnkCap: Port #8, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 
<512ns, L1 <16us
-                       ClockPM- Surprise- LLActRep+ BwNot-
-               LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
-                       ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
-               LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ 
DLActive+ BWMgmt+ ABWMgmt-
-               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ 
Surprise+
-                       Slot #7, PowerLimit 10.000W; Interlock- NoCompl+
-               SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq- 
LinkChg-
-                       Control: AttnInd Unknown, PwrInd Unknown, Power- 
Interlock-
-               SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ 
Interlock-
-                       Changed: MRL- PresDet- LinkState-
-               RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- 
CRSVisible-
-               RootCap: CRSVisible-
-               RootSta: PME ReqID 0000, PMEStatus- PMEPending-
-               DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd-
-               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
-               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- 
SpeedDis-, Selectable De-emphasis: -6dB
-                        Transmit Margin: Normal Operating Range, 
EnterModifiedCompliance- ComplianceSOS-
-                        Compliance De-emphasis: -6dB
-               LnkSta2: Current De-emphasis Level: -3.5dB
-       Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
-               Address: 00000000  Data: 0000
-       Capabilities: [90] Subsystem: Hewlett-Packard Company Device [103c:1646]
-       Capabilities: [a0] Power Management version 2
-               Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0+,D1-,D2-,D3hot+,D3cold+)
-               Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
-       Kernel driver in use: pcieport
-       Kernel modules: shpchp
- 
- 00:1d.0 USB Controller [0c03]: Intel Corporation 6 Series Chipset Family USB 
Enhanced Host Controller #1 [8086:1c26] (rev 04) (prog-if 20 [EHCI])
-       Subsystem: Hewlett-Packard Company Device [103c:1646]
-       Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
-       Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
-       Latency: 0
-       Interrupt: pin A routed to IRQ 18
-       Region 0: Memory at c3708000 (32-bit, non-prefetchable) [size=1K]
-       Capabilities: [50] Power Management version 2
-               Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA 
PME(D0+,D1-,D2-,D3hot+,D3cold+)
-               Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
-       Capabilities: [58] Debug port: BAR=1 offset=00a0
-       Capabilities: [98] PCI Advanced Features
-               AFCap: TP+ FLR+
-               AFCtrl: FLR-
-               AFStatus: TP-
-       Kernel driver in use: ehci_hcd
- 
- 00:1f.0 ISA bridge [0601]: Intel Corporation HM65 Express Chipset Family LPC 
Controller [8086:1c49] (rev 04)
-       Subsystem: Hewlett-Packard Company Device [103c:1646]
-       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
-       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
-       Latency: 0
-       Capabilities: [e0] Vendor Specific Information: Len=0c <?>
-       Kernel modules: iTCO_wdt
- 
- 00:1f.2 SATA controller [0106]: Intel Corporation 6 Series Chipset Family 6 
port SATA AHCI Controller [8086:1c03] (rev 04) (prog-if 01 [AHCI 1.0])
-       Subsystem: Hewlett-Packard Company Device [103c:1646]
-       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
-       Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
-       Latency: 0
-       Interrupt: pin B routed to IRQ 42
-       Region 0: I/O ports at 5088 [size=8]
-       Region 1: I/O ports at 5094 [size=4]
-       Region 2: I/O ports at 5080 [size=8]
-       Region 3: I/O ports at 5090 [size=4]
-       Region 4: I/O ports at 5060 [size=32]
-       Region 5: Memory at c3707000 (32-bit, non-prefetchable) [size=2K]
-       Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
-               Address: fee0300c  Data: 4171
-       Capabilities: [70] Power Management version 3
-               Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot+,D3cold-)
-               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
-       Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
-       Capabilities: [b0] PCI Advanced Features
-               AFCap: TP+ FLR+
-               AFCtrl: FLR-
-               AFStatus: TP-
-       Kernel driver in use: ahci
-       Kernel modules: ahci
- 
- 00:1f.3 SMBus [0c05]: Intel Corporation 6 Series Chipset Family SMBus 
Controller [8086:1c22] (rev 04)
-       Subsystem: Hewlett-Packard Company Device [103c:1646]
-       Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
-       Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
-       Interrupt: pin C routed to IRQ 10
-       Region 0: Memory at c3705000 (64-bit, non-prefetchable) [size=256]
-       Region 4: I/O ports at 5040 [size=32]
-       Kernel modules: i2c-i801
- 
- 01:00.0 VGA compatible controller [0300]: ATI Technologies Inc NI Whistler 
[AMD Radeon HD 6600M Series] [1002:6741] (rev ff) (prog-if ff)
-       !!! Unknown header type 7f
-       Kernel driver in use: radeon
-       Kernel modules: radeon
- 
- 07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. 
RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 06)
-       Subsystem: Hewlett-Packard Company Device [103c:1646]
-       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
-       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
-       Latency: 0, Cache Line Size: 64 bytes
-       Interrupt: pin A routed to IRQ 41
-       Region 0: I/O ports at 3000 [size=256]
-       Region 2: Memory at c0404000 (64-bit, prefetchable) [size=4K]
-       Region 4: Memory at c0400000 (64-bit, prefetchable) [size=16K]
-       Capabilities: [40] Power Management version 3
-               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA 
PME(D0+,D1+,D2+,D3hot+,D3cold+)
-               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
-       Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
-               Address: 00000000fee0f00c  Data: 4161
-       Capabilities: [70] Express (v2) Endpoint, MSI 01
-               DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, 
L1 <64us
-                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
-               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
-                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
-                       MaxPayload 128 bytes, MaxReadReq 4096 bytes
-               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ 
TransPend-
-               LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency 
L0 unlimited, L1 <64us
-                       ClockPM+ Surprise- LLActRep- BwNot-
-               LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
-                       ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
-               LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ 
DLActive- BWMgmt- ABWMgmt-
-               DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
-               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
-               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- 
SpeedDis-, Selectable De-emphasis: -6dB
-                        Transmit Margin: Normal Operating Range, 
EnterModifiedCompliance- ComplianceSOS-
-                        Compliance De-emphasis: -6dB
-               LnkSta2: Current De-emphasis Level: -6dB
-       Capabilities: [b0] MSI-X: Enable- Count=4 Masked-
-               Vector table: BAR=4 offset=00000000
-               PBA: BAR=4 offset=00000800
-       Capabilities: [d0] Vital Product Data
-               No end tag found
-       Capabilities: [100 v1] Advanced Error Reporting
-               UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
-               UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
-               UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
-               CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
-               CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
-               AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
-       Capabilities: [140 v1] Virtual Channel
-               Caps:   LPEVC=0 RefClk=100ns PATEntryBits=1
-               Arb:    Fixed- WRR32- WRR64- WRR128-
-               Ctrl:   ArbSelect=Fixed
-               Status: InProgress-
-               VC0:    Caps:   PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
-                       Arb:    Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
-                       Ctrl:   Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
-                       Status: NegoPending- InProgress-
-       Capabilities: [160 v1] Device Serial Number e0-00-00-00-68-4c-e0-00
-       Kernel driver in use: r8169
-       Kernel modules: r8169
- 
- 08:00.0 USB Controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host 
Controller [1033:0194] (rev 04) (prog-if 30 [XHCI])
-       Subsystem: Hewlett-Packard Company Device [103c:1646]
-       Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
-       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
-       Latency: 0, Cache Line Size: 64 bytes
-       Interrupt: pin A routed to IRQ 18
-       Region 0: Memory at c2600000 (64-bit, non-prefetchable) [size=8K]
-       Capabilities: [50] Power Management version 3
-               Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA 
PME(D0+,D1-,D2-,D3hot+,D3cold+)
-               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
-       Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
-               Address: 0000000000000000  Data: 0000
-       Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
-               Vector table: BAR=0 offset=00001000
-               PBA: BAR=0 offset=00001080
-       Capabilities: [a0] Express (v2) Endpoint, MSI 00
-               DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s 
unlimited, L1 unlimited
-                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
-               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
-                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
-                       MaxPayload 128 bytes, MaxReadReq 512 bytes
-               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ 
TransPend-
-               LnkCap: Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 
<4us, L1 unlimited
-                       ClockPM+ Surprise- LLActRep- BwNot-
-               LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
-                       ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
-               LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ 
DLActive- BWMgmt- ABWMgmt-
-               DevCap2: Completion Timeout: Not Supported, TimeoutDis+
-               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
-               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, 
Selectable De-emphasis: -6dB
-                        Transmit Margin: Normal Operating Range, 
EnterModifiedCompliance- ComplianceSOS-
-                        Compliance De-emphasis: -6dB
-               LnkSta2: Current De-emphasis Level: -3.5dB
-       Capabilities: [100 v1] Advanced Error Reporting
-               UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
-               UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
-               UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
-               CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
-               CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
-               AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
-       Capabilities: [140 v1] Device Serial Number ff-ff-ff-ff-ff-ff-ff-ff
-       Capabilities: [150 v1] #18
-       Kernel driver in use: xhci_hcd
-       Kernel modules: xhci-hcd
- 
- 09:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 1030 
[8086:008b] (rev 34)
-       Subsystem: Intel Corporation Centrino Wireless-N 1030 BGN [8086:5315]
-       Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
-       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
-       Latency: 0, Cache Line Size: 64 bytes
-       Interrupt: pin A routed to IRQ 50
-       Region 0: Memory at c2500000 (64-bit, non-prefetchable) [size=8K]
-       Capabilities: [c8] Power Management version 3
-               Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA 
PME(D0+,D1-,D2-,D3hot+,D3cold+)
-               Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
-       Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
-               Address: 00000000fee0100c  Data: 41b1
-       Capabilities: [e0] Express (v1) Endpoint, MSI 00
-               DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, 
L1 unlimited
-                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+
-               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
-                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ FLReset-
-                       MaxPayload 128 bytes, MaxReadReq 128 bytes
-               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ 
TransPend-
-               LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency 
L0 <4us, L1 <32us
-                       ClockPM+ Surprise- LLActRep- BwNot-
-               LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
-                       ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
-               LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ 
DLActive- BWMgmt- ABWMgmt-
-       Capabilities: [100 v1] Advanced Error Reporting
-               UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
-               UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
-               UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
-               CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
-               CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
-               AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
-       Capabilities: [140 v1] Device Serial Number bc-77-37-ff-ff-00-62-16
-       Kernel driver in use: iwlagn
-       Kernel modules: iwlagn
- 
- 0a:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 
[10ec:5209] (rev 01)
-       Subsystem: Hewlett-Packard Company Device [103c:1646]
-       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
-       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
-       Latency: 0, Cache Line Size: 64 bytes
-       Interrupt: pin A routed to IRQ 19
-       Region 0: Memory at c1500000 (32-bit, non-prefetchable) [size=4K]
-       Capabilities: [40] Power Management version 3
-               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA 
PME(D0-,D1+,D2+,D3hot+,D3cold-)
-               Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
-       Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
-               Address: 0000000000000000  Data: 0000
-       Capabilities: [70] Express (v2) Endpoint, MSI 00
-               DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <1us, L1 
<8us
-                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
-               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
-                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
-                       MaxPayload 128 bytes, MaxReadReq 512 bytes
-               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- 
TransPend-
-               LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency 
L0 unlimited, L1 <64us
-                       ClockPM+ Surprise- LLActRep- BwNot-
-               LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
-                       ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
-               LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ 
DLActive- BWMgmt- ABWMgmt-
-               DevCap2: Completion Timeout: Not Supported, TimeoutDis+
-               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
-               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- 
SpeedDis-, Selectable De-emphasis: -6dB
-                        Transmit Margin: Normal Operating Range, 
EnterModifiedCompliance- ComplianceSOS-
-                        Compliance De-emphasis: -6dB
-               LnkSta2: Current De-emphasis Level: -6dB
-       Capabilities: [100 v1] Advanced Error Reporting
-               UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
-               UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
-               UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
-               CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout+ NonFatalErr+
-               CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
-               AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
-       Capabilities: [140 v1] Device Serial Number 00-00-00-01-00-4c-e0-00
-       Kernel driver in use: rts_pstor
-       Kernel modules: rts_pstor
- 
- output of `sudo dmidecode`
- 
- # dmidecode 2.9
- SMBIOS 2.7 present.
- 34 structures occupying 1635 bytes.
- Table at 0x000E6410.
- 
- Handle 0x0000, DMI type 0, 24 bytes
- BIOS Information
-       Vendor: Hewlett-Packard
-       Version: F.07
-       Release Date: 03/23/2011
-       ROM Size: 2560 kB
-       Characteristics:
-               PCI is supported
-               BIOS is upgradeable
-               BIOS shadowing is allowed
-               Boot from CD is supported
-               Selectable boot is supported
-               EDD is supported
-               Japanese floppy for NEC 9800 1.2 MB is supported (int 13h)
-               Japanese floppy for Toshiba 1.2 MB is supported (int 13h)
-               5.25"/360 KB floppy services are supported (int 13h)
-               5.25"/1.2 MB floppy services are supported (int 13h)
-               3.5"/720 KB floppy services are supported (int 13h)
-               3.5"/2.88 MB floppy services are supported (int 13h)
-               8042 keyboard services are supported (int 9h)
-               CGA/mono video services are supported (int 10h)
-               ACPI is supported
-               USB legacy is supported
-               BIOS boot specification is supported
-               Targeted content distribution is supported
-       BIOS Revision: 15.7
-       Firmware Revision: 12.22
- 
- Handle 0x0001, DMI type 1, 27 bytes
- System Information
-       Manufacturer: Hewlett-Packard
-       Product Name: HP Pavilion dv4 Notebook PC     
-       Version: 059A100000204610001010100
-       Serial Number: 4CZ11602KK
-       UUID: A666F832-462D-670B-52DA-3CFFE9808394
-       Wake-up Type: Power Switch
-       SKU Number: LQ372PA#AB2 
-       Family: 103C_5335KV G=N L=CON B=HP S=PAV        
- 
- Handle 0x0002, DMI type 2, 16 bytes
- Base Board Information
-       Manufacturer: Hewlett-Packard
-       Product Name: 1646
-       Version: 12.16
-       Serial Number: PBZJTA67R0J7RH
-       Asset Tag: Base Board Asset Tag
-       Features:
-               Board is a hosting board
-               Board is replaceable
-       Location In Chassis: Base Board Chassis Location
-       Chassis Handle: 0x0003
-       Type: Motherboard
-       Contained Object Handles: 0
- 
- Handle 0x0003, DMI type 3, 23 bytes
- Chassis Information
-       Manufacturer: Hewlett-Packard
-       Type: Notebook
-       Lock: Not Present
-       Version: Chassis Version
-       Serial Number: Chassis Serial Number
-       Asset Tag: Chassis Asset Tag
-       Boot-up State: Safe
-       Power Supply State: Safe
-       Thermal State: Safe
-       Security Status: None
-       OEM Information: 0x00000146
-       Height: Unspecified
-       Number Of Power Cords: 1
-       Contained Elements: 0
- 
- Handle 0x0004, DMI type 9, 17 bytes
- System Slot Information
-       Designation: J5C1
-       Type: x16 <OUT OF SPEC>
-       Current Usage: In Use
-       Length: Long
-       Characteristics:
-               3.3 V is provided
-               Opening is shared
-               PME signal is supported
-               Hot-plug devices are supported
- 
- Handle 0x0005, DMI type 9, 17 bytes
- System Slot Information
-       Designation: J6C1
-       Type: x4 <OUT OF SPEC>
-       Current Usage: In Use
-       Length: Short
-       Characteristics:
-               3.3 V is provided
-               Opening is shared
-               PME signal is supported
-               Hot-plug devices are supported
- 
- Handle 0x0006, DMI type 9, 17 bytes
- System Slot Information
-       Designation: J6C2
-       Type: x1 <OUT OF SPEC>
-       Current Usage: In Use
-       Length: Short
-       Characteristics:
-               3.3 V is provided
-               Opening is shared
-               PME signal is supported
-               Hot-plug devices are supported
- 
- Handle 0x0007, DMI type 9, 17 bytes
- System Slot Information
-       Designation: J6D2
-       Type: x1 <OUT OF SPEC>
-       Current Usage: In Use
-       Length: Short
-       Characteristics:
-               3.3 V is provided
-               Opening is shared
-               PME signal is supported
-               Hot-plug devices are supported
- 
- Handle 0x0008, DMI type 9, 17 bytes
- System Slot Information
-       Designation: J7C1
-       Type: x1 <OUT OF SPEC>
-       Current Usage: In Use
-       Length: Short
-       Characteristics:
-               3.3 V is provided
-               Opening is shared
-               PME signal is supported
-               Hot-plug devices are supported
- 
- Handle 0x0009, DMI type 9, 17 bytes
- System Slot Information
-       Designation: J7D2
-       Type: x1 <OUT OF SPEC>
-       Current Usage: In Use
-       Length: Short
-       Characteristics:
-               3.3 V is provided
-               Opening is shared
-               PME signal is supported
-               Hot-plug devices are supported
- 
- Handle 0x000A, DMI type 9, 17 bytes
- System Slot Information
-       Designation: J8C2
-       Type: x16 <OUT OF SPEC>
-       Current Usage: In Use
-       Length: Long
-       Characteristics:
-               3.3 V is provided
-               Opening is shared
-               PME signal is supported
-               Hot-plug devices are supported
- 
- Handle 0x000B, DMI type 11, 5 bytes
- OEM Strings
-       String 1: $HP$
-       String 2: LOC#AB2
-       String 3: ABS 70/71 78 79 7A 7B
-       String 4: CNB1 059A100000204610001010100
-       String 5: HP_Mute_LED_1_0
- 
- Handle 0x000C, DMI type 22, 26 bytes
- Portable Battery
-       Location: Primary
-       Manufacturer: 12-37
-       Name: FD06052
-       Chemistry: Lithium Ion
-       Design Capacity: 52170 mWh
-       Design Voltage: 11100 mV
-       SBDS Version: 1.0
-       Maximum Error: 0%
-       SBDS Serial Number: 0089
-       SBDS Manufacture Date: 2012-02-01
-       OEM-specific Information: 0x0000FFFF
- 
- Handle 0x000D, DMI type 26, 22 bytes
- Voltage Probe
-       Description: Voltage Probe Description.
-       Location: Unknown
-       Status: Unknown
-       Maximum Value: Unknown
-       Minimum Value: Unknown
-       Resolution: Unknown
-       Tolerance: Unknown
-       Accuracy: Unknown
-       OEM-specific Information: 0x00000000
-       Nominal Value: Unknown
- 
- Handle 0x000E, DMI type 32, 20 bytes
- System Boot Information
-       Status: No errors detected
- 
- Handle 0x000F, DMI type 40, 18 bytes
- Unknown Type
-       Header and Data:
-               28 12 0F 00 02 06 04 00 05 01 AA 07 00 00 05 02
-               DC 05
-       Strings:
-               PCIExpressx16
-               Compiler Version: VC 9.0
- 
- Handle 0x0010, DMI type 41, 11 bytes
- Unknown Type
-       Header and Data:
-               29 0B 10 00 01 85 01 00 00 07 00
-       Strings:
-               Hanksville Gbe Lan Connection
- 
- Handle 0x0011, DMI type 136, 6 bytes
- OEM-specific Type
-       Header and Data:
-               88 06 11 00 5A 5A
- 
- Handle 0x0012, DMI type 129, 8 bytes
- OEM-specific Type
-       Header and Data:
-               81 08 12 00 01 01 02 01
-       Strings:
-               Intel_ASF
-               Intel_ASF_001
- 
- Handle 0x0013, DMI type 130, 20 bytes
- OEM-specific Type
-       Header and Data:
-               82 14 13 00 24 41 4D 54 01 01 01 01 01 A5 1F 02
-               00 00 00 00
- 
- Handle 0x0014, DMI type 131, 64 bytes
- OEM-specific Type
-       Header and Data:
-               83 40 14 00 31 00 00 00 07 00 00 00 00 00 35 00
-               F8 00 49 1C FF FF FF FF 19 20 00 00 01 00 07 00
-               1D 04 03 00 80 00 C0 96 C8 00 FF FF 00 00 00 05
-               8B 00 00 00 F6 00 00 00 76 50 72 6F 00 00 00 00
- 
- Handle 0x0015, DMI type 16, 23 bytes
- Physical Memory Array
-       Location: System Board Or Motherboard
-       Use: System Memory
-       Error Correction Type: None
-       Maximum Capacity: 8 GB
-       Error Information Handle: No Error
-       Number Of Devices: 2
- 
- Handle 0x0016, DMI type 17, 34 bytes
- Memory Device
-       Array Handle: 0x0015
-       Error Information Handle: Not Provided
-       Total Width: 64 bits
-       Data Width: 64 bits
-       Size: 2048 MB
-       Form Factor: SODIMM
-       Set: None
-       Locator: DIMM0
-       Bank Locator: BANK 0
-       Type: <OUT OF SPEC>
-       Type Detail: Synchronous
-       Speed: 1333 MHz (0.8 ns)
-       Manufacturer: Kingston
-       Serial Number: 100AD536
-       Asset Tag: 0123456789
-       Part Number: 9905428-027.A01LF 
- 
- Handle 0x0017, DMI type 20, 35 bytes
- Memory Device Mapped Address
-       Starting Address: 0x00000000000
-       Ending Address: 0x0007FFFFFFF
-       Range Size: 2 GB
-       Physical Device Handle: 0x0016
-       Memory Array Mapped Address Handle: 0x001A
-       Partition Row Position: 1
-       Interleave Position: 1
-       Interleaved Data Depth: 1
- 
- Handle 0x0018, DMI type 17, 34 bytes
- Memory Device
-       Array Handle: 0x0015
-       Error Information Handle: Not Provided
-       Total Width: 64 bits
-       Data Width: 64 bits
-       Size: 2048 MB
-       Form Factor: SODIMM
-       Set: None
-       Locator: DIMM1
-       Bank Locator: BANK 2
-       Type: <OUT OF SPEC>
-       Type Detail: Synchronous
-       Speed: 1333 MHz (0.8 ns)
-       Manufacturer: Micron Technology
-       Serial Number: 3A5715B2
-       Asset Tag: 0123456789
-       Part Number: 8JSF25664HZ-1G4D1 
- 
- Handle 0x0019, DMI type 20, 35 bytes
- Memory Device Mapped Address
-       Starting Address: 0x00080000000
-       Ending Address: 0x000FFFFFFFF
-       Range Size: 2 GB
-       Physical Device Handle: 0x0018
-       Memory Array Mapped Address Handle: 0x001A
-       Partition Row Position: 1
-       Interleave Position: 2
-       Interleaved Data Depth: 1
- 
- Handle 0x001A, DMI type 19, 31 bytes
- Memory Array Mapped Address
-       Starting Address: 0x00000000000
-       Ending Address: 0x000FFFFFFFF
-       Range Size: 4 GB
-       Physical Array Handle: 0x0015
-       Partition Width: 0
- 
- Handle 0x001B, DMI type 41, 11 bytes
- Unknown Type
-       Header and Data:
-               29 0B 1B 00 01 81 01 00 00 09 00
-       Strings:
-                
- 
- Handle 0x001C, DMI type 4, 42 bytes
- Processor Information
-       Socket Designation: CPU1
-       Type: Central Processor
-       Family: <OUT OF SPEC>
-       Manufacturer: Intel(R) Corporation
-       ID: A7 06 02 00 FF FB EB BF
-       Version: Intel(R) Core(TM) i5-2410M CPU @ 2.30GHz
-       Voltage: 0.0 V
-       External Clock: 1333 MHz
-       Max Speed: 4000 MHz
-       Current Speed: 2300 MHz
-       Status: Populated, Enabled
-       Upgrade: Other
-       L1 Cache Handle: 0x001E
-       L2 Cache Handle: 0x001F
-       L3 Cache Handle: 0x0020
-       Serial Number: Not Specified
-       Asset Tag: FFFF
-       Part Number: Not Specified
-       Core Count: 2
-       Core Enabled: 2
-       Thread Count: 4
-       Characteristics:
-               64-bit capable
- 
- Handle 0x001D, DMI type 7, 19 bytes
- Cache Information
-       Socket Designation: L1 Cache
-       Configuration: Enabled, Not Socketed, Level 1
-       Operational Mode: Write Through
-       Location: Internal
-       Installed Size: 32 KB
-       Maximum Size: 32 KB
-       Supported SRAM Types:
-               Synchronous
-       Installed SRAM Type: Synchronous
-       Speed: Unknown
-       Error Correction Type: Single-bit ECC
-       System Type: Data
-       Associativity: 8-way Set-associative
- 
- Handle 0x001E, DMI type 7, 19 bytes
- Cache Information
-       Socket Designation: L1 Cache
-       Configuration: Enabled, Not Socketed, Level 1
-       Operational Mode: Write Through
-       Location: Internal
-       Installed Size: 32 KB
-       Maximum Size: 32 KB
-       Supported SRAM Types:
-               Synchronous
-       Installed SRAM Type: Synchronous
-       Speed: Unknown
-       Error Correction Type: Single-bit ECC
-       System Type: Instruction
-       Associativity: 8-way Set-associative
- 
- Handle 0x001F, DMI type 7, 19 bytes
- Cache Information
-       Socket Designation: L2 Cache
-       Configuration: Enabled, Not Socketed, Level 2
-       Operational Mode: Write Through
-       Location: Internal
-       Installed Size: 256 KB
-       Maximum Size: 256 KB
-       Supported SRAM Types:
-               Synchronous
-       Installed SRAM Type: Synchronous
-       Speed: Unknown
-       Error Correction Type: Single-bit ECC
-       System Type: Unified
-       Associativity: 8-way Set-associative
- 
- Handle 0x0020, DMI type 7, 19 bytes
- Cache Information
-       Socket Designation: L3 Cache
-       Configuration: Enabled, Not Socketed, Level 3
-       Operational Mode: Write Through
-       Location: Internal
-       Installed Size: 3072 KB
-       Maximum Size: 3072 KB
-       Supported SRAM Types:
-               Synchronous
-       Installed SRAM Type: Synchronous
-       Speed: Unknown
-       Error Correction Type: Single-bit ECC
-       System Type: Unified
-       Associativity: <OUT OF SPEC>
- 
- Handle 0x0021, DMI type 127, 4 bytes
- End Of Table

** Tags removed: 11.04 acpi touchpad

** Package changed: linux (Ubuntu) => xserver-xorg-input-synaptics
(Ubuntu)

** Changed in: xserver-xorg-input-synaptics (Ubuntu)
       Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-synaptics in Ubuntu.
https://bugs.launchpad.net/bugs/796469

Title:
  Synaptics 7.5 Touchpad doesn't work on Ubuntu 11.04 with HP dv4-3011

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/796469/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to