[haiku-commits] Re: r37082 - haiku/trunk/src/add-ons/kernel/bus_managers/ps2

  • From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 10 Jun 2010 12:55:20 +0200

rudolf.cornelissen@xxxxxxxxx wrote:
> Log:
> added ricatech netbook touchpad recognition. works ok now. hope nobody 
> minds..

Of course not!

> -     if (deviceId == PS2_DEV_ID_STANDARD) {
> +     if ((deviceId == PS2_DEV_ID_STANDARD) ||
> +             (deviceId == PS2_DEV_ID_TOUCHPAD_RICATECH)) {

There are two style violations I fixed in r37083, hope you don't mind 
either :-)

Bye,
   Axel.


Other related posts: