[Pommed-commits] r495 - in trunk: . pommed

jblache at alioth.debian.org jblache at alioth.debian.org
Thu Jun 12 19:22:25 UTC 2008


Author: jblache
Date: 2008-06-12 19:22:24 +0000 (Thu, 12 Jun 2008)
New Revision: 495

Modified:
   trunk/ChangeLog
   trunk/pommed/evdev.c
Log:
Use BUS_BLUETOOTH for the Apple wireless keyboard.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-06-12 19:18:53 UTC (rev 494)
+++ trunk/ChangeLog	2008-06-12 19:22:24 UTC (rev 495)
@@ -3,6 +3,7 @@
 
 version 1.20:
 	- pommed: fix array boundary check in check_machine_dmi().
+	- pommed: use BUS_BLUETOOTH for the Apple wireless keyboard.
 
 version 1.19:
 	- pommed: get rid of the libsmbios dependency on Intel machines.

Modified: trunk/pommed/evdev.c
===================================================================
--- trunk/pommed/evdev.c	2008-06-12 19:18:53 UTC (rev 494)
+++ trunk/pommed/evdev.c	2008-06-12 19:22:24 UTC (rev 495)
@@ -685,7 +685,7 @@
 {
   unsigned short product = id[ID_PRODUCT];
 
-  if (id[ID_BUS] != BUS_USB)
+  if (id[ID_BUS] != BUS_BLUETOOTH)
     return 0;
 
   if (id[ID_VENDOR] != USB_VENDOR_ID_APPLE)




More information about the Pommed-commits mailing list